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

39417 Commits

Author SHA1 Message Date
Benjamin Valentin
8100203e95 core/thread, mutex: provide dummy implementation for riotboot
This is intended for the bootloader module where we don't enter thread
mode, so mutex must never attempt to switch context.

Instead use a simple busy wait that is enough to make the possible mutex
users (e.g. interrupt based SPI) in bootloader mode work.
2022-05-02 13:18:39 +02:00
chrysn
0989cbb864
Merge pull request #16806 from chrysn-pull-requests/which-hunt-the-good-parts
makefiles: Reject `2>&1 >/dev/null`, and weed out remaining offenders
2022-04-16 13:03:22 +02:00
chrysn
25e11d99b1 make: Sort >/dev/null and 2>&1 when used with command
This is a follow-up for [16775], and was not caught there as that search
was limited to `which`.

Note that while this line can be simplified, the redirects ensure that
GNU Make < 4.3 will not optimize it into its own built-in shell that
does not know `command`.

[16775]: https://github.com/RIOT-OS/RIOT/pull/16775
2022-04-16 10:04:20 +02:00
chrysn
d94b4e0ec1 makefiles: Reject 2>&1 > /dev/null
While this could theoretically be desired, it's usually just a mishap.
It is unlikely that legitimate cases will be needed in the build system;
if so, they can exclude themselves.

See-Also: https://github.com/RIOT-OS/RIOT/pull/16775
2022-04-16 10:04:17 +02:00
12758b94fc
Merge pull request #17954 from aabadie/pr/boards/stm32f750n8-dk
boards/stm32f750n8-dk: add support
2022-04-15 15:05:55 +02:00
benpicco
969eaab3c3
Merge pull request #17955 from aabadie/pr/examples/wasm_ignore_generated_hello
examples/wasm: ignore generated hello.wasm
2022-04-15 14:23:36 +02:00
benpicco
c610b1fa2f
Merge pull request #17939 from fjmolinas/pr_suit_manifest_ram_seq_no
sys/suit: save seq_number when parsing manifest
2022-04-15 14:22:57 +02:00
843df70e3d
test/pkg_qr-code-generator: add stm32f7508-dk to boards with display 2022-04-15 12:51:58 +02:00
d5e184b326
examples: tests: update Makefile.ci with stm32f7508-dk
This commit also makes some cleanup in the files since add_insufficient_memory_board.sh was used for the update
2022-04-15 12:51:58 +02:00
Francisco
0a83d5e415
Merge pull request #17942 from fjmolinas/pr_riotboot_hdr_log
sys/riotboot/hdr: change header validation log to DEBUG
2022-04-15 08:37:51 +02:00
Francisco Molina
ebf0992975 tests/suit_manifest: fix seq_no of manifest4 2022-04-15 08:20:20 +02:00
benpicco
51085a7ad9
Merge pull request #17948 from fjmolinas/pr_nucleo_f401re_riotboot
boards/nucleo-f401re: add riotboot
2022-04-15 06:59:21 +02:00
c9afd2a94e
boards: add support for stm32f7508-dk 2022-04-14 21:43:57 +02:00
cad8d4f900
examples/wasm: ignore generated hello.wasm 2022-04-14 21:32:10 +02:00
benpicco
4bad5a10bc
Merge pull request #17944 from fjmolinas/pr_gcoap_deps_fixes
gcoap: small dependencies fixes
2022-04-14 18:34:45 +02:00
benpicco
b7c68a2c69
Merge pull request #17940 from fjmolinas/pr_stdio_ethos_missing_include
drivers/ethos: add missing vfs include
2022-04-14 16:24:54 +02:00
benpicco
2acbb5ebea
Merge pull request #17947 from fjmolinas/pr_proxy_use_gcoap_port
sys/net/application_layer/gcoap: use COAP_PORT
2022-04-14 16:05:28 +02:00
Francisco Molina
11352197b6 boards/nucleo-f401re: add riotboot 2022-04-14 15:17:31 +02:00
benpicco
2790e361d8
Merge pull request #17946 from fjmolinas/pr_net_af_cleanup_doc
sys/include/net/af: fix doc comment
2022-04-14 13:46:29 +02:00
Francisco Molina
ec4a96b108 sys/riotboot/hdr: change header validation log to DEBUG 2022-04-14 11:53:31 +02:00
Francisco Molina
c67a2086de sys/net/application_layer/gcoap: use COAP_PORT 2022-04-14 09:24:35 +02:00
Francisco Molina
7e520b1194 sys/include/net/af: fix doc comment 2022-04-14 09:23:27 +02:00
Francisco Molina
34eb65642c sys/Makefile.dep: cleanup gcoap deps
- GCOAP requires random functions
- openwsn_sock_udp is elected if openwsn stack is used and sock_udp
  as well, so remove redundant dependency
2022-04-14 09:05:08 +02:00
Francisco Molina
14b3659699 sys/net/gnrc: fix alignment 2022-04-14 09:04:44 +02:00
Francisco Molina
9473f88e3a drivers/ethos: add missing vfs include 2022-04-14 08:36:27 +02:00
Francisco Molina
73d71a6dd5 sys/suit/sotarge/ram: on install set seq_no 2022-04-14 08:27:42 +02:00
Francisco Molina
6a1b472a06 sys/suit: save seq_number when parsing manifest 2022-04-14 08:27:30 +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