PeterKietzmann
a933ab9d11
doc: remove Travis status image in REAMDE
2015-01-28 12:24:17 +01:00
Peter Kietzmann
13e9f16971
Merge pull request #2354 from jfischer-phytec-iot/ts@hdc1000
...
drivers/hdc1000: Acquire exclusive access to I2C bus and minor bug fixes
2015-01-28 11:28:16 +01:00
Johann Fischer
b540def4b1
drivers/hdc1000: Acquire exclusive access to I2C bus and minor bug fixes
...
fix doxygen warnings
change default address
2015-01-28 10:26:02 +01:00
Hauke Petersen
aa639486e2
Merge pull request #2332 from haukepetersen/add_board_nucleof334
...
board: add support for the STM nucleo-f334 board
2015-01-27 23:16:07 +01:00
haukepetersen
834335027d
boards: added support for nucleo-f334
2015-01-27 23:14:10 +01:00
haukepetersen
bb1288b775
cpu/stm32f3: added support for stm32f334r8
2015-01-27 23:14:10 +01:00
Hauke Petersen
2f60e4c7fd
Merge pull request #2359 from thomaseichinger/nucleo-l1_openocd_futureproof
...
boards/nucleo-l1: use upstream openocd configuration
2015-01-27 22:08:54 +01:00
Peter Kietzmann
eb92f43432
Merge pull request #1812 from BytesGalore/guarding_headers
...
boards: core: cpu: drivers: sys: added missing header guards
2015-01-27 21:59:14 +01:00
Thomas Eichinger
36cb57bb33
Merge pull request #2305 from x3ro/samr21-autostart-gdb
...
Samr21: autostart gdb when running make debug
2015-01-27 21:07:55 +01:00
Lucas Jenss
5fdbf0ccfe
Samr21: autostart gdb when running make debug
2015-01-27 20:49:58 +01:00
Hauke Petersen
90717de8c3
Merge pull request #2074 from mehlis/stm32f4discovery-openocd
...
stm32f4discovery: use openocd for flashing
2015-01-27 20:33:39 +01:00
Christian Mehlis
bea0171754
stm32f4discovery: use openocd for flashing
2015-01-27 20:32:57 +01:00
BytesGalore
714ee38355
boards: core: cpu: drivers: sys: added missing header guards
2015-01-27 19:10:57 +01:00
Peter Kietzmann
89f01697f5
Merge pull request #2363 from MatthiasLohr/travis_ci-status
...
added Travis CI status image in README.md
2015-01-27 18:38:06 +01:00
Matthias Lohr
d206e2be40
added Travis CI status image in README.md
2015-01-27 18:25:45 +01:00
Thomas Eichinger
7f05dc2725
boards/nucleo-l1: use upstream openocd configuration
...
Configuration for the ST Nucleo L152RE board was merged into
OpenOCD upstream. This commit changes scripts for flashing,
debugging and reseting to use this and removes RIOT's configuration
file.
2015-01-27 15:21:33 +01:00
Thomas Eichinger
319f1b25ae
Merge pull request #2343 from thomaseichinger/nucleo-l1_openocd_futureproof
...
boards/nucleo-l1: check presence of stm32l.cfg
2015-01-26 16:54:13 +01:00
Thomas Eichinger
4b7cc95529
boards/nucleo-l1: check presence of stm32l.cfg
...
In current updates OpenOCD split up stm32l.cfg into stm32l1.cfg and
stm32l0.cfg. This provides a check in openocd.cfg for this file so
openocd doesn't fail.
2015-01-26 15:24:25 +01:00
Joakim Gebart
f71f8322d9
Merge pull request #2348 from gebart/pr/fno-common-fixes1
...
Removing (some) common globals, working towards #2346
2015-01-26 09:11:10 +01:00
Joakim Gebart
229cd706e5
Merge pull request #2349 from gebart/pr/fno-common-fixes2
...
net: build fixes for -fno-common
2015-01-25 09:37:47 +01:00
Joakim Gebart
14b4418e6b
transceiver: Reduce scope of globals in transceiever.c.
2015-01-23 20:06:40 +01:00
Joakim Gebart
3f4478e2bb
sixlowpan: Reduce scope on some globals in ip.c
2015-01-23 19:46:26 +01:00
Joakim Gebart
c5e1683a8c
rpl: Make ipv6_buf local.
2015-01-23 19:46:26 +01:00
Joakim Gebart
2eea4d138e
at86rf231: Make local buffer static.
2015-01-23 19:46:26 +01:00
Joakim Gebart
526a84093b
rpl: Remove extra definition of rpl_process_pid.
2015-01-23 19:46:26 +01:00
Joakim Gebart
6a810fe989
sys/net/routing: reduce scope of globals in etx_beaconing.c
2015-01-23 18:01:28 +01:00
Joakim Gebart
14824e9909
examples/default: reduce scope of globals in main.c
2015-01-23 14:08:11 +01:00
Joakim Gebart
47e0c85c2d
examples/rpl_udp: reduce scope of globals in helper.c
2015-01-23 14:07:03 +01:00
Joakim Gebart
ba6053e448
tests/nativenet: reduce scope of globals in main.c
2015-01-23 14:05:54 +01:00
Joakim Gebart
cd248f89f0
sixlowpan: reduce scope of globals in mac.c
2015-01-23 14:04:59 +01:00
Fabian Nack
d7eaa81269
Merge pull request #2339 from fnack/stm32f4_pwm
...
cpu/stm32f4: Fix PWM implementation
2015-01-22 15:30:25 +01:00
Ludwig Ortmann
47c04d47f5
Merge pull request #2337 from haukepetersen/fix_udp_header
...
net/udp: cleaned up header and documentation
2015-01-22 15:25:54 +01:00
Fabian Nack
c1cc08a727
boards/msbiot: Add PWM config to MSB-IoT
2015-01-22 14:33:35 +01:00
haukepetersen
df9dabfa7d
net/udp: cleaned up header and documentation
2015-01-22 14:23:03 +01:00
Hauke Petersen
19738bc61d
Merge pull request #2338 from gebart/pr/spi-cpol-cpha-docs
...
periph/spi: Update clock polarity and phase documentation for clarity.
2015-01-22 14:17:48 +01:00
Ludwig Ortmann
334c0ca001
Merge pull request #2340 from LudwigOrtmann/native-clang-darwin-weak-kludge
...
sys/vtimer: bypass weak attribute missing on OSX
2015-01-22 12:50:43 +01:00
Ludwig Ortmann
3d2b328288
sys/vtimer: bypass weak attribute missing on OSX
2015-01-22 10:24:27 +01:00
Joakim Gebart
cc7acaaef0
periph/spi: Update clock polarity and phase documentation for clarity.
...
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-22 09:03:44 +01:00
Fabian Nack
870a695a38
cpu/stm32f4: Adapt PWM implementation to allow timers with < 4 channels
2015-01-22 02:24:00 +01:00
Ludwig Ortmann
42659dfa4f
Merge pull request #2335 from thomaseichinger/deprecate_radio_driver
...
drivers/radio_driver: mark as deprecated
2015-01-21 14:20:28 +01:00
Thomas Eichinger
3f3e70b7a0
drivers/radio_driver: mark as deprecated
2015-01-21 13:10:19 +01:00
Peter Kietzmann
647d0aef5f
Merge pull request #2330 from PeterKietzmann/fix_nrf24l01p_driver
...
drivers/nrf24l01p: fixes
2015-01-21 12:10:01 +01:00
PeterKietzmann
7aaa99221d
tests/driver_nrf24l01p_lowlevel: adapt doc.
2015-01-21 10:28:46 +01:00
PeterKietzmann
a3031ec04e
tests/driver_nrf24l01p_lowlevel:improve by checking for errors
2015-01-21 10:24:55 +01:00
Peter Kietzmann
eaf9cc32e6
Merge pull request #2308 from haukepetersen/fix_stm32f0_gpioclks
...
cpu/stm32f0: fixed port clk en for GPIO driver
2015-01-21 10:20:10 +01:00
Ludwig Ortmann
461163debe
Merge pull request #2333 from haukepetersen/fix_l1_doxygen
...
board/cpu: fixed doxygen for nucleo-l1 and stm32l1
2015-01-21 09:48:55 +01:00
PeterKietzmann
e56b821774
drivers/nrf24l01p: change API and fix initial setup
2015-01-21 09:47:18 +01:00
haukepetersen
0f746047d7
cpu/stm32l1: repaired doxygen group
2015-01-21 09:34:31 +01:00
haukepetersen
827f34be19
board/nucleo-l1: capitalized doxygen group
2015-01-21 09:31:45 +01:00
Hauke Petersen
7ec85a3797
board/stm32f0discovery: fixed GPIO CLKEN defines
2015-01-21 08:20:28 +01:00