chrysn
6cfe240812
makefiles: Select suitable terminal when stdio_rtt is used
...
Co-authored-by: Benjamin Valentin <benjamin.valentin@ml-pa.com>
2022-08-30 10:51:59 +02:00
Benjamin Valentin
7b7eb9d17b
cpu/nrf5x: allow multiple I2C and SPI buses on a shared periph
2022-08-30 10:05:34 +02:00
chrysn
2c9e853aae
Merge pull request #18526 from chrysn-pull-requests/openocd-rtt
...
makefiles: Add openocd-rtt
2022-08-30 09:44:50 +02:00
chrysn
62a6d3c128
makefiles: Add openocd-rtt
...
JLink presumably has information about the device's RAM available
internally. Not passing the precise symbol area (which would be
available in the ELF file) because a) that'd make the terminal break
when the flashed firmware does not equal the built one, and b) that
would introduce a dependency from `term` to the ELF file that other
terminals don't have.
2022-08-30 09:34:22 +02:00
Dylan Laduranty
950a7d51e9
cpu/sam0/timer: supply all clocks before accessing any regs
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2022-08-30 09:25:46 +02:00
Marian Buschsieweke
1d5e5a423d
Merge pull request #18525 from maribu/makefiles/tools/serial.inc.mk
...
makefiles/tools/serial.inc.mk: Improve PORT selection when RIOT's USB CDC ACM is used for stdio
2022-08-30 09:05:17 +02:00
Marian Buschsieweke
47e562a97d
Merge pull request #18495 from benpicco/examples/filesystem-cleanup
...
examples/filesystem: drop manual mounts
2022-08-29 21:57:49 +02:00
Gunar Schorcht
d85e9b3cc4
boards/common: add common board definition for ESP32-S2
2022-08-29 17:19:39 +02:00
Gunar Schorcht
14edc937bf
cpu/esp_common: add ESP32-S2 support in module esp_xtensa
2022-08-29 17:19:39 +02:00
Gunar Schorcht
06bb755c03
cpu/esp32: add ESP32-S2 support in peripheral drivers
2022-08-29 17:19:39 +02:00
Gunar Schorcht
dac197031e
cpu/esp32: add ESP32-S2 specific configuration header files
2022-08-29 17:19:39 +02:00
Gunar Schorcht
67183a196d
cpu/esp32/bootloader: add ESP32-S2 support
2022-08-29 17:19:39 +02:00
Marian Buschsieweke
78de9a3f53
makefiles/tools/serial.inc.mk: Improve PORT selection
...
When `stdio_cdc_acm` is used, assume `"RIOT-os\.org"` as vendor string
and `$(BOARD)` being used as model string. This is the default
behavior in RIOT since eaace28804
2022-08-29 16:39:25 +02:00
Marian Buschsieweke
eaace28804
sys/usb: Set USB model to $(BOARD) by default
2022-08-29 16:39:05 +02:00
Marian Buschsieweke
dc6e8e51d7
dist/tools/usb-serial/ttys.py: improve error handling
...
Do not throw an exception when called with `--most-recent` but no
matching serial was found.
2022-08-29 16:37:28 +02:00
Martine Lenders
0a872aaba2
Merge pull request #18512 from chrysn-pull-requests/release-notes-2022.07
...
Release notes 2022.07
2022-08-29 15:17:42 +02:00
Benjamin Valentin
158f803e88
pkg/driver_atwinc15x0: add timeout to chip_sleep()
2022-08-29 15:01:39 +02:00
chrysn
f9909618fe
release-notes: Remove issues found to have been resolved earlier
2022-08-29 14:04:20 +02:00
chrysn
d0d0e8720e
release-notes: Remove administrative commits
...
As these would go into a number that is highly irrelevant bound to get
out of sync during editing, the number of minor changes is generalized.
See-Also: https://github.com/RIOT-OS/RIOT/pull/18512#pullrequestreview-1085102197
2022-08-29 14:04:20 +02:00
chrysn
80d2f8bba9
release-notes: Fix typos from commit messages
...
Co-authored-by: Marian Buschsieweke <maribu@users.noreply.github.com>
2022-08-29 14:04:20 +02:00
chrysn
53a00e63e0
release-notes: Fill release highlights
2022-08-29 14:03:36 +02:00
chrysn
82a145bb24
release-notes: Remove issue-close that was issue-duplicate
2022-08-29 14:03:36 +02:00
chrysn
35f14f9d02
release-notes: Cleanup, structuring, initial detail candidates
...
No items have been removed here, just shuffled or grouped together where
grossly misleading otherwise.
Known issues not covered yet.
2022-08-29 14:03:36 +02:00
benpicco
d704b23675
Merge pull request #18521 from dylad/pr/dfu_util_add_serial_id
...
makefiles/tools/dfu-util: add option to pass DFU_SERIAL id
2022-08-29 12:18:15 +02:00
Dylan Laduranty
8dac70db69
makefiles/tools/dfu-util: add option to pass DFU_SERIAL
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2022-08-29 09:39:15 +02:00
benpicco
d118bb0f52
Merge pull request #18517 from gschorcht/cpu/esp32/add_esp32s3_ble_support
...
cpu/esp32: enable BLE and NimBLE host support for ESP32-S3
2022-08-28 14:47:27 +02:00
Gunar Schorcht
c5e72e18fd
Merge pull request #18422 from gschorcht/cpu/esp32s3/esp32s3-ci_board
...
tests/external_boards: add esp32s3-ci board for optional modules
2022-08-27 18:42:49 +02:00
Gunar Schorcht
60c681a2c3
cpu/esp32/esp-ble-nimble: fix too many empty lines in syscfg.h
2022-08-27 17:27:23 +02:00
feb98ce748
Merge pull request #18481 from benpicco/tests/pkg_lvgl_touch-random
...
tests/pkg_lvgl_touch: randomize button position on click
2022-08-27 16:20:10 +02:00
benpicco
cb27a267a9
Merge pull request #17797 from jue89/feature/pkg-tiny-vcdiff
...
Add package tiny-vcdiff
2022-08-26 23:35:16 +02:00
Gunar Schorcht
5e0b1d665b
cpu/esp32: add BLE support for ESP32-S3
2022-08-26 21:16:09 +02:00
Gunar Schorcht
b13bc776c2
cpu/esp_common/freertos: changes required for BLE
2022-08-26 21:16:09 +02:00
Gunar Schorcht
ce215f5be6
cpu/esp32: add BLE support in linker scripts for ESP32-S3
2022-08-26 21:16:09 +02:00
benpicco
5b6dff045a
Merge pull request #18510 from gschorcht/cpu/esp32/add_esp32c3_ble_support
...
cpu/esp32: enable BLE and NimBLE host support for ESP32-C3
2022-08-26 21:04:49 +02:00
Gunar Schorcht
aba5e35ac4
cpu/esp32: add BLE support for ESP32-C3
2022-08-26 17:10:42 +02:00
benpicco
82f7598167
Merge pull request #18492 from benpicco/boards/samr34-xpro_nor
...
boards/samr34-xpro: configure SPI NOR flash
2022-08-26 13:37:26 +02:00
benpicco
28cedd52a0
Merge pull request #18201 from benpicco/slip_dose_rxqueue
...
drivers/{dose, slipdev, sam0_eth}: generate RX event for queued packets
2022-08-26 13:25:13 +02:00
Benjamin Valentin
9912790a68
boards/samr34-xpro: configure SPI NOR flash
2022-08-26 11:51:30 +02:00
Marian Buschsieweke
8d1476933b
Merge pull request #18415 from maribu/boards/common/stm32
...
boards/common/stm32: clean up LED definitions
2022-08-25 20:17:44 +02:00
benpicco
3ae973ae35
Merge pull request #18465 from jia200x/pr/lwip_bhp
...
pkg/lwip: add support for HAL radios that require IRQ offloading
2022-08-25 18:00:56 +02:00
Benjamin Valentin
88adf71067
tests/nanocoap_cli: implement url put, post command
2022-08-25 17:52:43 +02:00
Benjamin Valentin
514f039c30
nanocoap_sock: add nanocoap_sock_{put, post}()
2022-08-25 17:52:43 +02:00
c908a60b7f
Merge pull request #18513 from kaspar030/tests/periph_timer_short_relative_set/clarify
...
tests/periph_timer_short_relative_set: clarify outcome
2022-08-25 17:20:17 +02:00
Jose Alamos
744cf54900
drivers/kw2xrf: remove unused kw2xrf_setup function
2022-08-25 15:44:34 +02:00
Jose Alamos
9031773b73
lwip/init_devs: add initial support for kw2xrf
2022-08-25 15:44:34 +02:00
Jose Alamos
4daaaccb0f
pkg/lwip_netdev: add support for IPC based Bottom Half Processor
2022-08-25 15:44:34 +02:00
4146255499
tests/periph_timer_short_relative_set: clarify outcome
2022-08-25 10:30:22 +02:00
chrysn
9772dbff23
release-notes.txt: Add as automatically generated by release-manager.py
2022-08-25 09:29:54 +02:00
Benjamin Valentin
0ae4d06212
tests/pkg_lvgl_touch: randomize button position on click
2022-08-24 21:56:31 +02:00
benpicco
ffc657071e
Merge pull request #18509 from gschorcht/cpu/esp32/add_esp32s2_linker_scripts
...
cpu/esp32: add linker scripts for ESP32-S2
2022-08-24 21:41:53 +02:00