DISTORTEC / distortos

object-oriented C++ RTOS for microcontrollers
https://distortos.org/
Mozilla Public License 2.0
430 stars 66 forks source link

NUCLEO-L073RZ board #36

Closed CezaryGapinski closed 7 years ago

CezaryGapinski commented 7 years ago

Support for NUCLEO-L073RZ board

CezaryGapinski commented 7 years ago

I would fix that myself, but I cannot test the resulting file, so I have to ask you (;

I made a mess, so I have to clean this up ;).

Ok, I guess the signals are enabled now, I changed HSE to bypass 8MHz + PLL (MUL 12, DIV 3), APB1 and 2 changed to DIV 1. Test passed correctly, blinking time seems to be correct.

FreddieChopin commented 7 years ago

Huge thanks for your contributions! Merged with a very minor cleanup - kconfig is a bit stupid sometimes and to make the file "absolutely final" you have to run make olddefconfig on them after such edit. When some options are added/changed/removed/... I run this command twice. To simplify that you can just do:

./scripts/forAllConfigurations.sh "make olddefconfig"

But this is not a problem, I can safely do that myself.

FreddieChopin commented 7 years ago

BTW - any more plans? (; You could also add the configs to the "examples" repository.

CezaryGapinski commented 7 years ago

Yes, I working on driver for ssd1289 display for HY-Mini board. For now I have just a "concept". Actually I have some code but I think is not ready to push it to public repo ;).