MrKevinWeiss
c43116a84f
tests/pkg_tinyvcdiff: Initialize mtd->write_size
...
An assert `assert(mtd->write_size != 0);` is being hit.
It seems that initializing this to 1 in the fakemtd fixes it.
Not that I know anything about what it should be.
2022-08-30 11:36:42 +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
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
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
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
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
benpicco
d1377eb0bd
Merge pull request #18505 from gschorcht/cpu/esp32/add_esp32s2_support_in_doc
...
cpu/esp32: add ESP32-S2 support in documentation
2022-08-24 20:36:47 +02:00
benpicco
0fff68dc9b
Merge pull request #18504 from gschorcht/cpu/esp32/add_esp32s2_support_in_kconfig
...
cpu/esp32: add ESP32-S2 support in Kconfig
2022-08-24 20:30:48 +02:00
Gunar Schorcht
2ec9ca1276
cpu/esp32: add BLE support in linker scripts for ESP32-C3
2022-08-24 18:08:31 +02:00
Gunar Schorcht
0574f463bb
cpu/esp_common/freertos: changes required for BLE
2022-08-24 18:02:21 +02:00
Gunar Schorcht
20032afa0d
pkg/esp32_sdk_lib_bt_esp32c3: add BLE library for ESP32-C3
2022-08-24 18:02:21 +02:00
Gunar Schorcht
e216a7d719
cpu/esp32: add linker scripts for ESP32-S2
2022-08-24 17:58:41 +02:00
Gunar Schorcht
8ee714cc9b
cpu/esp*: cleanup of CPU_ARCH* and CPU_CORE*
2022-08-24 17:15:37 +02:00
benpicco
18d500ed4d
Merge pull request #18498 from MrKevinWeiss/pr/fixlicense
...
LICENSE: Fix github badge
2022-08-24 14:27:29 +02:00
benpicco
2abc8501b5
Merge pull request #18439 from gschorcht/cpu/esp32/enable_ble_nimble
...
cpu/esp32: add Bluetooth LE and NimBLE host support
2022-08-24 13:50:54 +02:00
Gunar Schorcht
4b0d920e9d
tests: add NimBLE/esp_wifi coexistence test
2022-08-24 09:05:25 +02:00