Re: MYNEWT_VAL(...) invalid syntax ?

2019-01-09 Thread markus
Hi Fabio, that gets me a bit further - although I'm not too excited about the duplication between syscfg.yml and the linker script. Anyway, further down the road I ran into an undefined function in the linker: stm32f3_flash_dev() 'turns out that got replaced with a global structure

Re: MYNEWT_VAL(...) invalid syntax ?

2019-01-09 Thread Fabio Utzig
Hi Markus, You may need to update your BSP's `syscfg.yml`, check one included BSPs that has the same MCU that you're using for a complete list. Your particular failure is that your `syscfg.yml` is missing a "STM32_FLASH_SIZE_KB" entry. Best, Fabio On Wed, Jan 9, 2019, at 4:30 AM, markus