mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 12:15:32 +08:00
[DM][LED] Update LED#11007
* [DM][LED] Fixup LED check status string match * [DM][LED] Update LED blink cycle to heartbeat * [DM][LED] Fixup gpio-led memory alloc to zero * [DM][LED] Update LED common drivers
This commit is contained in:
@@ -13,6 +13,12 @@ src = ['led.c']
|
||||
if GetDepend(['RT_LED_GPIO']):
|
||||
src += ['led-gpio.c']
|
||||
|
||||
if GetDepend(['RT_LED_PWM']):
|
||||
src += ['led-pwm.c']
|
||||
|
||||
if GetDepend(['RT_LED_SYSCON']):
|
||||
src += ['led-syscon.c']
|
||||
|
||||
group = DefineGroup('DeviceDrivers', src, depend = [''], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user