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

11803 Commits

Author SHA1 Message Date
Bas Stottelaar
d72afd37fd tests: driver_bh1750: fix application name 2016-07-20 23:33:18 +02:00
René Kijewski
6bfe551107 Merge pull request #5671 from kaspar030/allow_pseudopkgs
make: allow "pseudo-packages"
2016-07-20 23:11:43 +02:00
8631544460 Merge pull request #5672 from kaspar030/fix_clist_lpeek
core: clist: clist_lpeek(): add missing return statement
2016-07-20 23:08:20 +02:00
7a3c63fddb core: clist: clist_lpeek(): add missing return statement 2016-07-20 22:25:48 +02:00
b469cedd6d tests: pkg_micro-ecc: fix application name to avoid clash with pkg 2016-07-20 21:16:04 +02:00
1b0d9ef14b make: treat packages like modules when it comes to linking 2016-07-20 19:58:17 +02:00
Joakim Nohlgård
5cd91bc784 cortexm: Hard fault: Try to output as much as possible even with corrupt stack 2016-07-20 13:25:23 +02:00
Lotte Steenbrink
fef429e16b fix typo 2016-07-20 12:20:50 +02:00
144ab431e7 drivers/bmp180: add dependency to periph_i2c 2016-07-20 10:47:05 +02:00
cbd1fa4bc0 Merge pull request #5663 from basilfx/bugfix/doxygen_groups
drivers: l3g4200d: fix saul doxygen group
2016-07-20 09:36:53 +02:00
Bas Stottelaar
bcd73105bd drivers: l3g4200d: fix saul doxygen group 2016-07-19 23:50:04 +02:00
05685d1e21 Merge pull request #5658 from gebart/pr/base64-includefix
base64: Use stddef.h for size_t
2016-07-19 11:57:03 +02:00
Joakim Nohlgård
fb77ddfa8f base64: Use stddef.h for size_t 2016-07-19 10:33:29 +02:00
kYc0o
75c16702e3 Merge pull request #5568 from gebart/haukepetersen-fix_test_printffloat
tests: moved printf_float test to unittests [adopted]
2016-07-19 02:22:54 +02:00
Hauke Petersen
260a8ab7ad tests: removed printf_float test application
this test is covered by the unittests and not longer needed
2016-07-18 23:22:28 +02:00
Hauke Petersen
08a2aed46d unittests: added test for printf with floats 2016-07-18 23:22:28 +02:00
Martine Lenders
e16bbda5f6 Merge pull request #5629 from kaspar030/improve_clist
core: improve clist
2016-07-18 19:36:16 +02:00
66710ef21c Merge pull request #4919 from kaspar030/mbox
core: mbox: initial commit
2016-07-18 17:56:04 +02:00
3a6f95008d core: mbox: introduce thread decoupled message queues 2016-07-18 16:56:41 +02:00
d86c141842 core, tests: adapt to changed clist function names 2016-07-18 16:20:40 +02:00
9bfea9410e cib: add unsafe operations 2016-07-18 16:14:19 +02:00
kYc0o
91410f5259 Merge pull request #5626 from aabadie/default_channel
makefiles: expose a single DEFAULT_CHANNEL variable
2016-07-18 14:26:24 +02:00
6d12a9166a core: clist: API enhancements
- renamed clist_insert() -> clist_rpush()
- renamed clist_remove_head() -> clist_lpop()
- renamed clist_advance() -> clist_lpoprpush()
- added clist_lpush(),
    clist_rpop(),
    clist_remove(),
    clist_find(),
    clist_find_before(),
    clist_lpeek(),
    clist_rpeek()

- improved documentation
2016-07-18 13:18:15 +02:00
ec897a868c core, gnrc_netreg: remove redundant or unneeded clist.h include 2016-07-18 13:17:31 +02:00
Hauke Petersen
1a34cf66c0 boards/arduino-due: export LED via SAUL 2016-07-18 12:49:06 +02:00
Oleg Hahm
1e17eece1f Merge pull request #5642 from lebrush/cib-peek
core/cib: add peek capabilities
2016-07-18 11:45:45 +02:00
Victor Arino
e84e2996f3 core/cib: add unittest for cib_peek 2016-07-18 08:57:44 +02:00
Oleg Hahm
29fd3a1098 Merge pull request #5641 from lebrush/encx24j600-fixes
drivers/encx24j600: minor fixes
2016-07-18 08:38:28 +02:00
Martine Lenders
971697947a Merge pull request #5640 from lebrush/pkt-lwip-fixes
pkt/lwip: minor fixes
2016-07-18 08:30:35 +02:00
Peter Kietzmann
592530985f Merge pull request #5555 from basilfx/feature/arch_pro
boards: seeeduino_arch-pro: initial support based on mbed_lpc1768
2016-07-17 19:03:40 +02:00
Martine Lenders
4ac7d81420 Merge pull request #5634 from kaspar030/nordic_softdevice
nrf52dk: add BLE/6lo support utilizing Nordic's SoftDevice
2016-07-16 16:57:29 +02:00
kYc0o
b84f9694ff Merge pull request #5649 from aeneby/remove_union_names
cpu/cc2538: Remove union names from structs
2016-07-16 14:56:53 +02:00
Bas Stottelaar
b800da4322 boards: seeeduino_arch-pro: initial support based on mbed_lpc1768 board 2016-07-16 11:47:34 +02:00
Aaron Sowry
a301c37c2e cpu/cc2538: Remove union names from structs
Make the unions anonymous, since this makes referencing
their bytes much simpler.
2016-07-16 12:55:12 +12:00
Martine Lenders
20975e5fa3 Merge pull request #5522 from miri64/examples/fix/udp-payload-size
examples: gnrc_networking uses variable it hasn't access to anymore
2016-07-14 19:18:10 +02:00
René Kijewski
287a0aad11 Merge pull request #5644 from aabadie/aabadie-cc110x
drivers/cc110x: fix typo in macro definition.
2016-07-14 18:02:31 +02:00
271cbc26b8 drivers/cc2420 & cpu/cc2538: adding support for default channel configuration 2016-07-14 17:50:50 +02:00
87ca058417 makefiles: expose a single DEFAULT_CHANNEL variable 2016-07-14 17:44:42 +02:00
54a1b7a4d0 Merge pull request #5635 from aabadie/ethos_baudrate_select
dist/tools: ethos baudrate configuration
2016-07-14 17:39:17 +02:00
75168936f6 drivers/cc110x: fix typo in macro definition. 2016-07-14 17:22:03 +02:00
abe5c19407 dist/tools: make ethos baudrate configurable 2016-07-14 17:01:02 +02:00
Victor Arino
de173ff48f core/cib: add peek capabilities 2016-07-14 16:47:03 +02:00
Victor Arino
9528b22209 pkg/lwip: remove duplicated line in netdev2 wrapper 2016-07-14 16:46:10 +02:00
Victor Arino
25120bae0f pkt/lwip: fix guard comments in lwipopts 2016-07-14 16:45:44 +02:00
Victor Arino
50eee7fa8a drivers/encx24j600: minor fixes 2016-07-14 16:44:39 +02:00
kYc0o
6d9c9279f0 Merge pull request #5549 from basilfx/feature/pkg_u8g2
pkg: u8g2: add graphics library
2016-07-14 13:51:12 +02:00
da1e364ef6 Merge pull request #5622 from gebart/pr/makefile-usemodule-fix
Makefile.include: Move USEMODULE CFLAGS expansion last
2016-07-14 13:15:55 +02:00
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