summaryrefslogtreecommitdiffstatshomepage
path: root/ports/stm32/pin.c
Commit message (Expand)AuthorAge
* stm32/pin: Change remaining uses of "af" to "alt".Damien George2022-01-27
* stm32/pin: Enable GPIO clock of pin if it's constructed without init.Damien George2021-09-02
* all: Use MP_ERROR_TEXT for all error messages.Jim Mussared2020-04-05
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* py: Add mp_raise_msg_varg helper and use it where appropriate.Damien George2020-02-13
* py: Introduce MP_ROM_NONE macro for ROM to refer to None object.Damien George2019-12-27
* py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.Josh Lloyd2019-09-26
* ports: Convert legacy uppercase macro names to lowercase.Damien George2019-02-12
* stm32: Support compiling with object representation D.Damien George2018-07-08
* stm32: Access dict map directly instead of using helper function.Damien George2018-07-08
* stm32: Update HAL macro and constant names to use newer versions.Damien George2018-02-13
* all: Remove inclusion of internal py header files.Damien George2017-10-04
* ports: Make new ports/ sub-directory and move all ports there.Damien George2017-09-06