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

35570 Commits

Author SHA1 Message Date
aec6445798
drivers/{disp,touch}_dev: pull auto_init_screen by default 2021-05-25 14:21:58 +02:00
Dylan Laduranty
596cee61e2
Merge pull request #15205 from benpicco/cpu/sam0_common-drop_inv_tx
cpu/sam0_common: UART: Revert "implement inverted RX & TX"
2021-05-23 21:40:16 +02:00
Jean Pierre Dudey
5fd6daac3e
Merge pull request #16319 from jue89/fix/stm32-gpio_all-isr
cpu/stm32/gpio_all: fix IRQ handler for G0/L5/MP1 families
2021-05-23 21:40:02 +02:00
Dylan Laduranty
84f33ca6bc
Merge pull request #16495 from benpicco/dist/tools/edbg-bump
tools/edbg: bump version
2021-05-23 21:36:39 +02:00
Benjamin Valentin
68f2a6b3c3 tools/edbg: bump version
- adds pic32 & saml11 devices
 - Nuvoton M480 series support
2021-05-23 18:28:36 +02:00
e9579cb21f
Merge pull request #16492 from aabadie/pr/test/pkg_qr-code-esp32
tests/pkg_qr-code-generator: add disp-dev for esp32-wrover-kit
2021-05-22 11:46:25 +02:00
79dd9a4e3a
tests/pkg_qr-code-generator: add disp-dev for esp32-wrover-kit 2021-05-22 09:30:44 +02:00
876004442a
Merge pull request #16486 from aabadie/pr/pkg/lvgl_remove_internal_thread
pkg/lvgl: remove internal thread
2021-05-21 16:50:49 +02:00
ca60cc9f66
Merge pull request #16363 from haukepetersen/add_byteorder_letofrombuf
sys/byteorder: add little endian to/from buf functions
2021-05-21 13:35:42 +02:00
Benjamin Valentin
5f002ced1f Revert "cpu/sam0_common: UART: implement inverted RX & TX"
This reverts commit 585dc15f99.

I did misunderstand this feature: This only inverts the data
bits (instead of `c` uart will transmit `~c`), not the whole
line level.

This is not very useful on it's own, so revert it.
2021-05-21 12:47:03 +02:00
Francisco
9b449fba98
Merge pull request #16185 from aabadie/pr/drivers/sx127x_uncrustify
drivers/sx127x: uncrustify code
2021-05-21 11:45:25 +02:00
5a393c64d6
pkg/lvgl: improve lvgl_run documentation 2021-05-21 10:05:17 +02:00
c09c7d549d
tests/pkg_lvgl: remove manual call to sysmon_task 2021-05-20 20:56:17 +02:00
af0494c45a
Merge pull request #16488 from jeandudey/2021_05_20-esp32-ili9341
boards/esp32-wrover-kit: add dependency to ILI9341
2021-05-20 20:52:29 +02:00
Jean Pierre Dudey
628739172b boards/esp32-wrover-kit: add dependency to ILI9341
When disp_dev is present, pull the ili9341 driver to allow auto-
initialization

Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
2021-05-20 20:00:03 +02:00
ef6d377197
tests/pkg_lvgl*: adapt to new behavior 2021-05-20 13:06:49 +02:00
41a185cb92
pkg/lvgl: remove internal background thread 2021-05-20 12:38:55 +02:00
9c749bc214
Merge pull request #16480 from aabadie/pr/tests/touch_dev_enh
tests/touch_dev: improve genericity by using auto_init_screen module
2021-05-19 12:24:28 +02:00
Francisco
783db951f5
Merge pull request #16479 from aabadie/pr/tests/disp_dev_enh
tests/disp_dev: improve genericity of application + optimize screen refresh
2021-05-19 11:46:32 +02:00
e7983908f9
tests/touch_dev: use auto_init_screen 2021-05-19 11:30:32 +02:00
4b2f9af90f
tests/disp_dev: improve screen cleanup speed 2021-05-19 10:01:03 +02:00
12a0adc57c
tests/disp_dev: use auto_init_screen
This removes the explicit dependency to ili9341 driver
2021-05-19 09:59:23 +02:00
Francisco
967cbcd7e1
Merge pull request #16478 from jue89/fix/stm32-gpio_f1-isr
cpu/stm32/gpio_f1: fix IRQ handler
2021-05-19 08:55:04 +02:00
b9ba47f6aa
tools/uncrusctify: whitelist sx127x driver related files 2021-05-18 11:00:44 +02:00
47bf32ed02
tests/driver_sx127x: uncrustify code 2021-05-18 11:00:44 +02:00
39094d0833
drivers/sx127x: uncrustify code 2021-05-18 11:00:44 +02:00
Martine Lenders
680cc67ece
Merge pull request #16476 from aabadie/pr/ci/labeler
.github: add automatic PR labeler action
2021-05-18 10:49:37 +02:00
50e52ade19
gh_actions: add PR labeler action 2021-05-18 10:16:21 +02:00
Martine Lenders
0978084d1e
Merge pull request #16345 from miri64/doc/enh/release-cycle
doc: README: Add documentation on downloads and release cycle
2021-05-17 09:48:53 +02:00
benpicco
7cb5f31380
Merge pull request #16290 from nandojve/xmega_spi
cpu/atxmega/periph: Add spi driver
2021-05-15 15:02:23 +02:00
a853e7d785
Merge pull request #16473 from hugueslarrive/adc_f3
cpu/stm32/periph/adc_f3.c: e-mail update
2021-05-15 10:45:25 +02:00
Hugues Larrive
1cf34afb76 cpu/stm32/periph/adc_f3.c: e-mail update 2021-05-15 05:53:45 +02:00
Gerson Fernando Budke
8a2c88a808 boards/atxmega-a3bu-xplained: Add spi configuration
Add J1 header spi configuration.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-05-14 23:26:08 -03:00
Gerson Fernando Budke
8cc9c42d1d boards/atxmega-a1u-xpro: Add spi configuration
Add EXT-1 spi bus configuration.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-05-14 23:26:08 -03:00
Gerson Fernando Budke
91316a879a cpu/atxmega/periph/spi: Add spi driver
Introduce SPI driver.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-05-14 23:26:08 -03:00
benpicco
67dfbe8d48
Merge pull request #16472 from benpicco/examples/gcoap-zep
examples/gcoap: add support for socket ZEP
2021-05-15 00:46:31 +02:00
Benjamin Valentin
9aa0df6694 examples/gcoap: add support for socket ZEP 2021-05-14 14:50:01 +02:00
Marian Buschsieweke
c210975108
Merge pull request #16443 from maribu/tests/malloc
sys/malloc_thread_safety: fix potential overflow in multiplication
2021-05-13 14:38:59 +02:00
benpicco
b5953d0f85
Merge pull request #16365 from Jnae/at86rf215
drivers/at86rf215: add RX timestamps
2021-05-12 16:59:49 +02:00
Jnae
b287d120ff at86rf215: timestamp counter for rx frames 2021-05-12 15:27:36 +02:00
Jean Pierre Dudey
33539f137a
Merge pull request #16428 from bergzand/pr/readme/remove_ml
Documentation: Remove mentions of the users@ and devel@ mailing lists.
2021-05-12 13:44:07 +02:00
059be06217
doxygen: Remove users@ and devel@ mailing lists 2021-05-12 11:41:25 +02:00
05e7b5e803
github/bug_report.md: Remove users@ and devel@ 2021-05-12 11:41:25 +02:00
834cb2192d
make: Remove mailing list advertisement 2021-05-12 11:41:25 +02:00
a7acf5ee6e
CONTRIBUTING: remove mailing list mentions 2021-05-12 11:41:21 +02:00
4560fefca0
Merge pull request #16464 from chrysn-pull-requests/libcose-update
pkg/libcose: Update to latest master
2021-05-12 09:38:06 +02:00
Leandro Lanzieri
b628d93731
Merge pull request #16466 from aabadie/pr/tests/qr-code-generator-opt
tests/pkg_qr-code-generator: improve display speed in test application
2021-05-11 14:30:34 +02:00
55fc61f295
tests/pkg_qr-code-generator: improve encoder buffer lenghts 2021-05-11 13:47:55 +02:00
chrysn
3a53a1815f
Merge pull request #16468 from chrysn-pull-requests/native-doc-flashpage
boards/native: Document flashpage support
2021-05-11 12:01:15 +02:00
chrysn
855517326a boards/native: Document flashpage support
This documents the additions of [15935].

[15935]: https://github.com/RIOT-OS/RIOT/pull/15935
2021-05-11 10:28:03 +02:00