Hi Robert,
On 11/8/23, Robert Middleton wrote:
> Turns out it was a typo in the Kconfig file that took a while to track
> down. I don't think that Kconfig has an option to detect errors like
> this, which is pretty annoying.
>
> From boards/Kconfig:
> config ARCH_BOARD_STM32_THING_PLUS
>
Turns out it was a typo in the Kconfig file that took a while to track
down. I don't think that Kconfig has an option to detect errors like
this, which is pretty annoying.
>From boards/Kconfig:
config ARCH_BOARD_STM32_THING_PLUS
bool "SparkFun STM32 Thing Plus board"
depends on CO
Robert,
There was a YouTube video posted a few weeks ago and the 2+ hour session which
covered porting to a new STM32F4 board. Maybe that can help.
https://www.youtube.com/watch?v=TeBkVJLATcw&t=7s
Regards,
Mark
__
mark.stev...@wildernesslabs.co
> On 6 Nov 2023,
I'm working on adding NuttX support to the SparkFun STM32 board, but
I'm having trouble adding the support to an in-tree build.
Specifically I have done the following:
* Copied the OmnibusF4 directory to a new directory to use as a base
* Updated the defconfig to use STM32_THING_PLUS instead of OM