BytesGalore
cbe6db5570
examples/rpl_udp: Fix unconditional setting of a radio channel on initialization
2015-02-03 12:10:07 +01:00
Joakim Gebart
9b65000f8f
Merge pull request #2384 from cgundogan/rpl_remove_common_globals
...
remove common globals for rpl with regard to #2346
2015-02-02 13:40:27 +01:00
Cenk Gündoğan
eb202ffe6d
rpl: remove unsused warning
2015-02-02 12:54:58 +01:00
Cenk Gündoğan
c91cdcd4d1
examples/rpl_udp: remove common globals by prefixing with static
2015-02-02 12:54:58 +01:00
Cenk Gündoğan
f3c6ef7e66
rpl: remove common globals by prefixing with static
2015-02-02 12:54:58 +01:00
Joakim Gebart
c5ec71f401
Merge pull request #2386 from gebart/pr/rpl_udp-readme-fixes
...
examples/rpl_udp: README fixes
2015-02-02 12:46:00 +01:00
Joakim Gebart
4183f3e505
examples/rpl_udp: Update line number on link to default RPL_MAX_ROUTING_ENTRIES
2015-02-02 12:17:49 +01:00
Joakim Gebart
cc40eb8e86
examples/rpl_udp: Add missing newlines in README.md
2015-02-02 12:17:31 +01:00
Peter Kietzmann
dd5fb6422a
Merge pull request #2382 from gebart/pr/stm32f0-remove-redundant-doxygen
...
stm32f0: Remove Doxygen from already documented functions.
2015-02-02 08:33:45 +01:00
Joakim Gebart
45dbbd18ae
stm32f0: Remove Doxygen from already documented functions.
2015-02-01 08:09:46 +01:00
Joakim Gebart
fe076783ba
Merge pull request #2352 from gebart/pr/fno-common-default
...
Makefile.cflags: Make -fno-common the default
2015-01-30 15:55:37 +01:00
Thomas Eichinger
5595bbb94b
Merge pull request #2372 from haukepetersen/add_f0discovery_openocd
...
board/stm32f0discovery: switched to OpenOCD
2015-01-30 13:21:19 +01:00
Hauke Petersen
4142125af8
Merge pull request #2364 from thomaseichinger/f3dicovery-openocd
...
boards/stm32f3discovery: use OpenOCD for flashing, debugging and resetting
2015-01-30 11:14:19 +01:00
Hauke Petersen
a944d29edc
board/stm32f0discovery: switched to OpenOCD
...
switched flashing and debug scripts to use OpenOCD
2015-01-30 11:08:25 +01:00
Oleg Hahm
5792f37e87
Merge pull request #2367 from x3ro/fix-orphaned-debug-outputs
...
Fix misc errors that occur with ENABLE_DEBUG
2015-01-30 11:05:44 +01:00
Lucas Jenss
8e758d7463
sys: Misc errors that occur w/ ENABLE_DEBUG fixed
...
I enabled debug output in all files to poke around
and there were some errors (seemingly) due to code
changes that were not tested with debug enabled. This
commits tries to fix these issues.
2015-01-30 01:36:28 +01:00
Thomas Eichinger
382b115fc3
Merge pull request #2373 from haukepetersen/opt_f4discovery_openocd
...
board/stm32f4discovery: optimized openocd script
2015-01-29 16:46:40 +01:00
Thomas Eichinger
dd45333a09
SQUASHME: Fixed issues and omitted parameters
2015-01-29 14:48:20 +01:00
Hauke Petersen
3834d8709c
board/stm32f4discovery: optimized openocd script
...
removed redundant flash erase (speeds up flashing quite a bit)
2015-01-29 13:49:38 +01:00
Thomas Eichinger
7b4472718f
SQUASHME: fix permissions
2015-01-29 13:28:55 +01:00
Oleg Hahm
6715bccf5b
Merge pull request #2190 from cgundogan/rpl_new_parent_dodag_assignment
...
rpl: wrong dodag assignment to parent
2015-01-29 11:24:38 +01:00
Thomas Eichinger
f6741b719e
SQUASHME: adding ports for openocd
2015-01-28 15:05:48 +01:00
Thomas Eichinger
7dbb1fd6b0
boards/stm32f3discovery: use OpenOCD to flash, debug and reset
2015-01-28 15:05:22 +01:00
Thomas Eichinger
acb3afd652
Merge pull request #2358 from gebart/pr/mno-thumb-interwork
...
Cortex-M: remove -mthumb-interwork
2015-01-28 14:46:59 +01:00
Oleg Hahm
c5df1a3b0e
Merge pull request #2293 from OlegHahm/make_help
...
make: add target to list available targets
2015-01-28 14:07:51 +01:00
Joakim Gebart
d60a6045d8
nucleo-f334: 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:55:39 +01:00
Joakim Gebart
bc542fa31d
yunjia-nrf51822: 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:55:04 +01:00
Joakim Gebart
9968280705
udoo: 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:55:04 +01:00
Joakim Gebart
b6f67a72ec
stm32f4discovery: 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:54:49 +01:00
Joakim Gebart
913922813e
stm32f3discovery: 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
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
Oleg Hahm
dbca0d0dd4
make: add target to list available targets
2015-01-28 12:42:08 +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