add ci build for at32: f402_405, f403a_407, f423

This commit is contained in:
hathach
2025-07-28 22:58:32 +07:00
parent 3682b6c663
commit b531f43434
18 changed files with 193 additions and 25 deletions

View File

@@ -280,11 +280,15 @@ size_t board_get_unique_id(uint8_t id[], size_t max_len)
}
#endif
void HardFault_Handler(void)
{
void HardFault_Handler(void) {
__asm("BKPT #0\n");
}
// Required by __libc_init_array in startup code if we are compiling using
// -nostdlib/-nostartfiles.
void _init(void) {
}
#ifdef USE_FULL_ASSERT
void assert_failed(const char *file, uint32_t line)
{