Releases: letssteam/DAPLink
Releases · letssteam/DAPLink
2024-10-10
2024-10-10
Features
- flash: Use Blue LED to indicate flash operation in progress.
Refactoring
- tim_steami: Remove unused files (cpp & h files).
- leds: Create helper file for LED management.
- i2c: Improve I2C driver to avoid bus errors.
Documentation
- Replace "octets" with "bytes".
- Explain new write data operation.
2024-06-18
Commits
- enable GitHub Actions on main branch + doc fixes (Mathias Brossard)
- Remove unused
main_shutdown_state
states. #1012 (Carlos Pereira Atencio) - Remove unused RESET_MID_PRESS button state. #1012 (Carlos Pereira Atencio)
- Replace MAIN_USER_EVENT state with a on-demand function. #1012 (Carlos Pereira Atencio)
- Don't calculate the power source in the USB insertion interrupt. #1012 (Carlos Pereira Atencio)
- Increase optimisation level to O3 for this file only. #1014 (Carlos Pereira Atencio)
- 71c0378: CMSIS-DAPv2: blink LED on bulk interface activity (Mathias Brossard) #1008
- Add new flash algo for nRF52833 that improves flashing time. #1016 (Carlos Pereira Atencio)
- 0004198: Update hook to skip blinking on WebUSB HID serial traffic. (Carlos Pereira Atencio) #1019
- Fix bin file generation regression #1020 (Mathias Brossard)
- fecb872: Bump version to 0259 (Mathias Brossard)
- 8ec8d00: Github Actions: Switch to Ubuntu 22.04 (Mathias Brossard) #1042
- dd11a5a: Github Actions: Update to actions/cache@v3 (Mathias Brossard) #1042
- d2f519b: Github Actions: Update to actions/upload-artifact@v3 (Mathias Brossard) #1042
- 6fb361e: Github Actions: Use carlosperate/arm-none-eabi-gcc-action@v1 (Mathias Brossard) #1042
- 29339f2: Github Actions: Fix ccache (Mathias Brossard) #1042
- b4303e7: Github Actions: Add faster CI build for pull requests (Mathias Brossard) #1042
- Add GCC compiler version guidance (Mathias Brossard)
- K32L Additions #1038 (Chris Brown)
- Added K32L3A6 project #1038 (Chris Reed)
- Merged K32W and K32L families. #1038 (Chris Reed)
- Added secondary flash for K32L #1038 (Chris Reed)
- fea51e8: Made setting soft reset type in family descriptor optional. (Chris Reed) #1038
- KV5x additions #1038 (Chris Brown)
- Add TWR-KV58F #1038 (Chris Brown)
- Add support for flashing M0 core in K32W042 #1038 (Mathias Brossard)
- Fix board configuration for K32L3A6, K32W042 and KV58F #1038 (Mathias Brossard)
- Make Kinetis board configurations consistent #1038 (Mathias Brossard)
- Add missing info.py entries for FRDM-K32L3A6 and TWR-KV58F #1038 (Mathias Brossard)
- Clean-up info.py #1038 (Mathias Brossard)
- Remove FRDM-K32W042 #1038 (Mathias Brossard)
- Kinetis board updates (ARMmbed#1038) #1038 (Mathias Brossard)
- 19f797f: Update MAX32625MBED for A3 silicon (Jesse Marroquin) #1048
- a668f79: Add project files for MAX32625PICO (Sadik Ozer) #1053
- 0d6ed2f: Add MAX32690EVKIT (Sadik Ozer) #1059
- fc5f1ff: Sort max32625 IF projects (Mathias Brossard)
- 2457a1b: lpc11u35 doc: Fix comment about bootloader (fixes: ARMmbed#1024) (Mathias Brossard)
- 0f1a603: Add lpc4337xpresso interface project (Mathias Brossard)
- 543ac90: Add lpc4367xpresso interface project (Mathias Brossard)
- dbb10a2: Fix LPC55 HIC missing out on a setup packet (Ein Terakawa) #1067
- 82dc31d: Modified GPIO code to prevent inadvertent low pulse when switching to Hi-Z mode. (lorne-maxim) #1074
- Add STM32F0xx HAL Drivers (Mathias Brossard)
- Add stm32f072cb HIC (dotnfc)
- Update STM32F0xx HAL to V1.7.5 (Mathias Brossard)
- Add stm32f072cb_if project (Mathias Brossard)
- Reduce DAP_PACKET_COUNT to fit in RAM (Mathias Brossard)
- consistency clean-ups (Mathias Brossard)
- Change project to target STM32F072B-DISCO board (Mathias Brossard)
- Updates after rebase (CMSIS-DAPv2.1) (Mathias Brossard)
- rename to stm32f072xx with 64/128 KiB variants (Mathias Brossard)
- Add HIC documentation (Mathias Brossard)
- re-organize DAP_config/IO_Config (Mathias Brossard)
- update documentation and mark as experimental (Mathias Brossard)
- remove bank2 handling for flash (Mathias Brossard)
- explicitly disable bootloader (Mathias Brossard)
- update test configuration for stm32f072xx HICs (Mathias Brossard)
- ee47132: Add missing field to flash algo generation script (ARMmbed#946) (zjli-2019)
- Importing RL-USB drivers for STM32F4 (Mathias Brossard)
- dbd518a: Add support for multiple CDC endpoints (Gabor Csapo)
- Import STM32H7xx HAL Drivers (Mathias Brossard)
- Add new stm32h743xx HIC (Gabor Csapo)
- Add UDB flavour based on stm32h743xx HIC (Gabor Csapo)
- Fix DAPlink common code for the stm32h743xx and its UDB flavour (Gabor Csapo)
- Add integration tests for the stm32h743xx HIC's UDB flavour (Gabor Csapo)
- Replace UDB flag with generic flag (Gabor Csapo)
- Reduce interface flash size (Gabor Csapo)
- Reshuffle RAM on s...