initial commit

This commit is contained in:
2025-08-05 15:53:44 +08:00
commit 09dc02ae52
553 changed files with 137665 additions and 0 deletions

8
hal/hal_audio/config.mk Executable file
View File

@@ -0,0 +1,8 @@
HEADERS += $(HAL_DIR)/hal_audio/*.h
SRCDIRS += $(HAL_DIR)/hal_audio
ifdef MOD_AUDIO
SRCDIRS += += $(HAL_DIR)/hal_audio/$(MOD_AUDIO)
else
$(warning warning you sure no hal_audio?)
endif