micropython/ports/mimxrt/boards/MIMXRT1020_EVK
Philipp Ebensberger ff5d39529c mimxrt: Implement machine.Pin class.
- modified pin type from pin_obj_t to machine_pin_obj_t
- created machine_pin.c
- implemented basic version of make-pins.py to genertate pins.c/.h files
  automatically; the only alternate function currently supported is GPIO
- added af.csv files for all supported MCUs
- replaced pins.c/pins.h files with pin.csv for all boards
- implemented on/off/high/low/value/init methods
- Implemented IN/OUT/OPEN_DRAIN modes
- modified LDFLAGS for DEBUG build to get usefull .elf file for debugging

Signed-off-by: Philipp Ebensberger
2021-05-26 00:12:42 +10:00
..
evkmimxrt1020_flexspi_nor_config.h mimxrt/boards: Integrate support for MIMXRT1020_EVK board. 2020-06-09 19:04:23 +10:00
flash_config.c mimxrt/boards: Integrate support for MIMXRT1020_EVK board. 2020-06-09 19:04:23 +10:00
mpconfigboard.h mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
mpconfigboard.mk mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
pins.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00