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

39724 Commits

Author SHA1 Message Date
Ollrogge
deeea2b5f2 sys/fido2: documentation changes && code cleanup 2022-04-12 16:01:50 +02:00
bf7dccf87e
tests/driver_ili9341: adapt to new common lcd driver 2022-04-12 12:39:01 +02:00
948a673a55
tests/disp_dev: adapt to new lcd API 2022-04-12 12:39:00 +02:00
d311dd94cf
drivers/ili9341: st7735: adapt to new build system rules 2022-04-12 12:39:00 +02:00
7348315d01
pkg/lvgl: enable color swap with LCD generic driver 2022-04-12 12:39:00 +02:00
Francisco Molina
f60c50634b
tests/disp_dev: modify to test all registered display 2022-04-12 12:39:00 +02:00
Francisco Molina
62904fa611
sys/auto_init/screen: add common lcd auto_init
- use auto_init_screen if disp_dev is used
2022-04-12 12:39:00 +02:00
6df46ecc91
boards: adapt ili9341 default config where needed 2022-04-12 12:39:00 +02:00
Francisco Molina
be5f450a43
tests/driver_st7735: add test application 2022-04-12 12:39:00 +02:00
Francisco Molina
c5cc2966ff
drivers/ili9341: use common lcd driver 2022-04-12 12:39:00 +02:00
Francisco Molina
827fa976a6
driveres/st7735: add driver based on common lcd driver 2022-04-12 12:38:59 +02:00
Francisco Molina
8f2fa772e9
drivers/lcd: add common driver for lcd display 2022-04-12 12:35:02 +02:00
Dario Petrillo
f5e6268418
net/loramac: use enum type in lora_time_on_air() 2022-04-12 12:16:44 +02:00
benpicco
e3f9252947
Merge pull request #17913 from benpicco/mtd_fixes
mtd: minor cleanup & test fixes
2022-04-12 09:30:27 +02:00
84804cee03
Merge pull request #17915 from benpicco/boards/samr34-xpro-enhance
boards/samr34: cleanup, add 2nd uart & timer
2022-04-12 09:13:46 +02:00
Karl Fessel
cc3fc8ebb7 makesystem: clone pkgs without history
there is no git clone left since git clone does not support getting
specific commits ->:
- init empty repo,
- setup remote origin
- configure
- fetch
- checkout
2022-04-11 20:28:48 +02:00
Benjamin Valentin
8081312a2f boards/samr34-xpro: configure second timer & uart 2022-04-11 18:13:49 +02:00
Benjamin Valentin
760b7f5057 boards/samr34-xpro: make use of helper macros 2022-04-11 18:01:29 +02:00
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