mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-27 09:14:30 +08:00
12d00741e9
* [bsp/gd32] add gd32h759i-eval bsp * [fix] Update gd32h759i-start config * 添加BSP CI看护 * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update bsp/gd32/arm/libraries/gd32_drivers/drv_usart.c Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update bsp/gd32/arm/libraries/gd32_drivers/drv_usart.c Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * add .gitignore --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
16 lines
232 B
Plaintext
16 lines
232 B
Plaintext
mainmenu "RT-Thread Configuration"
|
|
|
|
BSP_DIR := .
|
|
|
|
RTT_DIR := ../../../..
|
|
|
|
PKGS_DIR := packages
|
|
|
|
source "$(RTT_DIR)/Kconfig"
|
|
osource "$PKGS_DIR/Kconfig"
|
|
rsource "../libraries/Kconfig"
|
|
|
|
if !RT_USING_NANO
|
|
rsource "board/Kconfig"
|
|
endif
|