utzig opened a new pull request #897: Move cmsis_nvic.h files frm BSP to MCU
URL: https://github.com/apache/mynewt-core/pull/897
 
 
   This moves `cmsis_nvic.h` from BSPs to MCUs. Where customizations where 
necessary, new `syscfg` options were added to the MCU to be overridden by the 
BSP, eg, number of peripheral interrupts. This can be seen for `stm32f4` and 
`stm32f7`...
   
   I made a build script that builds `mcuboot` + `slinky` for all BSPs. A lot 
of them are not building anymore which I will fix in other PRs (it is not 
related to this change, also happens on master). I ended up actually testing 
this PR (as in: install, verify, etc) on stm32f4discovery, stm32f429discovery, 
stm32f767-nucleo, ble400 (nrf51), nrf52dk, frdm_k64f, stm32l1discovery and 
nucleo-401re.
   
   PS: I am fairly confident this is OK for all MCUs but it *might* break 
nrf52840pdk, so I would like someone to test this board (will most probably 
work!). Also the nrf52dk was the only board where `slinky` shell did not work, 
but it also happens on master here, so probably not related to this PR.
   
   PS: I have not updated porting documentation. Nice to have reviews before I 
do that...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to