micropython/ports/mimxrt/boards/MIMXRT1064_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
..
evkmimxrt1064_flexspi_nor_config.h mimxrt/boards: Add MIMXRT1064_EVK board. 2020-09-09 00:06:33 +10:00
flash_config.c mimxrt/boards: Add MIMXRT1064_EVK board. 2020-09-09 00:06:33 +10:00
mpconfigboard.h mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00
mpconfigboard.mk mimxrt/boards: Add MIMXRT1064_EVK board. 2020-09-09 00:06:33 +10:00
pins.csv mimxrt: Implement machine.Pin class. 2021-05-26 00:12:42 +10:00