benpicco
a0ec3a0e02
Merge pull request #17759 from fjmolinas/pr_lvgl_mem_size
...
pkg/lvlgl: allow cusomizing LV_MEM_SIZE
2022-03-08 07:18:49 +01:00
benpicco
2d89399047
Merge pull request #17745 from leandrolanzieri/cpu/esp32/esp-eth/move_auto_init
...
cpu/esp32/esp-eth: move GNRC auto_init to init_devs
2022-03-07 20:25:06 +01:00
Dylan Laduranty
9d459b8a14
Merge pull request #17746 from leandrolanzieri/cpu/sam0_common/eth/expose_correct_setup
...
cpu/sam0_common/eth: expose correct setup function
2022-03-07 18:42:08 +01:00
benpicco
8a67aaba91
Merge pull request #17744 from leandrolanzieri/sys/chunked_ringbuffer/kconfig
...
sys/chunked_ringbuffer: model Kconfig
2022-03-07 18:20:38 +01:00
benpicco
8281dc21bc
Merge pull request #17752 from benpicco/ipv6_addr_init
...
sys/net/ipv6: add ipv6_addr_init() helper function
2022-03-07 15:13:19 +01:00
benpicco
a9456b6935
Merge pull request #17741 from fabian18/bugfix-NIB_handle_rtr_timeout
...
ipv6/nib: fix memcpy() bug in _handle_rtr_timeout()
2022-03-07 13:39:05 +01:00
benpicco
1f2626e474
Merge pull request #17708 from krzysztof-cabaj/add-cpy2remed
...
boards/nucleo-f334r8 f429zi and f446ze: enable cpy2remed programmer
2022-03-07 12:16:10 +01:00
benpicco
23c81c3091
Merge pull request #17757 from leandrolanzieri/pr/boards/common/qn908x/fix_race
...
boards/common/qn908x: perform elf checksum on shadow copy
2022-03-07 12:13:36 +01:00
krzysztof-cabaj
62dc3e191c
boards/nucleo-f334r8 f429zi and f446ze: enable cpy2remed programmer
2022-03-07 05:00:35 -05:00
Leandro Lanzieri
5438a967aa
boards/common/qn908x: perfom checksum on shadow copy
2022-03-07 10:28:13 +01:00
Francisco Molina
82cebfe15f
pkg/lvlgl: allow cusomizing LV_MEM_SIZE
2022-03-07 09:36:05 +01:00
7e587b068e
Merge pull request #17756 from gschorcht/doc/fix_getitng_started_docker
...
doc: small fix of "Getting Started" document structure in section docker
2022-03-07 07:47:50 +01:00
Gunar Schorcht
4220f65bf8
doc: remove backticks from headings in "Getting Started"
...
Backticks in headings no longer seem to work in doxygen markdown support.
2022-03-06 23:41:28 +01:00
Gunar Schorcht
d1fd11c2f5
doc: fix "Getting Started" structure for section docker
...
Fixes two problems:
- Section "Usage" which describes the usage of docker is on heading level 1 but has to be on heading level 2
- Section "Setup" has only one subsection. A second subsection was added. Now, the section "Setup" has two subsections, one that describes the installation of docker and one that describes downloading and testing of the RIOT docker build image.
2022-03-06 23:41:28 +01:00
benpicco
f31fdfd12d
Merge pull request #17747 from leandrolanzieri/drivers/encx24j600/default_params
...
drivers/encx24j600: define default parameters
2022-03-05 10:29:48 +01:00
99670b2c4d
Merge pull request #17751 from aabadie/pr/doc/qemu_doc_update
...
doc/emulator: update qemu doc with unix sockets
2022-03-04 19:50:05 +01:00
Marian Buschsieweke
28e7dbcb9e
Merge pull request #17750 from fjmolinas/pr_df_player_event_thread_lowest
...
tests/driver_dfplayer: use event_thread instead of event_thread_lowest
2022-03-04 18:28:07 +01:00
Leandro Lanzieri
9f93296081
Merge pull request #17749 from fjmolinas/pr_cpu_avr8_xmega_driver_board
...
tests/cpu_avr8_xmega_driver: fix BOARD name
2022-03-04 18:27:04 +01:00
benpicco
761bac3e0d
Merge pull request #17748 from fjmolinas/pr_gnrc_dhcpv6_client_stateless_netdev_default
...
tests/gnrc_dhcpv6_client_stateless: use netdev_default
2022-03-04 18:26:20 +01:00
a66c562684
Merge pull request #17754 from fjmolinas/pr_board_blacklist_gcc_bump
...
tests/*: add BOARDs to Makefile.ci
2022-03-04 17:48:22 +01:00
Francisco Molina
bb0a406af5
tests/*: add BOARDs to Makefile.ci
...
These BOARDs overlflowed in ROM after arm-none-eabi-gcc version
in riot/riotbuild changed to 10.3.2
2022-03-04 17:15:11 +01:00
Benjamin Valentin
91ad8ec403
sys/net/ipv6: add ipv6_addr_init() helper function
...
Setting a compile-time const IP address can be a bit cumbersome.
Add a helper function to easy the process.
2022-03-04 15:34:15 +01:00
eec8b7a8d4
tree-wide: emulators: s/RUNTIME_TMP_DIR/EMULATOR_TMP_DIR
2022-03-04 13:44:51 +01:00
7cc5787ecb
doc/emulator: update EMULATOR_SERIAL_PORT documentation
2022-03-04 13:34:57 +01:00
d425cbb2bf
makefiles/renode: use RUNTIME_TMP_DIR in EMULATOR_SERIAL_PORT
2022-03-04 13:34:18 +01:00
38a263efab
doc/emulator: update qemu doc with unix sockets
2022-03-04 13:30:14 +01:00
benpicco
5bf52118ba
Merge pull request #17743 from fjmolinas/pr_gnrc_sock_guard_tcp_header
...
sys/net/gnrc/sock_types: guard tcp.h header inclusion
2022-03-04 13:23:36 +01:00
Leandro Lanzieri
c33cfdfaec
Merge pull request #17742 from gschorcht/cpu/esp/rename_esptool_dir
...
dist/tools: rename directory esptool to esptools to use it for multiple tools
2022-03-04 11:58:40 +01:00
Francisco Molina
7f6269cee0
tests/cpu_avr8_xmega_driver: fix BOARD name
2022-03-04 10:36:45 +01:00
Francisco Molina
2f1f77f626
tests/driver_dfplayer: use event_thread instead of event_thread_lowest
2022-03-04 10:36:20 +01:00
Francisco Molina
1d1f764645
tests/gnrc_dhcpv6_client_stateless: use netdev_default
2022-03-04 10:35:27 +01:00
Leandro Lanzieri
de79edb352
drivers/encx24j600: define default parameters
2022-03-04 09:58:50 +01:00
Leandro Lanzieri
74c8893a4f
cpu/esp32/esp-eth: move GNRC auto init to init_devs
2022-03-04 09:41:18 +01:00
Leandro Lanzieri
c47bd3d402
sys/chunked_ringbuffer: model in Kconfig
2022-03-04 09:35:50 +01:00
Leandro Lanzieri
0d4dae9c38
sys/chunked_ringbuffer: move config to CONFIG_ namespace
2022-03-04 09:35:39 +01:00
Leandro Lanzieri
f1075ad749
cpu/sam0_common/eth: expose correct setup function
2022-03-04 08:57:42 +01:00
Francisco Molina
1aea12c27c
sys/net/gnrc/sock_types: guard tcp.h header inclusion
2022-03-04 08:47:47 +01:00
Gunar Schorcht
cbbd02d520
dist/tools: rename esptool to esptools to use it for several tools
...
The directory `dist/tools/esptool` already contains a couple of ESP tools and not only esptool.py. As the location for a couple of ESP related tools, it is more clear to call it `esptools` instead of `esptool`.
2022-03-04 08:34:19 +01:00
Francisco
0c166b1e2a
Merge pull request #17732 from fjmolinas/pr_xtimer_compat_deps
...
sys: sort out ztimer_xtimer_compat and ztimer64_xtimer_compat depes
2022-03-04 08:08:41 +01:00
Francisco
b8260d5046
Merge pull request #17115 from fjmolinas/pr_lwip_use_ztimer
...
pkg/lwip: use ztimer_msec instead of xtimer
2022-03-04 08:08:19 +01:00
d205beed3b
Merge pull request #17679 from kfessel/p-qemu-unixsocket
...
make/emulate: use unix sockets with qemu
2022-03-03 23:46:31 +01:00
Fabian Hüßler
6916f72419
ipv6/nib: fix memcpy() bug in _handle_rtr_timeout
2022-03-03 23:35:06 +01:00
c7c5279362
Merge pull request #17731 from fjmolinas/pr_csma_sender_use_public_api
...
sys/net/link_layer/csma_sender: use public xtimer_now()
2022-03-03 19:20:18 +01:00
benpicco
6ddcfc07fb
Merge pull request #17727 from jeandudey/2022_03_01-stm32l1-line
...
cpu/stm32: Add STM32_LINE cases for STM32L1xxx6
2022-03-03 17:28:56 +01:00
Karl Fessel
415f9aa0ee
make/emulate: use unix sockets with qemu
2022-03-03 17:15:50 +01:00
Francisco Molina
8516e258a3
tests/lwip*: use ztimer instead of xtimer
2022-03-03 15:54:22 +01:00
Francisco Molina
64ff3d1d4f
pkg/lwip: use ztimer_msec instead of xtimer
2022-03-03 15:54:22 +01:00
benpicco
ea13f4421e
Merge pull request #17738 from RIOT-OS/p-tool-test
...
workflow/tool-test: update prior install
2022-03-03 15:44:06 +01:00
Karl Fessel
e3f8e379be
workflow/tool-test: update prior install
2022-03-03 14:58:23 +01:00
benpicco
21205bd6ce
Merge pull request #17351 from benpicco/ztimer_periodic-return
...
ztimer_periodic: make callback function return bool
2022-03-03 14:42:33 +01:00