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

30464 Commits

Author SHA1 Message Date
54d51bb098
Makefile.dep: include per driver Makefile.dep if used and exist 2020-07-20 14:32:16 +02:00
f013be5507
Merge pull request #14497 from aabadie/pr/drivers/makefile_dep_cleanup
drivers/Makefile.dep: remove inappropriate use of FEATURES_PROVIDED for rtt_rtc
2020-07-20 13:04:59 +02:00
3222984cb9
Merge pull request #14549 from bergzand/pr/filesystem/check_cleanup
examples/filesystem: Cleanup filesystem/mtd check
2020-07-18 17:08:28 +02:00
benpicco
4fb1e17508
Merge pull request #14454 from trickeydan/usb-cdc-ecm-example
Add USB Ethernet support to GNRC Border Router example
2020-07-18 15:58:44 +02:00
Martine Lenders
e5d692babe
Merge pull request #14493 from miri64/netopt/cleanup/rm-LINK_CONNECTED
netopt: remove deprecated alias NETOPT_LINK_CONNECTED
2020-07-17 22:35:46 +02:00
Martine Lenders
bb07c1889f
Merge pull request #14507 from JannesVolkens/someip_hdr
sys/include/net: Add SOME/IP header
2020-07-17 22:35:06 +02:00
Dan Trickey
2c3987def0
examples/gnrc_border_router: add CDC-ECM uplink
Optionally executes pyterm from CDC-ECM start_network.sh

The shell script exits and cleans up instantly unless there is a
blocking program running at the end. Users can supply a serial port to
display in pyterm, or alternatively just wait if it is a "headless"
deployment.
2020-07-17 21:34:56 +01:00
87d8124d88
Merge pull request #14536 from HendrikVE/pca9633_fix_copy_pasta
drivers/pca9633: fix wrong enum name
2020-07-17 21:03:25 +02:00
dc1d8d55d6
Merge pull request #14551 from aabadie/pr/sys/ztimer_irq_include
sys/ztimer: fix missing include for periph_rtt submodule
2020-07-17 21:02:37 +02:00
5c3c22f31c
Merge pull request #14489 from benpicco/libc_conflict
drivers/tests: rename private read() and sleep() functions to avoid conflicts with libc
2020-07-17 20:44:02 +02:00
87ba0d5b28
Merge pull request #14406 from aabadie/pr/pkg/jerryscript_update
pkg/jerryscript: bump to version 2.3.0
2020-07-17 20:28:21 +02:00
fa2c8b01f4
sys/ztimer: fix missing include for periph_rtt submodule 2020-07-17 20:10:27 +02:00
3aaf7ed5f3
pkg/jerryscript: remove unnecessary CFLAGS 2020-07-17 20:03:15 +02:00
d820570782
pkg/jerryscript: improve Makefile logic
drop useless libjerry target and use regular files targets. This prevents re-running the sub-make when the required archives are already generated
2020-07-17 20:03:15 +02:00
51cda0d2ad
pkg/jerryscript: adapt CMake options
Add the possibility to set JERRY_STACK to prevent stack overflows due to recursion, JERRY_GC_LIMIT to the maximum allowed heap usage increase until triggering the next garbage collection and JERRY_GC_MARK_LIMIT to adjust the maximum recursion depth during the GC mark phase
2020-07-17 20:03:15 +02:00
7b6bd1a026
pkg/jerryscript: bump to version 2.3.0 2020-07-17 20:03:15 +02:00
9f77c3c997
examples/filesystem: Cleanup filesystem/mtd check 2020-07-17 18:44:18 +02:00
b1ff897256
Merge pull request #14398 from benpicco/examples/filesystem_littlefs2
examples/filesystem: add support for littlefs2
2020-07-17 18:27:42 +02:00
Benjamin Valentin
412f4e5234 examples/filesystem: default to littlefs2
The upstream version of littlefs is what we call littlefs2.
'littlefs' is kept for legacy compatibility, but is not actively
developed upstream.

So make littlefs2 the default for the filesystem example.
2020-07-17 16:43:00 +02:00
Benjamin Valentin
f69c0f9758 examples/filesystem: add support for littlefs2
Just like littlefs, but this is the current version of it.
2020-07-17 16:43:00 +02:00
Benjamin Valentin
af1bb27043 pkg/littlefs2: add VFS dependencies
This was done for littlefs, but not for littlefs2
2020-07-17 16:43:00 +02:00
Benjamin Valentin
a028102149 pkg/littlefs2: rename littlefs_desc_t -> littlefs2_desc_t
Allow to have both versions of the FS present at the same time.
2020-07-17 16:43:00 +02:00
Martine Lenders
e2ba95a901
Merge pull request #14542 from leandrolanzieri/pr/net/cord_replace_gcoap_finish
net/cord: replace usage of deprecated gcoap_finish
2020-07-17 15:36:06 +02:00
6c9a5e3f87
Merge pull request #14451 from benpicco/tests/periph_gpio/shell_commands
tests/periph_gpio: enable shell commands
2020-07-17 15:21:31 +02:00
Hendrik van Essen
9d068d582a drivers/pca9633: make enum anonymous 2020-07-17 15:05:32 +02:00
Leandro Lanzieri
4f6985612a
Merge pull request #14543 from aabadie/pr/tests/driver_sx127x_remove_xtimer
tests/driver_sx127x: remove unused xtimer dependency
2020-07-17 11:42:56 +02:00
d846ffe56e
tests/driver_sx127x: remove unused xtimer dependency 2020-07-17 11:03:47 +02:00
5801d600fd
Merge pull request #14541 from aabadie/pr/tests/kconfig_features_remove_whitelist
tests/kconfig_features: remove boards whitelist
2020-07-17 10:16:45 +02:00
Leandro Lanzieri
60f7e3aadf
net/cord/lc: Replace usage of deprecated gcoap_finish 2020-07-17 10:01:55 +02:00
Leandro Lanzieri
f92c693682
net/cord/epsim: Replace usage of deprecated gcoap_finish 2020-07-17 09:51:34 +02:00
cec5c8e4c2
tests/kconfig_features: remove board whitelist
Now that all boards/cpus are migrated to Kconfig, we don't need this list anymore and it will enforce new boards to be adapted as well
2020-07-17 09:42:57 +02:00
00f28a31bf
Merge pull request #14189 from jia200x/pr/boards/samd21
boards/samd21-based: Model features in Kconfig
2020-07-17 09:40:25 +02:00
Leandro Lanzieri
1abe732472
boards/wemos-zero: Add Kconfig symbols 2020-07-17 08:46:17 +02:00
Leandro Lanzieri
4e53bb0a73
boards/sodaq-sara-sff: Add Kconfig symbols 2020-07-17 08:46:17 +02:00
Jose Alamos
6d93866f24
tests/Kconfig: add sodaq-sara-aff to whitelist 2020-07-17 08:46:17 +02:00
Jose Alamos
4e4d203fa5
boards/sodaq-sara-aff: Add board specific Kconfig symbols 2020-07-17 08:46:17 +02:00
Jose Alamos
5715c9e3d0
tests/Kconfig: add sodaq-one to whitelist 2020-07-17 08:46:14 +02:00
Jose Alamos
cb81d6aa9b
boards/sodaq-one: Add board specific Kconfig symbols 2020-07-17 08:45:44 +02:00
Jose Alamos
f7fcdabada
tests/Kconfig: add sodaq-explorer to whitelist 2020-07-17 08:44:51 +02:00
Jose Alamos
bd41ccccec
boards/sodaq-explorer: Add board specific Kconfig symbols 2020-07-17 08:44:51 +02:00
Jose Alamos
2776e566df
tests/Kconfig: add sodaq-autonomo to whitelist 2020-07-17 08:44:50 +02:00
Jose Alamos
6139e63316
boards/sodaq-autonomo: Add board specific Kconfig symbols 2020-07-17 08:44:50 +02:00
Jose Alamos
b39b881af8
tests/Kconfig: add serpente to whitelist 2020-07-17 08:44:50 +02:00
Jose Alamos
d95e2a1615
boards/serpente: Add board specific Kconfig symbols 2020-07-17 08:44:50 +02:00
Jose Alamos
4fa465b9f6
tests/Kconfig: add sensebox_samd21 to whitelist 2020-07-17 08:44:50 +02:00
Jose Alamos
853f06e2ef
boards/sensebox_samd21: Add board specific Kconfig symbols 2020-07-17 08:44:50 +02:00
Jose Alamos
7e60c66ef4
tests/Kconfig: add samd21-xpro to whitelist 2020-07-17 08:44:50 +02:00
Jose Alamos
b475d374ba
boards/samd21-xpro: Add board specific Kconfig symbols 2020-07-17 08:44:50 +02:00
Jose Alamos
65d0bb5ce6
tests/Kconfig: add hamilton to whitelist 2020-07-17 08:44:50 +02:00
Jose Alamos
4c73190df5
boards/hamilton: Add board specific Kconfig symbols 2020-07-17 08:44:49 +02:00