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

39442 Commits

Author SHA1 Message Date
fabian18
4a9130259a
Merge pull request #17911 from maribu/drivers/periph_cpuid
drivers/periph_cpuid: Minor cleanup
2022-04-11 15:38:49 +02:00
Benjamin Valentin
77ac301572 tests/mtd_raw: don't print data on error 2022-04-11 14:29:56 +02:00
Benjamin Valentin
e3c8187736 dirvers/mtd: don't use work_buf as proxy for !direct write flag
Currently work_buf is only NULL when MTD_DRIVER_FLAG_DIRECT_WRITE is
set, so it served as a proxy for that flag.

However, we might want to have a work buffer even when writes without
erase are possible.
2022-04-11 14:29:52 +02:00
Ollrogge
f4ba7a21b4 tests/sys_fido2_ctap: add script to reset authenticator 2022-04-11 13:04:53 +02:00
Ollrogge
3306dffe23 sys/fido2: update flash handling && bug fixes 2022-04-11 13:03:41 +02:00
Marian Buschsieweke
697448e51c
drivers/periph_cpuid: Minor cleanup
Avoid use of `memcpy` altogether to work around false positive of
`-Warray-bounds` in newer GCC versions.
2022-04-11 12:01:57 +02:00
fabian18
ad345eea4b
Merge pull request #17909 from fabian18/drivers_cpuid_disable_gcc_builtin_warnings
drivers/periph_common/cpuid: disable false positive warnings
2022-04-10 20:13:26 +02:00
Fabian Hüßler
045d88df7c drivers/periph_common/cpuid: disable false positive warnings
The warnings appeared after the -fno-builtin compiler flag was removed (#17898),
but the code is looking fine and tests/periph_cpuid shows correct results.
2022-04-10 15:52:23 +02:00
benpicco
c89f6bf115
Merge pull request #15953 from miri64/congure/feat/congure_reno
congure_reno: initial import of TCP Reno congestion control
2022-04-09 12:45:39 +02:00
4c125db8ba
Merge pull request #17908 from aabadie/pr/pkg/tflite-micro
pkg/tflite-micro: add support and deprecate tensorflow-lite
2022-04-08 18:37:25 +02:00
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