patacongo commented on pull request #3626:
URL: https://github.com/apache/incubator-nuttx/pull/3626#issuecomment-852225041
> These changes had been verified on stm32 and k210
Were these only FLAT builds? You will need to extend the testing to verify
the PROTECTED and KERNEL modes. The changes you and Xiao propose here apply
only to PROTECTED and KERNEL modes and require verification in those modes.
The configurations are PROTECTED mode builds:
$ find boards/ -name defconfig | xargs grep -l CONFIG_BUILD_PROTECTED=y
boards/arm/imxrt/imxrt1050-evk/configs/knsh/defconfig
boards/arm/imxrt/imxrt1060-evk/configs/knsh/defconfig
boards/arm/imxrt/imxrt1064-evk/configs/knsh/defconfig
boards/arm/lc823450/lc823450-xgevk/configs/knsh/defconfig
boards/arm/lc823450/lc823450-xgevk/configs/kostest/defconfig
boards/arm/lc823450/lc823450-xgevk/configs/krndis/defconfig
boards/arm/lpc17xx_40xx/lpc4088-devkit/configs/knsh/defconfig
boards/arm/lpc17xx_40xx/lpc4088-quickstart/configs/knsh/defconfig
boards/arm/lpc17xx_40xx/open1788/configs/knsh/defconfig
boards/arm/lpc17xx_40xx/open1788/configs/knxterm/defconfig
boards/arm/lpc17xx_40xx/pnev5180b/configs/knsh/defconfig
boards/arm/lpc43xx/bambino-200e/configs/knsh/defconfig
boards/arm/sam34/sam3u-ek/configs/knsh/defconfig
boards/arm/samv7/samv71-xult/configs/knsh/defconfig
boards/arm/stm32/clicker2-stm32/configs/knsh/defconfig
boards/arm/stm32/mikroe-stm32f4/configs/kostest/defconfig
boards/arm/stm32/olimex-stm32-p407/configs/kelf/defconfig
boards/arm/stm32/olimex-stm32-p407/configs/kmodule/defconfig
boards/arm/stm32/olimex-stm32-p407/configs/knsh/defconfig
boards/arm/stm32/stm3240g-eval/configs/knxwm/defconfig
boards/arm/stm32/stm32f4discovery/configs/kostest/defconfig
boards/arm/stm32l4/stm32l476vg-disco/configs/knsh/defconfig
boards/arm/stm32l4/stm32l4r9ai-disco/configs/knsh/defconfig
boards/arm/tiva/lm3s6965-ek/configs/qemu-protected/defconfig
boards/risc-v/c906/smartl-c906/configs/knsh/defconfig
boards/risc-v/k210/maix-bit/configs/knsh/defconfig
boards/risc-v/k210/maix-bit/configs/knsh_smp/defconfig
boards/risc-v/k210/maix-bit/configs/kostest/defconfig
The kostest configurations are recommended because they really exercise the
threading more than any of the others.
For KERNEL mode, as I mentioned above, there is only:
$ find boards/ -name defconfig | xargs grep -l CONFIG_BUILD_KERNEL=y
boards/arm/sama5/sama5d4-ek/configs/knsh/defconfig
In both cases, there are some complexities in building an writing the code
to FLASH. This should be described in the README file for each configuration
for each board.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]