nuttx/boards/arm/at32/at32f437-mini/tool/mkromfs.sh
xiao 1487aa267e add Artery at32
check nxstyle

check nxstyle
2023-09-20 02:07:55 +08:00

12 lines
152 B
Bash

#/bin/sh
genromfs -f romfs.img -d ../romfs -v -V "romfs"
xxd -i romfs.img nsh_romfsimg.h
cp nsh_romfsimg.h ../include
rm romfs.img nsh_romfsimg.h