Michał Łyszczek

Results 10 comments of Michał Łyszczek

Just a note, there is no need to reproduce this. Empty struct/unions are in fact undefined behaviour according to C standard. So one way or another this should be fixed....

> > Just a note, there is no need to reproduce this. Empty struct/unions are in fact undefined behaviour according to C standard. So one way or another this should...

> @mlyszczek your original Kconfig wasn't too big to motivate split it. Almost all Kconfig inside arch/ is way bigget than these. @acassis Yes, that is true, for now that...

> I don't think that splitted Kconfig is a good idea at the moment. STM32 ports are already a complete mess, the maintenance and keeping changes between STM32 ports in...

Removed two commits with kconfig spliting.

For reference - it looks like this ``` ┌── enable gpio subsystem ──────────────────────────────────────────────────────────┐ │ │ │ pull (pull down) ---> │ │ speed (2MHz) ---> │ │ [ ] enable...

Hmm... you think? I named them exactly as they are printed on the PCB.

Yes, in stm32 datasheet they refer to pins as PA, PB etc. but board refers to them as A, B... I'm pretty sure it's to save space on PCB, as...

let's try another rebase, and hope it works :)

Yay, finally a success. Sorry it took so long.