73 Commits (e160fe7bc64212a3ce56f5478f208e2b4d343a8b)

Author SHA1 Message Date
Damien George c234a26954 mimxrt/modutime: Use extmod version of time module. 2 years ago
iabdalkader 0acc73344a mimxrt: Fix the build for boards without ROM API. 2 years ago
iabdalkader bde222ce84 mimxrt/modmachine: Implement machine.bootloader(). 2 years ago
iabdalkader ed5e3598f1 mimxrt/Makefile: Fix internal flash configuration and build. 2 years ago
iabdalkader 4d3897f80e mimxrt: Enable ROM text compression. 2 years ago
Jim Mussared 69b93527d5 ports: Make BOARD default from BOARD_DIR in Makefile's. 2 years ago
robert-hh 7198c25175 mimxrt/Makefile: Move the FROZEN_MANIFEST setting after board config. 2 years ago
David Lechner 3446d440f6 shared/runtime/gchelper: Drop cpu directive from ARM asm helpers. 2 years ago
Jim Mussared 72817a179c mimxrt/Makefile: Set MPY_CROSS_FLAGS. 2 years ago
robert-hh 5e990cc27f mimxrt: Add support for MIMXRT1176 MCUs, and MIMXRT1170_EVK board. 3 years ago
iabdalkader 71881116e6 extmod/extmod.mk: Set default mbedtls config file in extmod Makefile. 2 years ago
Damien George 98cbace299 mimxrt/machine_timer: Use extmod version of machine.Timer. 2 years ago
robert-hh 65fa7fd8bb mimxrt/machine_timer: Use soft-timer implementation for machine.Timer. 2 years ago
Jim Mussared 43bcfb148b mimxrt/Makefile: Split up SRC_C variables. 2 years ago
Jim Mussared d6d8722558 extmod: Make extmod.mk self-contained. 2 years ago
Jim Mussared 87011f6353 extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES. 2 years ago
Jim Mussared 67d05ed02b ports: Make generated pin.c handling more consistent across ports. 2 years ago
Jim Mussared 17f2783e4a all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS. 2 years ago
robert-hh 8e54225140 mimxrt: Format the firmware image to match the new teensy loader. 3 years ago
Jim Mussared be83c08f46 ports: Always append to GIT_SUBMODULES. 2 years ago
Angus Gratton fdfe4eca74 ports: Always include debug information in the ELF. 2 years ago
robert-hh 80339f1a33 ports: Adapt mimxrt, nrf and rp2 ports to work with latest TinyUSB. 2 years ago
Damien George b89422ceaa extmod: Always use custom mbedtls error message code. 2 years ago
David Lechner 81dbea1ce3 shared/readline: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
Philipp Ebensberger 434974ec77 mimxrt/Makefile: Fix some minor formatting inconsistencies. 2 years ago
Philipp Ebensberger c957c76f4d mimxrt/Makefile: Rework floating point config. 2 years ago
Philipp Ebensberger bec0524dbf mimxrt/Makefile: Rework board flash type handling. 2 years ago
Philipp Ebensberger 84339aa8ec mimxrt/Makefile: Modify handling of SDCARD option. 2 years ago
Philipp Ebensberger b1aec393b1 mimxrt/Makefile: Modify handling of SDRAM option. 2 years ago
Philipp Ebensberger fbc50196ad mimxrt/Makefile: Refactor Makefile and divide it into sections. 2 years ago
David Lechner c118b5d0e4 extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk. 2 years ago
Damien George f5769698e5 extmod/modlwip: Clean up inclusion of modlwip in build process. 2 years ago
robert-hh a0432ed9cb mimxrt: Update port to work with new nxp_driver v2.10. 3 years ago
robert-hh ca41eda281 mimxrt/mphalport: Fix USB CDC RX handling to not block when unprocessed. 3 years ago
MikeTeachman 1f6cb8f047 mixmrt/machine_i2s: Add I2S protocol support. 3 years ago
Damien George 9a3e1a1808 mimxrt/moduos: Convert module to use extmod version. 3 years ago
robert-hh 5ea85b7a85 mimxrt/boards: Add board files for MIMXRT1015 and MIMXRT1015_EVK. 3 years ago
robert-hh c1841c2d45 mimxrt: Simplify Makefile in selection of flash type. 3 years ago
robert-hh 84b76e4fbf mimxrt: Allow for board-specific flash driver files. 3 years ago
robert-hh 5ca56aaf16 mimxrt: Tidy up the board flash related files. 3 years ago
robert-hh c5dbbf71c0 mimxrt: Use -Og instead of -O0 for DEBUG builds. 3 years ago
robert-hh 1e9eaa7af5 mimxrt: Add a driver for the DP83848 PHY device. 3 years ago
robert-hh 81f706aee4 mimxrt: Support PWM using the FLEXPWM and QTMR modules. 3 years ago
robert-hh e7572776c3 mimxrt: Add dht_readinto() to the mimxrt module, and freeze dht.py. 3 years ago
robert-hh c2e4759cfa mimxrt/modmachine: Implement machine.WDT() and machine.reset_cause(). 3 years ago
robert-hh 1866ed7e2e mimxrt/eth: Add LAN support and integrate the network module. 3 years ago
Philipp Ebensberger 7e62c9707a mimxrt/sdram: Add SDRAM support. 3 years ago
Philipp Ebensberger 0d7366c912 mimxrt: Rework flash configuration. 3 years ago
robert-hh 61b7c098b9 mimxrt/machine_bitstream: Add bitstream function to machine module. 3 years ago
Philipp Ebensberger 87f97e490c mimxrt/sdcard: Implement SDCard driver. 3 years ago