Skip to content

Instantly share code, notes, and snippets.

View SanjeewaUoM's full-sized avatar

Pradeep Sanjeewa SanjeewaUoM

View GitHub Profile
@SanjeewaUoM
SanjeewaUoM / gist:93e80f116e6fc878b31d771ecc2104d8
Last active August 23, 2016 02:42
GSoC 2016 : Porting MyNewt to stm32f407 discovery board
As my GSoC project I created the BSP for stm32f407 discovery board.
My origianl project was to create a PIC port for mynewt. Since it looked too much for
me, my nentors brough the task down to porting mynewt to a board with a ported processor
architecture; Cortex M0/Cortex M4
Here you can find the link to the pull request
https://github.com/apache/incubator-mynewt-core/pull/97/commits
Here is the link to the commit which is visible on incubator-mynewt-core