2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 15, 2024 — Jun 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adi: Moved `adi_ap_resume_cores()` from adiv5.c to adi.c and adjusted nomenclature More... 10 months ago
adiv5: Fixed some macro organisation issues More... 10 months ago
adi: Moved all the component lookup logic from adiv5.c to adi.c and adjusted nomenclature More... 10 months ago
adi: Moved `adi_designer_from_pidr()` from adiv5.c to adi.c and adjusted nomenclature More... 10 months ago
adi: Moved the AP configuration logic from adiv5.c to adi.c and adjusted nomenclature More... 10 months ago
adi: Moved all the common functions into their own header More... 10 months ago
blackpill: Use bootloader LED macro to control LEDs The LED used to indicate the bootloader is active is selected according to whether the bootloader was built for Blackpill-F4 on carrier or standalone. More... 10 months ago
blackpill: Use the bootloader LED macro in the dfu_event function More... 10 months ago
blackpill-f4: Add macro to control the bootloader LED Uses the new option introduced to select the LED used for bootloader indication. More... 10 months ago
build: Added build control for Blackpill on carrier board More... 10 months ago
blackpill-f4: Correct behavior of IDLE/RUN and Bootloader LEDs on bootloader entry. When on the carrier the IDLE\RUN LED must be turned off on bootloader entry. More... 10 months ago
rp2350: Speed up writes by sending 2 bytes per DIRECT_TX write More... 10 months ago
rp2350: Handle when the Flash has been inhibited by the bootloader to restore access for reprogramming More... 10 months ago
renesas_rz: requested adjustments More... 10 months ago
imxrt: Added Cortex-M4 core detection for RT1176 More... 10 months ago
rp2350: Implemented bring-up for the QMI from POR or post-bootloader deconfigured states to handle blank Flash conditions More... 10 months ago
gdb_main: added comment about GDB_PACKET_BUFFER_SIZE ifndef More... 10 months ago
rp2350: Optimise all the QMI access code using the atomic bit set and clear register mirrors More... 10 months ago
gdb_main: removed GDB_MAX_PACKET_SIZE because there is already GDB_PACKET_BUFFER_SIZE define for gdb buffer size More... 10 months ago
rp2350: Enable Flash mass-erase More... 10 months ago
stlinkv3: Update description of performance More... 10 months ago
rp2350: Implemented handling for when connecting to a device with a blank Flash that has a deconfigured Flash interface More... 10 months ago
rp2350: Implemented Flash mode entry and exit More... 10 months ago
rp2350: Implemented detection and registration of the SPI Flash used for XIP More... 10 months ago
rp2350: Implemented SPI Flash write More... 10 months ago
rp2350: Implemented SPI Flash read More... 10 months ago
rp2350: Implemented SPI Flash instruction execution More... 10 months ago
rp2350: Properly track QMI mode so we don't change it wrongly from under the firmware More... 10 months ago
spi: Types corrections for the SPI Flash routines as those can't take 64-bit addresses, only 32-bit, so be explicit in the address type used More... 10 months ago
adiv5: Added CSW handling for the AP type AHB5+HPROT More... 10 months ago