From 9f4f54310ecbcf1f5d0c67e6279b91876035dced Mon Sep 17 00:00:00 2001
From: patacongo Last Updated: May 8, 2011 Last Updated: May 11, 2011
NuttX RTOS Porting Guide
- make.
These additional steps include:
include/nuttx/config.h using the ${TOPDIR}/.config file.
- include/nuttx/version.h using the ${TOPDIR}/.version file.
- ${TOPDIR}/arch/<arch-name>/include at ${TOPDIR}/include/arch.
- ${TOPDIR}/configs/<board-name>/include at ${TOPDIR}/include/arch/board.
- ${TOPDIR}/configs/<board-name>/src at ${TOPDIR}/arch/<arch-name>/src/board
+ include/nuttx/config.h using the ${TOPDIR}/.config file.${TOPDIR}/.version with version 0.0 if one does not exist.include/nuttx/version.h using the ${TOPDIR}/.version file.${TOPDIR}/arch/<arch-name>/include at ${TOPDIR}/include/arch.${TOPDIR}/configs/<board-name>/include at ${TOPDIR}/include/arch/board.${TOPDIR}/configs/<board-name>/src at ${TOPDIR}/arch/<arch-name>/src/board${APPDIR}/include at ${TOPDIR}/include/apps