mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-20 21:29:42 +08:00
Add bsp apollo2
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
import rtconfig
|
||||
Import('RTT_ROOT')
|
||||
from building import *
|
||||
|
||||
# get current directory
|
||||
cwd = GetCurrentDir()
|
||||
|
||||
src = Split("""
|
||||
hal/am_hal_clkgen.c
|
||||
hal/am_hal_debug.c
|
||||
hal/am_hal_cachectrl.c
|
||||
hal/am_hal_pwrctrl.c
|
||||
hal/am_hal_sysctrl.c
|
||||
hal/am_hal_stimer.c
|
||||
hal/am_hal_ctimer.c
|
||||
hal/am_hal_rtc.c
|
||||
hal/am_hal_interrupt.c
|
||||
hal/am_hal_queue.c
|
||||
hal/am_hal_vcomp.c
|
||||
hal/am_hal_flash.c
|
||||
hal/am_hal_gpio.c
|
||||
hal/am_hal_uart.c
|
||||
""")
|
||||
|
||||
path = [cwd]
|
||||
|
||||
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = path)
|
||||
|
||||
Return('group')
|
||||
Reference in New Issue
Block a user