2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
samx5x: make nvmuser factory bits global and static const More... 3 months ago
samx5x: erased flash is 0xff More... 3 months ago
hosted/dap_swd: Switched the no-check register write implementation over to `perform_dap_transfer_swd_unchecked()` More... 3 months ago
hosted/dap_swd: Switched the no-check register read implementation over to `perform_dap_transfer_swd_unchecked()` More... 3 months ago
hosted/dap: Moved the DAP_TRANSFER constants into the dap_command header More... 3 months ago
hosted/dap_command: Implemented a SWD-specific unchecked version of `perform_dap_transfer()` More... 3 months ago
hosted/dap_command: Implemented a fallback for DAP_SWD_Sequence's that are outgoing using DAP_SWJ_Sequence More... 3 months ago
hosted/dap_swd: Ungate the no_check read/write primitives More... 3 months ago
hosted/cmsis_dap: Converted the `dap_has_swd_sequence` bool global into a DAP quirk More... 3 months ago
hosted/windows/ftdi: Fixed a cast qualification warning in the call to `FT_Write()` (the function is not const-correct) More... 3 months ago
hosted/bmp_libusb: Fixed some further cast qualification warnings More... 3 months ago
hosted/cmsis_dap: Fixed an error in `dap_init_hid()` which had the wrong `dap_packet_size` calculated for adaptors with a 512 byte HID report length More... 4 months ago
hosted/cmsis_dap: Split the dbg_dap_cmd_hid() function into two parts, allowing much more correct retries and failure handling More... 4 months ago
stm32/dfucore: Handle DFU_DETACH requests explicitly More... 4 months ago
misc: Add bootloader build command to README.md More... 4 months ago
stm32f4: Complete STM32F7 ITCM flash alias mapping More... 4 months ago
stm32f4: Fix STM32F76x ITCM Flash alias sector numbers in dual bank mode More... 4 months ago
ctxlink/wifi_server: Add function to read winc1500 firmware release More... 4 months ago
ctxlink/wifi_server: Fix bug in parsing SSID and Pass Phrase Embedded spaces not being processed correctly. More... 4 months ago
ctxlink/wifi: Remove unwanted monitor wifi options. More... 4 months ago
ctxlink/platform: Correct monitor command help text. More... 4 months ago
ctxlink/wifi: Fix bug in network display More... 4 months ago
ctxlink/wifi_server: Add wait for disconnect to app_task. Required for new network "forget" command. More... 4 months ago
ctxlink/wifi_server: Add function to request current network information More... 4 months ago
ctxlink/platform: Add polling of platform tasks to gdb_usb_getchar This is required to keep the wi-fi stack operational, the BMF code blocks in this function at times and therefore, wi-fi is not serviced. More... 4 months ago
ctxlink/command: Prototype report of IP address Display is incorrect, needs to treat input bytes as hex. More... 4 months ago
ctxlink/wifi_server: Add timeout to network connect More... 4 months ago
ctxlink/platform: Add network "forget" command in monitor More... 4 months ago
ctxlink/wifi: Update new command help string. More... 4 months ago
ctxlink/ctxlink_mode_led: Fix enum value. More... 4 months ago