Dario Petrillo
18f8a476e6
drivers/ir_nec: ir remote implementation
2022-05-31 17:58:39 +02:00
32ac29bd98
Merge pull request #17903 from aabadie/pr/boards/pybadge
...
boards/adafruit-pybadge: enable ST7735 display
2022-04-13 12:28:23 +02:00
2bd608accf
Merge pull request #17917 from aabadie/pr/tests/common-riot-logo
...
tests: move riot_logo.h to tests base directory
2022-04-13 12:28:03 +02:00
Karl Fessel
88556a50ee
Merge pull request #16316 from kfessel/p-git-clone-fast
...
makesystem: speedup pkg cloning if no git-cache is available
2022-04-13 12:22:48 +02:00
Peter Kietzmann
5a8654ecab
Merge pull request #17096 from Ollrogge/fido2_follow_up
...
Fido2 follow up
2022-04-13 12:14:43 +02:00
fabian18
9193c52685
Merge pull request #17923 from fabian18/bugfix_stm32f7_add_missing_ADC_DEVS
...
cpu/stm32/include/periph/f7: add missing ADC_DEVS
2022-04-13 11:33:03 +02:00
4af29ab549
boards/adafruit-pybadge: enable ST7735 display
2022-04-13 08:45:16 +02:00
d5beea3551
tests/disp_dev: use width/height defines from riot_logo.h
2022-04-13 08:01:13 +02:00
b038e47b5e
tests/periph_ltdc: use width/height defines from riot_logo.h
2022-04-13 08:00:48 +02:00
1aa31bf7cf
tests: use common riot_logo.h
2022-04-13 08:00:48 +02:00
benpicco
4d400307bf
Merge pull request #17920 from dp1/fix-loramac-argument-type
...
Fix argument type of lora_time_on_air to avoid errors in C++
2022-04-13 07:03:23 +02:00
8e87b777b2
Merge pull request #16176 from fjmolinas/pr_lcd_common_driver
...
driver/lcd: add common lcd base driver
2022-04-13 01:28:22 +02:00
Fabian Hüßler
e261db28c9
cpu/stm32/include/periph/f7: add missing ADC_DEVS
2022-04-12 22:39:17 +02:00
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