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

@@ -262,8 +262,8 @@ void HardFault_Handler(void) {
// Required by __libc_init_array in startup code if we are compiling using
// -nostdlib/-nostartfiles.
// void _init(void) {
// }
void _init(void) {
}
#ifdef USE_FULL_ASSERT
void assert_failed(const char *file, uint32_t line) {