54 Commits (e29259d171300b9b8de81c736f717ba6de9c8253)

Author SHA1 Message Date
robert-hh 98c5703027 mimxrt/machine_i2c: Add hardware-based machine.I2C to machine module. 3 years ago
Damien George 06277a9169 mimxrt/machine_led: Use mp_raise_msg_varg helper. 3 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
robert-hh efa97beb99 tools/autobuild: Add mimxrt port to build scripts for nightly builds. 3 years ago
robert-hh cbc9a591a4 mimxrt/modmachine: Add a few minor methods to the machine module. 3 years ago
robert-hh 552e11bf64 mimxrt/mimxrt_flash: Remove commented-out code. 3 years ago
robert-hh c8284c9b50 mimxrt/main: Extend the information returned by help(). 3 years ago
robert-hh 4eabff53cb mimxrt/main: Skip running main.py if boot.py failed. 3 years ago
robert-hh b35566af79 mimxrt/boards: Set vfs partition start to 1 MBbyte. 3 years ago
robert-hh a262faa227 mimxrt/moduos: Seed the PRNG on boot using the TRNG. 3 years ago
robert-hh f45412793e mimxrt/machine_spi: Add the SPI class to the machine module. 3 years ago
Krzysztof Adamski 6409bbcb72 mimxrt: Move calc_weekday helper function to timeutils. 3 years ago
robert-hh 8edc3aacdd mimxrt/modutime: Extend the time module. 3 years ago
robert-hh 7417c6ac91 mimxrt/machine_pin: Implement pin.irq() functionality. 3 years ago
robert-hh 689476c576 mimxrt/machine_uart: Add the UART class to the machine module. 3 years ago
robert-hh 3ab8806c0d mimxrt/machine_rtc: Maintain microsecond offset. 3 years ago
robert-hh fd4eec5555 mimxrt/machine_rtc: Change RTC.datetime() tuple to match other ports. 3 years ago
robert-hh 53fea8598e mimxrt/boards: Add board configuration files for Teensy 4.1. 3 years ago
Philipp Ebensberger b8c65b174f mimxrt/machine_adc: Add the ADC class to the machine module. 4 years ago
robert-hh bbdc98f72e mimxrt: Enable many Python and some extmod features. 4 years ago
robert-hh a40e1473dc mimxrt: Add floating point support. 4 years ago
robert-hh 2f365d234e mimxrt/machine_rtc: Add the RTC class to the machine module. 4 years ago
robert-hh d79105d7c0 mimxrt/machine_timer: Leave the Timer clock source at IPG clock. 3 years ago
robert-hh cdd95ce737 mimxrt/machine_timer: Reuse any existing timer objects. 3 years ago
robert-hh 5226d6e1ee mimxrt: Remove __WFE() from MICROPY_EVENT_POLL_HOOK. 3 years ago
robert-hh 4c407c790f mimxrt: Add the Timer class to the machine module. 4 years ago
robert-hh 745b4319a2 mimxrt/boards/TEENSY40: Re-create the flash FS after deploy. 4 years ago
robert-hh dfd4324eb1 mimxrt: Add flash storage support with VFS and littlefs filesystem. 4 years ago
robert-hh c303b15f10 mimxrt: Enable frozen modules. 4 years ago
robert-hh fdaf2b80d9 mimxrt: Add custom help text and enable help("modules"). 4 years ago
robert-hh c732b80f05 mimxrt: Extend the Pin module for SoftI2C, SoftSPI support. 4 years ago
Philipp Ebensberger c326d9a67b mimxrt: Enable built-in help. 4 years ago
Philipp Ebensberger ff5d39529c mimxrt: Implement machine.Pin class. 4 years ago
Damien George 7408ca1d78 mimxrt: Improve ticks and sleep functions using GPT. 4 years ago
Damien George e9e9c76ddf all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt. 4 years ago
Damien George d0e014aa41 mimxrt: Enable CPYTHON_COMPAT, PY_ASYNC_AWAIT, PY_ATTRTUPLE options. 4 years ago
svetelna 23ce25a7c3 mimxrt/boards: Add MIMXRT1050_EVK board, based on MIMXRT1060_EVK. 4 years ago
Damien George f31c6b4840 mimxrt: Fix USB CDC handling so it works reliably. 4 years ago
Damien George 035d16126a ports: Update to build with new tinyusb. 4 years ago
Damien George 7c44354592 ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default. 4 years ago
Damien George 18518e26a7 ports: Use correct in/out endpoint size in TUD_CDC_DESCRIPTOR. 4 years ago
Albort Xue 5f50568b1f mimxrt/boards: Add MIMXRT1064_EVK board. 5 years ago
Albort Xue 05e5d411b5 mimxrt/boards: Set __heap_size__ to 0 in MIMXRT1011.ld. 4 years ago
Philipp Ebensberger 29e258611a mimxrt/boards: Integrate support for MIMXRT1020_EVK board. 5 years ago
Albort Xue e0d539f79d mimxrt/boards: Enable LED class for MIMXRT1060_EVK board. 4 years ago
Philipp Ebensberger 6ac05af8e1 mimxrt/tusb_config.h: Preliminary fix for TinyUSB HS endpoint overflow. 4 years ago
Philipp Ebensberger 02cc4462b7 mimxrt: Add initial impl of machine.LED class, and basic pin support. 5 years ago
Albort Xue b3bc9808f2 mimxrt/boards: Add MIMXRT1060_EVK board. 5 years ago
Jim Mussared 710426024a all: Factor gchelper code to one place and use it for unix & ARM ports. 5 years ago
stijn 84fa3312cf all: Format code to add space after C++-style comment start. 5 years ago