1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

5154 Commits

Author SHA1 Message Date
Joakim Gebart
2a3f710f1c stm32f0discovery: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
cd0511726a spark-core: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
38fc33717b samr21-xpro: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
ee300272d4 pca10005: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
934cc2ccdd pca10000: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
779de1bda6 openmote: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
3c336ad170 nucleo-l1: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
99f7586fe8 msbiot: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
a55f49825e mbed_lpc1768: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
082944e231 iot-lab_M3: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
222e68ddd5 fox: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
afe7ee2126 f4vi1: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
2cb7735ce2 cc2538dk: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
530fc8709d arduino-due: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
33756675dc airfy-beacon: Add -mno-thumb-interwork.
Cortex-M processors only support Thumb instructions (no ARM mode code).

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Thomas Eichinger
991fbd3dc1 Merge pull request #2369 from thomaseichinger/nucleo-f334-fix
board/nucleo-f334: blacklist board in failing tests and fix CPU_USAGE
2015-01-28 12:43:34 +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
Thomas Eichinger
0b79dffa87 boards/nucleo-f334: correct CPU_USAGE variable 2015-01-28 11:21:51 +01:00
Thomas Eichinger
b0d1ca2d31 tests: blacklist nucleo-f334 in tests not fitting into RAM 2015-01-28 11:20:44 +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