Martine Lenders
3c05f72a89
tests: Initial import of congure_reno
tests
2022-04-08 17:58:21 +02:00
9b826b6f8e
tests/pkg_tensorflow-lite: adapt and rename to tflite-micro
2022-04-08 17:18:55 +02:00
21ea4e717b
pkg/tensorflow-lite: deprecate package
2022-04-08 17:18:55 +02:00
0efe0f838a
pkg/tflite-micro: add support for tflite-micro
2022-04-08 17:18:55 +02:00
b3ea22952c
pkg/tensorflow-lite: bump version to 2.2.2
2022-04-08 17:18:55 +02:00
8d2b5b912b
pkg/flatbuffers: bump to v2.0.0
2022-04-08 17:18:54 +02:00
169f38cdbd
pkg/gemmlowp: bump version
2022-04-08 17:18:54 +02:00
df34c0e3de
pkg/ruy: add support for matrix multiplication library
2022-04-08 17:18:54 +02:00
Martine Lenders
0f1674379a
congure_reno: initial import of TCP Reno congestion control
2022-04-08 14:37:47 +02:00
Oleg Hahm
755ea30da7
Merge pull request #17871 from HendrikVE/pr/sock_dns_mock
...
sys/net/application_layer/sock_dns_mock: add module for mocking sock_dns
2022-04-08 14:20:17 +02:00
Oleg Hahm
abd5024d30
Merge pull request #17877 from krzysztof-cabaj/doc-board-nucleo-f334r8
...
boards/nucleo-f334r8: improvements to documentation
2022-04-08 14:06:56 +02:00
Oleg Hahm
31f44fbf5f
Merge pull request #17879 from kfessel/p-mtd-nor
...
driver/mtd_spi_nor: cleanup sleep timing
2022-04-08 14:06:19 +02:00
Oleg Hahm
f3ffe134b0
Merge pull request #17895 from benpicco/pm_blocker_array
...
sys/pm_layered: use array representation, get rid of implicit IDLE mode
2022-04-08 14:04:46 +02:00
chrysn
ddaea984ee
Merge pull request #17805 from chrysn-pull-requests/rust-test-on-beta
...
rust: test on stable
2022-04-07 20:03:26 +02:00
Francisco
ec6d6026bb
Merge pull request #17213 from kaspar030/log_build_dir_size
...
murdock: use json output `$(BINDIR)` size
2022-04-07 16:59:54 +02:00
Francisco
8b18898760
Merge pull request #17880 from benpicco/drivers/atwinc15x0-mcast
...
drivers/atwinc15x0: join multicast groups
2022-04-07 15:42:26 +02:00
Oleg Hahm
a687552ac9
Merge pull request #17794 from fabian18/auto_init_using_xfa_simple
...
sys/auto_init: custom auto-initialization sequence (simple)
2022-04-07 12:32:01 +02:00
chrysn
82a91d7ef4
doc/rust: Update to cover stable installation
2022-04-07 10:02:00 +02:00
chrysn
31e3e1bbfc
tests/rust: Run minimal test on stable Rust
2022-04-07 09:58:25 +02:00
031ed1e813
Merge pull request #17434 from kaspar030/murdock_use_emulators
...
murdock: support emulated boards
2022-04-06 14:41:48 +02:00
Benjamin Valentin
7fb8f3b7c5
sys/pm_layered: rename val_u8 -> blockers
2022-04-06 12:29:25 +02:00
Benjamin Valentin
ed9f740edd
examples/lorawan: move enabling of sleep modes to C code
2022-04-06 12:29:25 +02:00
Benjamin Valentin
11acdd0526
cpu/samd*: adjust PM_BLOCKER_INITIAL to the new API
...
For saml1x and samd5x this becomes now obsolete as the default provides
this behavior.
2022-04-06 12:29:25 +02:00
Benjamin Valentin
0340ac6129
cpu: include IDLE in PM_NUM_MODES
2022-04-06 12:29:25 +02:00
Benjamin Valentin
79de7ea5e5
sys/pm_layered: use array representation, get rid of implicit IDLE mode
2022-04-06 12:29:25 +02:00
Marian Buschsieweke
a097baee80
Merge pull request #17898 from keith-packard/enable-gcc-builtin
...
cpu/arm7, arch/cortexm: Remove -fno-builtin flag
2022-04-06 08:14:11 +02:00
krzysztof-cabaj
3c672b8946
boards/nucleo-f334r8: improvments to documentation
2022-04-04 11:38:20 -04:00
benpicco
1a4fc991dd
Merge pull request #17901 from Ollrogge/fix_memory_region
...
cpu/riscv_common: fix undeclared memory region linker error
2022-04-04 17:06:13 +02:00
Ollrogge
b21640f1e0
cpu/riscv_common: fix undeclared memory region linker error
2022-04-04 13:18:01 +02:00
Francisco
c07a11c8cd
Merge pull request #17892 from kfessel/p-ztimer-conversions
...
sys: some simple xtimer->ztimer conversions
2022-04-04 09:17:46 +02:00
benpicco
e97ef479d6
Merge pull request #17778 from fabian18/bugfix_ndp_override_flag_for_non_anycast
...
gnrc/ndp: bugfix set O-flag if target is not anycast
2022-04-04 01:09:51 +02:00
Marian Buschsieweke
565ca4b1f7
Merge pull request #17900 from benpicco/pkg/openwsn-memmove
...
pkg/openwsn: add patch to use memmove() instead of memcpy()
2022-04-03 22:17:39 +02:00
Benjamin Valentin
237e3a1926
pkg/openwsn: add patch to use memmove() instead of memcpy()
2022-04-03 20:41:35 +02:00
Hendrik van Essen
a9fb3388ca
sys/net/application_layer/sock_dns_mock: add module for mocking sock_dns
2022-04-03 17:29:10 +02:00
Keith Packard
b21e624280
cpu/arm7, arch/cortexm: Remove -fno-builtin flag
...
This flag disables all builtin functions provided by the compiler as
well as disabling all optimizations and error checking related to
standard C library functions. If you're using a C library which
conforms to the ANSI C standard, you want to leave these compiler
features enabled.
Signed-off-by: Keith Packard <keithp@keithp.com>
2022-04-02 16:58:09 -07:00
benpicco
ac4ac64e58
Merge pull request #17843 from benpicco/gcoap-block-server
...
examples/gcoap_block_server: add gcoap block server example
2022-04-03 00:19:43 +02:00
Ken Bannister
f04cf579b4
examples/gcoap_block_server: add gcoap block server example
2022-04-02 23:51:51 +02:00
3a83c380f7
Merge pull request #17824 from geonnave/set_channels_mask
...
pkg/semtech-loramac: enable setting channels mask
2022-04-02 18:56:11 +02:00
c4bba0e65d
tests/*: CI blacklist microbit where it fails
2022-04-01 13:42:01 +02:00
5f597b56e1
Merge pull request #17858 from kaspar030/pkg_no_git_am_without_patches
...
make: pkg.mk: don't call `git am` if there are no patches
2022-04-01 11:40:56 +02:00
Leandro Lanzieri
415f6be197
Merge pull request #17878 from miri64/pkg-tinydtls/fix/crypto-hmac-non-malloc
...
pkg/tinydtls: crypto: remove unnecessary usage of malloc()
2022-04-01 10:41:03 +02:00
Dylan Laduranty
c568d273ea
Merge pull request #17886 from benpicco/cpu/sam0_eth-sleep
...
cpu/sam0_eth: implement SLEEP state
2022-04-01 09:18:41 +02:00
Martine S. Lenders
76e5201094
pkg/tinydtls: crypto: remove unnecessary usage of malloc()
2022-04-01 09:10:35 +02:00
Dylan Laduranty
57fb4e777b
Merge pull request #17883 from benpicco/cpu/samd5x-pm_idle
...
cpu/samd5x: allow to block IDLE mode
2022-04-01 00:13:31 +02:00
Benjamin Valentin
1f96e95fde
cpu/sam0_eth: implement SLEEP state
...
This saves ~3 mA when the device is in SLEEP mode.
2022-03-31 23:54:33 +02:00
Karl Fessel
eabdf45b30
net/csma_sender: convert to ztimer_usec
2022-03-31 23:37:54 +02:00
Karl Fessel
ddbf64ccca
sys/suit_transport_coap: convert to ztimer_msec, rm unused deadline_fns
2022-03-31 23:37:15 +02:00
chrysn
5221ce278e
Merge pull request #17860 from Ollrogge/deprecate_flashpage
...
periph/flashpage: deprecate *_free functions
2022-03-31 20:42:01 +02:00
Marian Buschsieweke
3977ff6304
Merge pull request #17891 from kaspar030/print_stack_usage_fmt
...
sys/test_utils/print_stack_usage: work with small stacks
2022-03-31 19:11:26 +02:00
Ollrogge
4974790bad
periph/flashpage: deprecate *_free functions
2022-03-31 17:59:54 +02:00