adamgreen / gcc4mbed

Project to allow GCC compilation of code using mbed SDK libraries.
172 stars 68 forks source link

Enables NUCLEO_L476RG support #62

Closed rebecatourinho closed 7 years ago

rebecatourinho commented 7 years ago

Add support for NUCLEO-L476RG boards

adamgreen commented 7 years ago

@rebecatourinho Thanks for the PR. I test built the HelloWorld and rtos_basic samples with your new device added and they built successfully.

Note: I am in the process of modifying GCC4MBED to work with mbed-os 5.x and that update will overwrite this PR but merging this change straight into master makes sense until that update occurs.

rebecatourinho commented 7 years ago

@adamgreen that was a little contribution due to a NUCLEO board I'm working on. Thank you for this great project.