luckfox-pico-sdk/sysdrv/source/mcu
luckfox-eng29 b41667589a sysdrv:source:mcu:.gitignore:Cancel compiler synchronization to the repository
sysdrv:tools:board:kernel:rv1106-luckfox-pico-pro-max-fastboot.dts:Add kernel LED blinking configuration
sysdrv:tools:board:luckfox_config:luckfox-config:Add conflict warnings for SDMMC pin multiplexing on Luckfox Pico Plus, optimize I2C4 multiplexing checks

Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
2024-10-15 11:20:01 +08:00
..
project project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches. 2024-10-14 09:47:04 +08:00
rt-thread project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches. 2024-10-14 09:47:04 +08:00
.gitignore sysdrv:source:mcu:.gitignore:Cancel compiler synchronization to the repository 2024-10-15 11:20:01 +08:00
build.sh project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches. 2024-10-14 09:47:04 +08:00
readme.txt project:build.sh: Added fastboot support; custom modifications to U-Boot and kernel implemented using patches. 2024-10-14 09:47:04 +08:00

select board:
./build.sh lunch

buiding command:
./build.sh all

menuconfig command:
./build.sh menuconfig

clean command:
./build.sh clean

output image:
output/image/rtthread.bin

save building info:
./build.sh save


codes locate on:
battery ipc application: rt-thread/applications/battery-ipc/

rtthread bsp: rt-thread/bsp/rockchip/rv1106-mcu

rtthread hal: rt-thread/bsp/rockchip/common/hal