benpicco
5414122b96
Merge pull request #18184 from benpicco/boards/samd20-xpro_uart2
...
boards/samd20-xpro: add definition for UART on EXT2
2022-06-10 12:21:10 +02:00
Marian Buschsieweke
e819b9054e
tests/memarray: call ps() directly
...
Rather than abusing _ps_handler() to call ps(), just call it directly.
2022-06-10 11:14:32 +02:00
Marian Buschsieweke
d404d93ab4
tests/fmt_print: spice up test
...
Add also a test for correct behavior of `print()` when the string
doesn't happen to be zero-terminated at the expected position.
2022-06-10 11:02:43 +02:00
Marian Buschsieweke
85cf4aef03
sys/net/ipv6: fix ipv6_addrs_print()
...
Fix incorrect printing of the separator after the last item.
2022-06-10 11:02:42 +02:00
Marian Buschsieweke
4f9e35254a
sys/fmt: fix print() for native
2022-06-10 11:02:40 +02:00
Francisco
e5c7e3b633
Merge pull request #18029 from haukepetersen/verbump_nimble_nrfx2022
...
pkg/nimble: version bump to NimBLE 1.5.0 RC1
2022-06-10 04:11:26 +02:00
Benjamin Valentin
2c04d6cefe
cpu/samd21: handle silicon errata
...
- The `periph_flashpage` driver expects the manual write bit to be set
This should be set by default, but the SAM D20/SAM D21 errata sheets
correct that this is indeed *not* set by default, which may cause
spurious writes.
- SAM D20 may not wake up from any sleep mode if sleep power reduction
is enabled for the NVM block.
2022-06-09 18:27:30 +02:00
Benjamin Valentin
d102bf90ea
gnrc/ipv6_auto_subnets: always send RIO to upstream network
...
In a881af8b08
we would return early if the subnet did not change,
but we must still send the router advertisement with the route information
option to the upstream network, otherwise hosts in that network will not
consider the downstream subnet off-link.
2022-06-09 17:25:20 +02:00
Benjamin Valentin
43d752f677
boards/samd20-xpro: add definition for UART on EXT2
...
We can't use PB13/PB12 which would be the 'standard' UART pins on
the -xpro EXT connectors since only SERCOM4 can map to those - and
that's already used on EXT1.
So use the adjacent PA08/PA09 with SERCOM0.
2022-06-09 14:16:27 +02:00
chrysn
f4691db39d
Merge pull request #18181 from chrysn-pull-requests/rust-updates-20220608
...
rust: Update versions
2022-06-09 13:40:02 +02:00
c239f63cce
Merge pull request #18031 from fjmolinas/pr_pkg_quieter
...
pkg/pkg.mk: silence info if QUIETER
2022-06-09 11:37:21 +02:00
benpicco
8e1f908760
Merge pull request #13082 from HendrikVE/password_protected_shell
...
sys/shell: new module shell_lock
2022-06-09 09:03:17 +02:00
chrysn
92d34741b0
rust: Update versions
2022-06-08 17:59:44 +02:00
Benjamin Valentin
64478287fa
tests/nanocoap_cli: bump main stack size
2022-06-08 17:21:21 +02:00
Benjamin Valentin
d8da1b631c
sys/shell: add 'ncput' shell command
2022-06-08 17:21:19 +02:00
Benjamin Valentin
bb42f6a2f4
nanocoap_vfs: add nanocoap_vfs_put()
2022-06-08 17:19:03 +02:00
Benjamin Valentin
3adda46cec
nanocoap: add coap_size2szx()
2022-06-08 17:19:03 +02:00
Marian Buschsieweke
97a203a7ec
Merge pull request #18180 from maribu/boards/common/nrf52
...
boards/common/nrf52: fix compilation of thingy52 and ruuvitag
2022-06-08 14:44:52 +02:00
Benjamin Valentin
80b7b79543
examples/telnet_server: fix build with shell_lock
2022-06-08 13:01:23 +02:00
Benjamin Valentin
d5d08e19fd
sys/shell_lock: add telnet support
2022-06-08 13:01:23 +02:00
Benjamin Valentin
7029572ca7
sys/net/telnet: add telnet_server_disconnect()
2022-06-08 13:01:23 +02:00
Hendrik van Essen
2f91557098
tests/shell_lock: add test
2022-06-08 13:01:23 +02:00
Hendrik van Essen
ccc795133f
sys/shell: add pseudomodule shell_lock_auto_locking
...
Module to lock the shell after a given timeout of time x. When the
shell did not receive any input within time x, then the shell is
locked automatically.
2022-06-08 12:53:48 +02:00
Hendrik van Essen
2284f87fdb
sys/shell: add module shell_lock
...
Module to lock the running shell with a password. Shell is proceeded only
when the valid password was entered by the user. After 3 failed attempts,
the input is blocked for a few seconds to slow down brute force attacks.
Does not make use of any cryptographic features yet.
2022-06-08 12:53:48 +02:00
Marian Buschsieweke
2bf39e1aca
boards/common/nrf52: fix compilation of thingy52 and ruuvitag
2022-06-08 12:38:23 +02:00
benpicco
e7ac109f0e
Merge pull request #18170 from RocioRojas/zep_dispatch
...
tools/zep_dispatch: run dispatch with custom topology
2022-06-08 12:04:58 +02:00
Marian Buschsieweke
f256e48159
Merge pull request #18168 from maribu/boards/common/programmer
...
boards/common/{nrf52,cc26xx_cc13xx}: improve default programmer selection
2022-06-08 10:15:17 +02:00
Hauke Petersen
9be431610a
tests/nimble_ext_adv: blacklist nrf51 boards
...
These boards have insufficient RAM to build this test.
2022-06-08 08:26:00 +02:00
Marian Buschsieweke
20d3304077
Merge pull request #18152 from maribu/sys/shell_commands
...
sys/shell_commands: convert to SHELL_COMMAND()
2022-06-08 06:40:46 +02:00
benpicco
df18bd1127
Merge pull request #18174 from benpicco/drivers/mtd-early_return
...
drivers/mtd: return early if init fails
2022-06-07 21:54:19 +02:00
Marian Buschsieweke
ed83aa3883
boards/common/cc26xx_cc13xx: improve default PROGRAMMER setting
...
Only default to uniflash as default programmer if UNIFLASH_PATH is
set. If this isn't the case, `make flash` fails complaining about
missing `UNIFLASH_PATH` anyway.
2022-06-07 16:45:14 +02:00
Marian Buschsieweke
6d39b3c993
boards/common/nrf52: only default PROGRAMMER to jlink if installed
2022-06-07 16:45:13 +02:00
benpicco
4b694958a3
Merge pull request #18176 from fjmolinas/pr_ztimer_init_stdio_rtt_semihosting_log
...
sys/ztimer: no log for stdio_rtt/semihosting
2022-06-07 15:43:50 +02:00
Marian Buschsieweke
4610749173
Merge pull request #18177 from maribu/boards/nrf52dk
...
boards/{nrf52dk,msba2}: provide TTY_BOARD_FILTER
2022-06-07 15:39:38 +02:00
Rocio
85aa78b102
tools/zep_dispatch: run dispatch with custom topology
2022-06-07 09:39:35 -04:00
benpicco
a64f722a42
Merge pull request #17781 from benpicco/hard_fault-BKPT
...
cpu/cortexm_common: remove breakpoint from hard_fault_handler
2022-06-07 15:28:08 +02:00
benpicco
380144f5e9
Merge pull request #17899 from benpicco/examples/telnet_server-lwip
...
examples/telnet_server: add support for LWIP
2022-06-07 10:31:04 +02:00
Marian Buschsieweke
d689751372
Merge pull request #18173 from benpicco/fuzzing-S
...
fuzzing: fix parameter for second fuzzing instance in README.md
2022-06-07 09:47:58 +02:00
benpicco
6019925c75
Merge pull request #17943 from fjmolinas/pr_suit_vfs_storage
...
sys/suit/storage/vfs: initial import
2022-06-07 09:33:37 +02:00
Marian Buschsieweke
97f2033d47
tests/shell: update expected help list
2022-06-07 09:25:06 +02:00
7ff6a0dc3a
tests/ps_schedstatistics: fix command order in shell help test
2022-06-07 09:25:06 +02:00
Marian Buschsieweke
5ea582b3dd
sys/shell_commands: convert to SHELL_COMMAND()
...
Make use of XFA for shell commands
2022-06-07 09:25:04 +02:00
Marian Buschsieweke
66a04926ca
sys/shell_commands: fix signature of _openwsn_ifconfig
2022-06-07 09:24:49 +02:00
Marian Buschsieweke
86e0ba3cdb
sys/shell/commands: remove stale reference to id cmds
...
The shell command `id` was dropped in
b3a061e0ab
but somehow the command entry
was left it. This cleans it up.
2022-06-07 09:24:49 +02:00
Hauke Petersen
930a880896
pkg/nimble: optimize HCI config to save RAM
2022-06-07 09:24:00 +02:00
Marian Buschsieweke
bf55069612
boards/msba2: provide TTY_BOARD_FILTER
2022-06-07 09:18:58 +02:00
Marian Buschsieweke
0f492ba9b0
boards/nrf52dk: provide TTY_BOARD_FILTER
2022-06-07 09:16:06 +02:00
Francisco Molina
c9fc236576
sys/ztimer: no log for stdio_rtt/semihosting
...
Both modules use ztimer for stdio, so can't call stdio based functions
before the module is initialized
2022-06-07 08:51:10 +02:00
Francisco
f6d5a54c3e
Merge pull request #18045 from benpicco/suit/transport-vfs
...
suit/transport/vfs: add VFS as source for firmware updates
2022-06-07 08:32:15 +02:00
Francisco Molina
3c72239dc4
pkg/mynewt-core: use nrfx package
2022-06-07 08:26:37 +02:00