dbc59aa75b
drivers/cst816s: use gpio_is_valid where appropriate
2022-04-14 11:31:36 +02:00
2d33b5f3a5
boards/pinetime: pull-in cst816s with touch_dev
2022-04-14 11:31:36 +02:00
a2fc925a0e
drivers/cst816s: add touch_dev interface
2022-04-14 11:31:35 +02:00
b1ac9e124d
drivers/cst816s: add Kconfig
2022-04-14 11:31:35 +02:00
d3330e1813
drivers/cst816s: migrate to ztimer
2022-04-14 11:31:34 +02:00
benpicco
32790eb8f2
Merge pull request #17509 from benpicco/nanocoap-rework
...
sys/net/nanocoap: refactor to remove work-buffer requirement
2022-04-14 01:17:30 +02:00
benpicco
a39a4a3077
Merge pull request #17934 from Enoch247/fix-typos
...
Fix typos
2022-04-13 23:58:46 +02:00
Marian Buschsieweke
9c36d2f0be
Merge pull request #17932 from maribu/drivers/mtd_spi_nor
...
drivers/mtd_spi_nor: fix off by one bug
2022-04-13 21:03:06 +02:00
benpicco
c3c82f78ac
Merge pull request #17933 from kaspar030/disable_microbit_testing
...
CI: disable microbit testing
2022-04-13 19:44:53 +02:00
Benjamin Valentin
d1fe77e6de
suit/transport/coap: adapt to new API
2022-04-13 19:33:00 +02:00
Benjamin Valentin
dbbb602522
net/coap: refactor nanocoap_request for zero-copy operation
...
This removes the need for a user provied work buffer from nanocoap.
Instead we let the user operate directly on network stack internal
memory and provide a callback mechanism to make sure the memory is
properly freed again.
2022-04-13 19:33:00 +02:00
benpicco
3e03fe669a
Merge pull request #17600 from benpicco/gnrc/nib-ra_on_ra
...
gnrc/nib: only enable RTR_ADV on RA if MULTIHOP_P6C is enabled
2022-04-13 18:44:10 +02:00
585eb111b6
CI: disable microbit testing
2022-04-13 17:58:52 +02:00
Joshua DeWeese
b83abf9ace
tests/pipe: remove duplicated include
...
The header, pipe.h, is doubly included. This patch removes the second
inclusion.
2022-04-13 11:56:42 -04:00
2c5bfd6de3
Merge pull request #17929 from aabadie/pr/tests/qr-code-generator-enable-adafruit-pybadge
...
tests/pkg_qr-code-generator: enable screen for adafruit-pybadge board
2022-04-13 17:50:20 +02:00
Marian Buschsieweke
a091fa861c
Merge pull request #17928 from kfessel/p-fix-pbkdf2
...
test/pbkdf2: enlarge stdio rx buffer
2022-04-13 17:49:06 +02:00
Joshua DeWeese
7f8bf30b70
sys/can: fix typo in documentation
...
The documentation mentions the can module's interaction with the can
tranciver driver (can_trx), but incorrectly calls it trx_can. This patch
fixes the documentation.
2022-04-13 11:48:43 -04:00
Joshua DeWeese
5b3b866960
tests/unittests/tests-kernel_defines: fix typo
...
The variable named (emphasis added) maYor is used to store the major
version number, I assume major is what was intended. This patch corrects
the typo.
2022-04-13 11:45:56 -04:00
Marian Buschsieweke
c2e029b427
drivers/mtd_spi_nor: fix off by one bug
...
The boolean expression to detect when 32 bit address mode are needed
was off by one, this fixes the issue.
2022-04-13 17:24:39 +02:00
748650d540
tests/pkg_qr-code-generator: enable screen for adafruit-pybadge board
2022-04-13 14:04:04 +02:00
Karl Fessel
2bf48df049
test/pbkdf2: enlarge stdio rx buffer
2022-04-13 13:29:19 +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
2139b51cb5
gnrc/nib: only enable RTR_ADV on RA if MULTIHOP_P6C is enabled
...
If multihop distribution is not done using RA messages, then the
routers follow [RFC4861], which states that they merely do some
consistency checks; in this case, nothing in Section 8.1 applies.
- https://datatracker.ietf.org/doc/html/rfc6775#section-8.1
2022-04-13 00:20:52 +02:00
Fabian Hüßler
e261db28c9
cpu/stm32/include/periph/f7: add missing ADC_DEVS
2022-04-12 22:39:17 +02:00
Benjamin Valentin
21cba5771d
nanocoap: constify helper functions
2022-04-12 16:07:32 +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