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

36055 Commits

Author SHA1 Message Date
benpicco
1407559f33
Merge pull request #15773 from benpicco/tools/zep_dispatch-topology
tools/zep_dispatch: add support for advanced topologies
2021-07-07 12:14:43 +02:00
fe22ba428d
Merge pull request #16348 from fjmolinas/pr_pkg_mynewt_core
pkg/mynewt-core: initial commit
2021-07-07 10:55:53 +02:00
Nicolas Harel
bc25d3b458 drivers/at24cxxx: rearrange AT24CXXX_PARAMS 2021-07-07 10:15:55 +02:00
José Alamos
ed1692033f
Merge pull request #16617 from jia200x/pr/gnrc_lorawan_fix_release
gnrc_lorawan: fix gnrc_pktbuf_release_error (introduced by #16080)
2021-07-07 10:15:33 +02:00
Benjamin Valentin
c81e4d3a2c tools/zep_dispatch: uncrustify 2021-07-06 18:29:25 +02:00
Benjamin Valentin
aa3dfd9b88 tools/zep_dispatch: add support for topologies 2021-07-06 18:21:52 +02:00
Benjamin Valentin
5b959364fc drivers/dose: return -EBUSY if medium is busy
If there was a collision, return -EBUSY so the frame can be put into
the packet queue and we can attempt to send it again.
2021-07-06 16:12:31 +02:00
Francisco Molina
3d2deacddb
examples/twr_aloha: use ZTIMER_MSEC 2021-07-06 14:52:27 +02:00
Francisco Molina
701891e7e3
pkg/nimble: allow using mynewt-core pkg 2021-07-06 14:52:26 +02:00
Francisco Molina
eb74b3ace6
pkg/uwb-core: use mynewt-core pkg 2021-07-06 14:52:25 +02:00
Francisco Molina
7b2debcbd8
pkg/uwb-dw1000: use mynewt-core pkg 2021-07-06 14:52:25 +02:00
Francisco Molina
0cdc5826fd
pkg/mynewt-core: initial commit 2021-07-06 14:52:24 +02:00
Jose Alamos
13274da74a
gnrc_lorawan: fix gnrc_pktbuf_release_error 2021-07-06 14:14:27 +02:00
Francisco
ccfd3ee980
Merge pull request #16597 from jia200x/pr/sx126x_kconfig
sx126x: add support for multiple simultaneous variants
2021-07-06 13:19:15 +02:00
benpicco
8f9233f329
Merge pull request #16232 from maribu/drivers/cc110x
drivers/cc110x: add power off (sleep) functions
2021-07-06 12:24:26 +02:00
Francisco
daeac91aea
Merge pull request #16604 from jia200x/pr/lora/fix_rx_timeout_size
netdev/lora: fix size of NETOPT_RX_SYMBOL_TIMEOUT
2021-07-06 12:15:00 +02:00
Francisco
94820faab9
Merge pull request #16570 from jia200x/pr/sx126x/fix_netdev_write
drivers/sx126x: fix netdev send and recv function
2021-07-06 11:45:51 +02:00
Martine Lenders
6bc7767b84
Merge pull request #16616 from kaspar030/fix_tests-ipv6_array_bounds
tests/unittests/tests-ipv6_hdr: fix too short ipv6_hdr_t allocations
2021-07-06 10:56:02 +02:00
Marian Buschsieweke
462ea9aec0
drivers/cc110x: hook up cc110x_sleep into netdev 2021-07-06 10:12:26 +02:00
Marian Buschsieweke
3d76875f38
drivers/cc110x: style fixes 2021-07-06 10:12:21 +02:00
Francisco Acosta
71be0ba3a1
tests/driver_cc110x: add sleep and wake-up commands 2021-07-06 10:12:16 +02:00
Francisco Acosta
0efc13602f
drivers/cc110x: add power off (sleep) functions 2021-07-06 10:11:55 +02:00
Martine Lenders
b034ccaaa3
Merge pull request #16422 from janosbrodbeck/pr/tinydtls/reset_session
pkg/tinydtls: handling of close_notify
2021-07-06 00:25:20 +02:00
benpicco
29f9ffb4fc
Merge pull request #16582 from maribu/examples/hello-world
examples/blinky: new application
2021-07-06 00:24:18 +02:00
János Brodbeck
c016b843d6
pkg/tinydtls: destroy session after sending close notification 2021-07-05 23:45:20 +02:00
6aa8fd650b tests/unittests/tests-ipv6_hdr: fix too short ipv6_hdr_t allocations 2021-07-05 22:35:29 +02:00
Martine Lenders
42deae8d7e
Merge pull request #16614 from kaspar030/fix_tests-ipv4_addr
unittests/tests-ipv?_addr: fix some uninitialized variable bugs
2021-07-05 19:04:37 +02:00
ddc30a198a unittests/tests-ipv6_addr: test_ipv6_addr_to_str__addr_NULL(): zero a 2021-07-05 16:51:16 +02:00
b388a2a440 unittests/tests-ipv4_addr: test_ipv4_addr_to_str__addr_NULL(): zero a 2021-07-05 16:50:44 +02:00
Jose Alamos
2e5b7f9e31
sx126x: add support for multiple simultaneous variants 2021-07-05 16:02:15 +02:00
c8c632f485
Merge pull request #16610 from kaspar030/netstats_cibh
netstats: add missing cib.h include
2021-07-05 14:36:12 +02:00
Martine Lenders
fa406e9e54
Merge pull request #16611 from kaspar030/gnrc_icmpv6_echo_msg_avail
sys/shell/commands: gnrc_icmpv6_echo: use msg_avail()
2021-07-05 14:19:46 +02:00
Marian Buschsieweke
f8b1dd41c5
examples/blinky: add a new example app 2021-07-05 10:47:22 +02:00
017d33825f sys/shell/commands: gnrc_icmpv6_echo: use msg_avail() 2021-07-05 10:35:40 +02:00
031d8b75bd netstats: add missing cib.h include 2021-07-05 10:32:50 +02:00
benpicco
9755b7ae12
Merge pull request #16608 from benpicco/cpu/kinetis-RAM_LEN
cpu/kinetis: fix RAM_LEN calculation
2021-07-05 09:47:55 +02:00
Benjamin Valentin
41765e6e4b cpu/kinetis: fix RAM_LEN calculation 2021-07-05 00:53:10 +02:00
benpicco
b911dc6d59
Merge pull request #16607 from maribu/boards/pic32-wifire
boards/{pic32-wifire,6lowpan-clicker}: Add CLOCK_CORECLOCK
2021-07-04 19:11:14 +02:00
Marian Buschsieweke
5a8e36769f
boards/6lowpan-clicker: Add CLOCK_CORECLOCK
Also sneak in use of MHZ() macro, so that reviews don't need to count
zeros.
2021-07-04 17:59:21 +02:00
Marian Buschsieweke
d04c493ceb
boards/pic32-wifire: Add CLOCK_CORECLOCK
Also sneak in use of MHZ() macro, so that reviews don't need to count
zeros.
2021-07-04 17:59:15 +02:00
Leandro Lanzieri
c52da5745f
Merge pull request #16483 from MrKevinWeiss/pr/kconfig/stm32
cpu/stm32f1: Add Kconfig dependency modeling
2021-07-02 16:39:16 +02:00
MrKevinWeiss
214b19551d
sys/ztimer: Fix stm32f1 naming for kconfig 2021-07-02 15:11:11 +02:00
MrKevinWeiss
b88e8d29ba
.murdock: Add board to kconfig test 2021-07-02 15:11:10 +02:00
MrKevinWeiss
652e4f41c1
cpp: Use modules for cpp and libstdcpp
Also add better error message when kconfig or make includes a .cpp without cpp module.
2021-07-02 15:11:10 +02:00
MrKevinWeiss
630f7a2102
sys/arduino: Add Kconfig model 2021-07-02 15:11:09 +02:00
MrKevinWeiss
6884927c3f
sys/arduino: Remove option
There is no clear reason why this should be configurable and causes an abstraction of USEMODULE.
The true reason is to make Kconfig easier but it seems having a variable in USEMODULE is a bit strange.
2021-07-02 15:11:09 +02:00
MrKevinWeiss
02a2de4916
cpu/stm32: Add Kconfig dependency modeling 2021-07-02 15:11:05 +02:00
Kevin "Tristate Tom" Weiss
cea10aa3d2
Merge pull request #16601 from haukepetersen/fix_nimble_randconnitvl
pkg/nimble/netif: fix randomized conn intervals
2021-07-02 13:13:09 +02:00
Kevin "Tristate Tom" Weiss
4cdf93da78
Merge pull request #16605 from MrKevinWeiss/pr/sam0i2cfix
cpu/sam0/i2c: Handle read with I2C_NOSTOP flag
2021-07-02 12:25:10 +02:00
Jose Alamos
033c1d97f7
sx126x: move pa_cfg to ROM 2021-07-02 11:12:53 +02:00