mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

- fix F411 F334 systeminit when HSI used - portinout always read IDR regardless of port direction

about HSI issue https://mbed.org/questions/4684/Clock-sources-and-PC14PC15/ about portinout, just adapted the same scheme as other non ST platforms. Actually if direction=output the pins are forced pushpull, so reading back from IDR is only usefull to know if a pin is flamed. Portinout api would need a proper and separate handling of modes for pin output (pushpull/opendrain) and pullmode for input (pullup,pulldown,nopull). Actually they are merged toghether in a generic "mode".

- fix F411 F334 systeminit when HSI used - portinout always read IDR regardless of port direction mbed

2 comments:

27 Sep 2014

Hi geremia,

mbed SDK is on github, please send a pull request there.. Thanks for understanding.

27 Sep 2014

Hi,

maybe later