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

34984 Commits

Author SHA1 Message Date
MrKevinWeiss
ea6716a7f9 tests/cb_mux_bench: Add Kconfig defaults 2021-02-22 14:58:09 +01:00
MrKevinWeiss
8057273ab2 tests/cb_mux: Add Kconfig defaults 2021-02-22 14:58:09 +01:00
MrKevinWeiss
94504fb9d1 sys: Expose Kconfig modules 2021-02-22 14:58:09 +01:00
Antonio Galea
9c9056844e USB CDC: fix typo in definitions 2021-02-22 14:56:37 +01:00
MrKevinWeiss
7512e1002a sys/uri_parser: Add Kconfig support 2021-02-22 14:54:53 +01:00
MrKevinWeiss
b7d4d83d5c sys/timex: Add Kconfig support 2021-02-22 14:54:15 +01:00
MrKevinWeiss
476c0d8702 sys/seq: Add Kconfig support 2021-02-22 14:54:15 +01:00
MrKevinWeiss
02d19b0b4a sys/sema: Add Kconfig support 2021-02-22 14:54:15 +01:00
MrKevinWeiss
37d640a5b6 sys/oneway-malloc: Add Kconfig support 2021-02-22 14:54:15 +01:00
MrKevinWeiss
bdaa517da1 sys/mineplex: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
1c03c0594a sys/memarray: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
9c6e907a08 sys/matstat: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
8bc7893e92 sys/eepreg: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
e7f62e89fe sys/cb_mux: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
f1c52296d8 sys/bloom: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
820283a12e sys/bitfield: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
e0aea475be sys/base64: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
64202fe091 sys/app_metadata: Add Kconfig support 2021-02-22 14:54:14 +01:00
MrKevinWeiss
e047d013a7 sys/analog_util: Add Kconfig support 2021-02-22 14:54:14 +01:00
24185611d1
Merge pull request #16059 from aabadie/pr/make/esptool_qemu_fix
make/esptool: fix FFLAGS inclusion order for qemu
2021-02-22 14:19:42 +01:00
benpicco
bd7782c23f
Merge pull request #16034 from maribu/test-boards-supported
makefiles/tests: add unit test for info-boards-supported
2021-02-22 14:15:50 +01:00
Benjamin Valentin
56654478d4 sam0/adc: work around ADC errata on SAM D5x/E5x
The ADC SYNCBUSY.SWTRIG gets stuck to '1' after wake-up from Standby Sleep mode.
Ignore the ADC `SYNCBUSY.SWTRIG` status bit, this functionality is not used by
the driver anyway.
2021-02-22 12:39:32 +01:00
Marian Buschsieweke
47414f8e3b
makefiles/tests: add unit tests for fixed bug
Make sure that optional features that would cause conflicts don't end up being
used again.
2021-02-22 12:06:27 +01:00
Marian Buschsieweke
43781c3fba
build_system: don't optionally use conflicting features
If adding a provided but optional feature would result in a feature conflict,
don't use it.
2021-02-22 12:06:27 +01:00
Benjamin Valentin
0b79ae3524 drivers/mtd_flashpage: require the write source buffer to be aligned 2021-02-22 11:27:07 +01:00
benpicco
2f919877c0
Merge pull request #15987 from benpicco/drivers/mtd_spi_nor-fix
drivers/mtd_spi_nor: fix poll on init
2021-02-22 11:16:29 +01:00
430770886b
make/esptool: fix FFLAGS inclusion order for qemu 2021-02-22 10:35:38 +01:00
Francisco
65ffb4261c
Merge pull request #16058 from aabadie/pr/tools/compile_and_for_board_fix_lint
tools/compile_and_test_for_board: fix lint
2021-02-22 09:43:00 +01:00
Leandro Lanzieri
9fb93af034
Merge pull request #15985 from MrKevinWeiss/pr/umorse/kconfig
pkg/umorse: Add Kconfig support
2021-02-22 09:37:12 +01:00
dd88ead843
tools/compile_and_test_for_board: fix lint
Pylint raises an error because of inconsistent return statements in the make_with_outfile function. The return value of this function is never used, so a bare return or no return is ok
2021-02-21 21:34:03 +01:00
Francisco
e0211f4574
Merge pull request #16050 from aabadie/pr/make/edbg_script
tools/edbg: add and use wrapper shell script
2021-02-21 19:52:46 +01:00
9153e39dab
makefiles/edbg: refactor to use wrapper script 2021-02-21 12:56:43 +01:00
1ec4ea2d7c
tools/edbg: add wrapper bash script 2021-02-21 12:56:35 +01:00
Martine Lenders
de4ee0f934
Merge pull request #15562 from benpicco/socket_zep_register
socket_zep: register with netdev, provide EUI-64 as command line parameter
2021-02-20 20:32:01 +01:00
09ca07e7b1
Merge pull request #16057 from benpicco/examples/gnrc_networking_mac-atmegarf
examples/gnrc_networking_mac: whitelist ATmega256RFR2 based boards
2021-02-20 13:11:49 +01:00
Martine Lenders
b10ce9784a
Merge pull request #15989 from haukepetersen/opt_nrf52_dcdcento1
cpu/nrf5x: enhance enabling of internal DC/DC converter
2021-02-20 02:29:38 +01:00
Benjamin Valentin
68fa58fb45 examples/gnrc_networking_mac: whitelist ATmega256RFR2 based boards
The example now works successfully on these AVR based boards.
2021-02-20 00:41:53 +01:00
Hauke Petersen
306c75186d boards/nrf-based: select VDD_LC_FILTER feature(s) 2021-02-19 17:19:45 +01:00
Hauke Petersen
72db395963 cpu/nrf5x/kconfig: add VDD_LC_FILTER_REGx features 2021-02-19 17:19:45 +01:00
Hauke Petersen
3290ffd370 boards/nrf5x-based: add vdd_lc_filer_regX feature 2021-02-19 17:19:45 +01:00
Hauke Petersen
cc2df0c508 cpu/nrf5x: use IS_ACTIVE to enable the DCDC conv 2021-02-19 17:19:28 +01:00
Hauke Petersen
f69fcc162b make: introduce VDD_LC_FILTER_x feature 2021-02-19 17:19:28 +01:00
MrKevinWeiss
991970a629 murdock: Add pkg_umorse to kconfig test 2021-02-19 15:34:13 +01:00
MrKevinWeiss
ab92319f69 tests/pkg_umorse: Add Kconfig defaults 2021-02-19 15:32:20 +01:00
MrKevinWeiss
b53fbf081d pkg/umorse: Add Kconfig support 2021-02-19 15:32:20 +01:00
MrKevinWeiss
3c80faf6a8 tests/pkg_umorse: Remove xtimer dependency 2021-02-19 15:32:20 +01:00
7c1cb66fe2
Merge pull request #15246 from haukepetersen/add_example_i2cscanner
examples: add I2C scanner
2021-02-19 15:02:47 +01:00
Martine Lenders
6dd49ead83
Merge pull request #16037 from miri64/shell/enh/kconfig-dep-config
shell/Kconfig: make config options usable with dependency resolution
2021-02-19 14:49:47 +01:00
Martine Lenders
6c93f0e742
Merge pull request #16051 from miri64/tests/fix/avr-gnrc_ndp
tests/gnrc_ndp: don't guess size of `gnrc_pktsnip_t` in `pktbuf`
2021-02-19 14:44:37 +01:00
Martine Lenders
b7b1374916
tests/test_tools: add app.config.test to test shell config 2021-02-19 13:22:47 +01:00