summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32n6
AgeCommit message (Collapse)Author
2026-07-24stm32n6: TRACE_ETM support and stm32n657nucleo referencehathach
M55 flashless RAM image: Development boot (JP2/BOOT1=1) REQUIRED - flash boot parks the chip un-attachable. 300 MHz core (TRACE_ETM selects IC1/4; 600 MHz kills the stream in the startup burst), 18.75 MHz TRACECLK (cpu/16) width 4; N6 trace components are ROM-table-discoverable, no J-Link script.
2026-05-17bsp: fix tcpp0203 lto uninit errorHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-04-29ensure board_uart_write return -1 on defaultHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-04-06remove IAR toolchain support from make build systemhathach
IAR is only supported with CMake. Remove all IAR-specific references from the Make build system including toolchain files, SRC_S_IAR, LD_FILE_IAR variables, and IAR toolchain detection. Also fix GET_SECTOR_COUNT truncation in msc_file_explorer and broken formatting in stm32f7 board_uart_write. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-04-03update stm32 to use better uart idhathach
2026-04-03stm32 add uart hwfifo if supported, otherwise usb tu_fifo_t for receive uart ↵hathach
in irq
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2026-01-31bsp/stm32n6: make both ports workHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-31bsp/stm32n6: update jlink deviceHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-11-26Merge pull request #3368 from hathach/disable_isrHa Thach
bsp: Disable SysTick ISR if FreeRTOS is enabled
2025-11-25bsp: Disable SysTick ISR if FreeRTOS is enabledZixun LI
2025-11-25Merge remote-tracking branch 'tinyusb/master' into n6_buildZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-11-25Fix N6 buildZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-10-28fix warning with strict prototypes warningshathach
2025-10-28disable warning for startup filehathach
2025-10-24fix more warningshathach
2025-10-23refactor family.cmake: rename add_board_target() to family_add_board() and ↵hathach
move it to family_configure_common() also move startup and linker from board target to actual exe
2025-10-14suppress some warnings in zephyr buildhathach
2025-10-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-09-12fix warnings, update docshathach
2025-08-24STM32N6570-DK board is added. Build with DEBUG=1 (make BOARD=stm32n6570dk ↵Aleksei Musin
DEBUG=1 all), otherwise it does not work for now. Tested with examples/device/cdc_dual_ports
2025-06-12ci skip clang/iar build for stm32n6hathach
add stm32-tcpp0203 driver as dependency for h7rs and n6
2025-06-12fix cmake buildhathach
2025-06-12Merge branch 'master' into fork/james-advatek/stm32n657nucleohathach
2025-06-04fix: allow FreeRTOS examples to compileJames Sandison
2025-06-04chore: whitespace fixJames Sandison
2025-06-04chore: squash previous commits from other branchesJames Sandison