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

17858 Commits

Author SHA1 Message Date
7f62fd83ed boards/arduino-atmega: don't provide arduino for jiminy-mega256rfr2 2018-04-20 16:23:17 +02:00
594ead07db sys/arduino: drop cpp feature dependency
Currently, the arduino module depends on the "cpp" feature. As AVR's
don't have libstdc++, they don't provide that feature, as otherwise all
cpp examples would break.  But the AVR does provide a cpp compiler and
thus the arduino module compiles just fine.

This comit removes the cpp dependency from arduino module.
2018-04-20 16:23:17 +02:00
734944a56b
Merge pull request #8986 from haukepetersen/opt_event_allowmultipleposts
sys/event: allow calling event_post multiple times
2018-04-20 10:59:14 +02:00
Hyungsin
770b74636b sys/auto_init: fix syntax error on auto_init_pulse_counter.c 2018-04-19 19:17:02 -07:00
Gaëtan Harter
bce6216ec9
Merge pull request #8985 from haukepetersen/fix_dox_rdcli
net/rdcli: fix doxygen groups for RD client code
2018-04-19 18:11:12 +02:00
Hauke Petersen
46888a1eaf sys/event: allow calling event_post multiple times 2018-04-19 16:41:13 +02:00
Hauke Petersen
cf7fb4b886 net/rdcli: fix doxygen groups for RD client code 2018-04-19 16:27:59 +02:00
f29714ea83
Merge pull request #8983 from cladmi/pr/doxygen/fix/external_modules
doc: fix 'EXTERNAL_MODULES_DIRS' name
2018-04-19 15:54:24 +02:00
aa0acd62c7 tests/pkg_semtech-loramac: add new link_check command 2018-04-19 15:51:43 +02:00
8329bc2c68 pkg/semtech-loramac: add link check request support 2018-04-19 13:29:47 +02:00
jia200x
b8ac8c9bdd
Merge pull request #8798 from aabadie/hackathon_ietf
pkg/semtech-loramac: refactor API and make it thread-safe
2018-04-19 13:23:16 +02:00
Gaëtan Harter
051d192e7f doc: fix 'EXTERNAL_MODULES_DIRS' name
Name in the documentation did not match the one in Makefile.include.
2018-04-19 13:20:19 +02:00
f4efb5b761 pkg/semtech-loramac: update documentation 2018-04-19 11:44:52 +02:00
378ec103f9 tests/pkg_semtech-loramac: apply new API 2018-04-19 11:44:51 +02:00
5b76fdf46e pkg/semtech-loramac: refactor API to make it thread-safe 2018-04-19 11:44:51 +02:00
bf80072cf5 examples/gnrc_minimal: remove obsolete xbee reference from readme 2018-04-19 11:31:40 +02:00
ea255f518e boards/b-l072z-lrwan1: enable reset before halt in debug 2018-04-18 17:33:31 +02:00
2172074598 dist/tools/openocd: make reset before halt option in debug 2018-04-18 17:33:30 +02:00
70802fc652 boards*: cleanup doxygen
- replace brief with name where required
- remove some unwanted empty lines
- fix missing closing doxygen name block
2018-04-18 12:08:56 +02:00
Francisco Acosta
689333ff04
Merge pull request #8928 from gebart/pr/kinetis-clock-init
kinetis: Refactor clock initialization code
2018-04-17 12:15:47 +02:00
f872a7f676 tests/driver_io1_xplained: print light sensor values 2018-04-17 11:06:01 +02:00
734256aab6 drivers/io1_xplained: add support for light sensor 2018-04-17 11:06:01 +02:00
Martine Lenders
07eb208bc6
Merge pull request #8963 from Josar/pr/eventTimer_2
evtimer: ticks vs ms
2018-04-17 10:53:27 +02:00
367190c08d tests/driver_io1_xplained: use sdcard in test application 2018-04-17 10:49:48 +02:00
438aa09148 drivers/io1_xplained: add support for sdcard 2018-04-17 10:49:45 +02:00
57734a1e15 tests/driver_io1_xplained: rework with new API 2018-04-17 10:48:49 +02:00
4ceb309927 drivers/io1_xplained: refactor implementation
- directly use underlying drivers api (gpio, at30tse75x)
- use debug instead of log + rework messages
2018-04-17 10:48:48 +02:00
32807bd18e
Merge pull request #8911 from cladmi/pr/fix/makefile/include/unittests
Makefile.include: fix missing target for libraries
2018-04-17 10:41:54 +02:00
f18f25c5c2
Merge pull request #8577 from gebart/pr/analog_util-refactor
sys/analog_util: Refactor, add test
2018-04-17 10:40:53 +02:00
Joakim Nohlgård
c54f6b4fcf kinetis: Refactor clock generator initialization 2018-04-17 06:59:22 +02:00
ef0f2ef9ab
Merge pull request #8967 from kaspar030/fix_missing_uhcpc_include
sys/net/uhcpc: add missing stdio.h include
2018-04-16 23:43:14 +02:00
8475844213 sys/net/uhcpc: add missing stdio.h include 2018-04-16 23:06:15 +02:00
Francisco Acosta
9e010a1975
Merge pull request #8895 from bergzand/pr/pkg/libcose
pkg: add support for libcose
2018-04-16 19:08:57 +02:00
ba809c231e
pkg/libcose: add simple unittest application 2018-04-16 19:02:04 +02:00
6c39d2d621
pkg/libcose: Add package for COSE 2018-04-16 19:01:27 +02:00
Joseph Noir
ffb5a4f9f8 readme: add badge to join IRC easily 2018-04-16 17:52:35 +02:00
Francisco Acosta
a0025a38a3
Merge pull request #8961 from aabadie/pr/boards/nucleo-l152-periph-update
boards/nucleo-l152: remove reference to solved issue
2018-04-16 16:30:37 +02:00
Dylan Laduranty
ff5817c569
Merge pull request #8926 from aabadie/pr/drivers/sx127x_fixes
drivers/sx127x: various improvements
2018-04-16 16:10:27 +02:00
2b32af84b9
Merge pull request #8960 from aabadie/pr/drivers/io1_xplained_gpio_fix
drivers/io1_xplained: fix gpios devices initialization
2018-04-16 16:05:47 +02:00
f62818ea7b sys/auto_init/io1_xplained: fix gpios index 2018-04-16 15:57:36 +02:00
0815ef185c drivers/io1_xplained: fix gpio params initializer 2018-04-16 15:57:36 +02:00
462cc783c5
Merge pull request #8947 from bergzand/pr/pkg/cn-cbor_enable_ctx
pkg/cn-cbor: compile with context pointer support
2018-04-16 15:47:42 +02:00
355c559ae9
test/cn-cbor: Use memarray as block allocator 2018-04-16 15:27:43 +02:00
ad8e69da96
pkg/cn-cbor: compile with context pointer support 2018-04-16 15:27:43 +02:00
Josarn
515027b9a5 evtimer: ticks vs ms 2018-04-16 15:13:12 +02:00
Joakim Nohlgård
69e9767184 unittests: Add analog_util tests 2018-04-16 13:53:49 +02:00
Joakim Nohlgård
57f6081960 sys/analog_util: Refactor adc_map, fix compilation
Change the API to use int32_t instead of int, to allow for greater
flexibility on 8- and 16-bit platforms. Removed limitation on input
arguments that min < max. Times where it can be useful to have min > max
is when measuring a sensor where a higher measured voltage means a lower
physical value. For example a thermistor can be connected so that the
measured voltage goes down when the temperature goes up.
2018-04-16 13:53:49 +02:00
6b17537e62 boards/nucleo-l152: remove reference to solved issue 2018-04-16 13:51:47 +02:00
Bas Stottelaar
56917c8709
Merge pull request #8956 from aabadie/pr/cpu/guard_lpc1768
cpu/lpc1768: remove useless timer periph file guard
2018-04-16 13:17:01 +02:00
Joakim Nohlgård
11b668fd6d sys/analog_util: Add missing include stdint.h 2018-04-16 13:05:20 +02:00