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

11695 Commits

Author SHA1 Message Date
Joakim Nohlgård
e78e39d479 Merge pull request #5639 from gebart/pr/docker-make-unittests
docker: allow make unittest goals to pass on to container
2016-07-14 12:54:53 +02:00
Oleg Hahm
08bcfae86a Merge pull request #5602 from gebart/pr/gcc6-fixes
cpu: Fix array-bounds errors with GCC 6
2016-07-14 10:58:28 +02:00
Joakim Nohlgård
97b306d6d9 Makefile.docker: Add tests-% as possible makefile goals 2016-07-14 06:15:01 +02:00
Joakim Nohlgård
8145547659 Makefile.docker: reverse filter arguments for MAKECMDGOALS 2016-07-14 06:14:39 +02:00
Bas Stottelaar
7033401eaa tests: pkg_u8g2: blacklist boards with insufficient memory 2016-07-13 22:33:29 +02:00
Bas Stottelaar
d8b02b5620 tests: pkg_u8g2: improve readme. 2016-07-13 21:23:36 +02:00
Bas Stottelaar
ddd89c5c9e pkg: u8g2: smaller patches + comments. 2016-07-13 21:23:36 +02:00
Bas Stottelaar
25d7fd33a1 tests: pkg_u8g2: improvements after comments. 2016-07-13 21:23:36 +02:00
Bas Stottelaar
746b586feb pkg: u8g2: updated U8g2, improved patches and documentation. 2016-07-13 21:23:36 +02:00
Bas Stottelaar
4b2fca6f1a tests: pkg_u8g2: add u8g2 test application. 2016-07-13 21:23:36 +02:00
Bas Stottelaar
6bb108c054 pkg: u8g2: add u8g2 graphics library. 2016-07-13 21:23:36 +02:00
kYc0o
03d380845e Merge pull request #5593 from jthacker/atmega_regs_common
cpu/atmega_common: generalize register/peripheral definitions
2016-07-13 20:17:36 +02:00
Oleg Hahm
219bd8d6c7 Merge pull request #5632 from basilfx/bugfix/atmega_linker
boards: arduino-mega2560, waspmote-pro: garbage collect dead code
2016-07-13 20:00:02 +02:00
Joakim Nohlgård
0a847d53a7 cpu: Fix array-bounds errors with GCC 6 2016-07-13 19:23:42 +02:00
kYc0o
c65f6a3bab Merge pull request #5527 from kYc0o/fix_test_spi
tests/periph_spi: match with overriden spi enumerations
2016-07-13 18:53:13 +02:00
e012df1bac nrf52dk: add BLE/6lo support utilizing Nordic's SoftDevice 2016-07-13 17:06:57 +02:00
Martine Lenders
6b768a1145 Merge pull request #5633 from RIOT-OS/revert-5631-nordic_softdevice
Revert "nrf52dk: add 6lowpan over BLE support using Nordic's softdevice"
2016-07-13 16:59:03 +02:00
d68f425d32 Revert "nrf52dk: add 6lowpan over BLE support using Nordic's softdevice" 2016-07-13 16:58:11 +02:00
b9b92bc53b Merge pull request #5631 from kaspar030/nordic_softdevice
nrf52dk: add 6lowpan over BLE support using Nordic's softdevice
2016-07-13 16:58:01 +02:00
Bas Stottelaar
43f146663e boards: arduino-mega2560, waspmote-pro: garbage collect dead code in linker options 2016-07-13 16:45:13 +02:00
Joakim Nohlgård
a678e868e9 Makefile.include: Move USEMODULE CFLAGS expansion last
Some USEMODULE parts (e.g. defined in ${BOARD}/Makefile.dep) were not
being properly exported to CFLAGS -DMODULE_xxx options.
2016-07-13 16:44:28 +02:00
kYc0o
f6303d5f53 tests/periph_spi: print int variables instead of spi_*_t variables 2016-07-13 16:43:46 +02:00
f431370f50 Merge pull request #5630 from kaspar030/fix_ci_releasebranch
dist: build_and_test.sh: don't hard-code base branch
2016-07-13 16:36:38 +02:00
0182bbd6fd nrf52dk: add BLE/6lowpan support utilizing Nordic's SoftDevice 2016-07-13 16:17:46 +02:00
f45c7d4b9e cpu: cortexm_common: allow overriding of linker script 2016-07-13 16:16:46 +02:00
f048475bec dist: build_and_test.sh: don't hard-code base branch 2016-07-13 16:04:26 +02:00
58baba58bb Merge pull request #5627 from kaspar030/newlib_fix_short_whar
sys: newlib: check if toolchain is compiled with -fshort-wchar, set CFLAGS accordingly
2016-07-13 15:57:50 +02:00
34bbcad7bb sys: newlib: check if toolchain is compiled with -fshort-wchar, set CFLAGS accordingly 2016-07-13 15:27:41 +02:00
Joakim Nohlgård
d0ab56ac82 Merge pull request #5628 from RIOT-OS/aabadie-patch-1
drivers/lsm303dlhc: Fix typo
2016-07-13 11:33:00 +02:00
f0640ee4d8 Update lsm303dlhc.c 2016-07-13 11:30:42 +02:00
Peter Kietzmann
ae987d013a Merge pull request #5291 from aeneby/openmote-rf-v3
cpu/cc2538: Add RF driver
2016-07-13 07:52:36 +02:00
Aaron Sowry
71597f4735 examples/default: Include boards with cc2538 RF support 2016-07-13 14:19:52 +12:00
Aaron Sowry
f5657127ea boards/remote-common: Add RF driver as dependency for board 2016-07-13 14:19:52 +12:00
Aaron Sowry
bc18e597c0 boards/cc2538dk: Add RF driver as dependency for board 2016-07-13 14:19:52 +12:00
Aaron Sowry
4b4cbb0317 boards/openmote-cc2538: Add RF driver as dependency for board 2016-07-13 14:19:52 +12:00
Aaron Sowry
a2ba22dd0f cpu/cc2538: Add RF driver 2016-07-13 14:19:45 +12:00
kYc0o
8c6ebc0785 tests/periph_spi: match with overriden spi enumerations 2016-07-12 16:58:16 +02:00
kYc0o
52ff326f69 Merge pull request #5619 from PeterKietzmann/tests_spi_fix_printf
tests/periph_spi: fix printf format for GPIO
2016-07-12 16:34:37 +02:00
kYc0o
5a618a5193 Merge pull request #5233 from gebart/pr/nucleo-f072-makefile
boards/nucleo-f072: Use common serial and openocd defines
2016-07-12 15:03:32 +02:00
Peter Kietzmann
048daf1b3b Merge pull request #5559 from gebart/pr/ps-stack-pointer
sys/ps: Add current stack pointer to DEVELHELP output
2016-07-12 11:23:15 +02:00
Joakim Nohlgård
683e1e2e08 boards/nucleo-f072: Use common serial and openocd defines 2016-07-12 10:58:52 +02:00
Joakim Nohlgård
96473701de Merge pull request #5580 from zhuoshuguo/revise_cpu_stellaris_include_header_guards
cpu/stellaris: revise header include guards.
2016-07-12 10:32:01 +02:00
Joakim Nohlgård
b02e0eca47 ps: Add current stack pointer and start of stack to isr_stack ps output (DEVELHELP) 2016-07-12 10:17:49 +02:00
Joakim Nohlgård
44d130f535 sys/ps: Add current stack pointer to ps output (DEVELHELP) 2016-07-12 10:17:48 +02:00
Ludwig Knüpfer
086eb9c621 Merge pull request #5621 from gebart/pr/nvram-const
drivers/nvram: Add const to write source buffer declaration
2016-07-12 08:35:06 +02:00
Joakim Nohlgård
4798cd66d9 drivers/nvram: Add const to write source buffer declaration 2016-07-12 08:03:16 +02:00
PeterKietzmann
3b18263ce8 tests/periph_spi: fix printf format fot GPIO 2016-07-11 09:05:20 +02:00
Jon Thacker
2aec999900 cpu/atmega_common: generalize register/peripheral definitions
Makes AVR register definitions dependent on what avr-libc defines
for a given MCU, rather then duplicating that effort here.
Definitions done in this way are based on functionality provided,
rather than a specific MCU device.
2016-07-08 10:52:22 -05:00
kYc0o
49e0ea7fa6 Merge pull request #5615 from jthacker/genconfigheader_fix
genconfigheader.sh: Fix for for building on OSX
2016-07-08 17:09:45 +02:00
Jon Thacker
bece851972 genconfigheader.sh: Fix for for building on OSX 2016-07-07 19:56:45 -05:00