Skip to content

Commit

Permalink
Merge branch 'airm2m/air105_bsp' of github.com:hydevcode/rt-thread in…
Browse files Browse the repository at this point in the history
…to airm2m/air105_bsp
  • Loading branch information
hydevcode committed Sep 30, 2024
2 parents deb3522 + 4f1d33d commit 28b7e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bsp/airm2m/air105/board/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ void rt_hw_board_init(void)
#ifdef RT_USING_HEAP
rt_system_heap_init((void *)HEAP_BEGIN, (void *)HEAP_END);
#endif
extern void rt_hw_systick_init(void);
rt_hw_systick_init();
DMA_GlobalInit();
Uart_GlobalInit();
Expand Down
2 changes: 1 addition & 1 deletion bsp/airm2m/air105/makesoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
os.remove(pack_path+'/'+bin_file_name)
os.rename(out_file+'.zip',out_file+'.soc')

print('end')
print('end')

0 comments on commit 28b7e9b

Please sign in to comment.