304 Commits (bfd6ad94ff950a4b7e3a2125db1539c5e4ca333a)

Author SHA1 Message Date
Angus Gratton fdfe4eca74 ports: Always include debug information in the ELF. 2 years ago
Jim Mussared 092784da19 ports: Remove unused mp_type_{fileio/textio} macros in mpconfigport.h. 2 years ago
Tim Gates f736afb577 drivers,ports: Fix a few typos in comments. 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 7e4b205cb0 py/mpstate: Drop MICROPY_PORT_ROOT_POINTERS from mp_state_vm_t. 2 years ago
David Lechner a316a8fdb3 mimxrt: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner a3703584fe extmod/modnetwork: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 81dbea1ce3 shared/readline: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
Philipp Ebensberger 4ce1adab31 mimxrt/boards: Remove conditional assignment of flash type/size. 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 5cc2dd4f5d mimxrt/machine_uart: Fix an inconsistency for UART.init() arg handling. 3 years ago
robert-hh a0432ed9cb mimxrt: Update port to work with new nxp_driver v2.10. 3 years ago
Damien George efe23aca71 all: Remove third argument to MP_REGISTER_MODULE. 2 years ago
Jared Hancock 2f4aca0381 mimxrt/mphalport: Fix strict aliasing error with unique id. 2 years ago
robert-hh 1df7678674 mimxrt/boards: Extend the deploy_teensy.md instructions. 3 years ago
robert-hh c7accf7666 mimxrt/boards/OLIMEX_RT1010: Document the initial deploy procedure. 3 years ago
Damien George 6e71cde6aa ports: Use default VFS config for import_stat and builtin_open. 2 years ago
Jim Mussared 7d79fd7e8b mimxrt: Make port-specific modules use MP_REGISTER_MODULE. 3 years ago
Jim Mussared bb794f05b7 extmod: Make port-included extmod modules use MP_REGISTER_MODULES. 3 years ago
Jim Mussared 4eab44a1ec extmod: Make extmod modules use MP_REGISTER_MODULE. 3 years ago
Damien George da31ad7aad mimxrt/mbedtls: Use core-provided tracked alloc instead of custom funcs. 3 years ago
Jim Mussared 0e7bfc88c6 all: Use mp_obj_malloc everywhere it's applicable. 3 years ago
robert-hh ca41eda281 mimxrt/mphalport: Fix USB CDC RX handling to not block when unprocessed. 3 years ago
robert-hh 752fe75910 mimxrt/machine_spi: Improve handling of busy SPI peripheral. 3 years ago
robert-hh b70b8ce3e4 mimxrt/machine_rtc: Start RTC at boot and set datetime if not set. 3 years ago
robert-hh e3030f7436 mimxrt/modules: Append /flash/lib to the default sys.path. 3 years ago
robert-hh 798a29f629 mimxrt/boards: Add board.json file for OLIMEX RT1010Py. 3 years ago
MikeTeachman 1f6cb8f047 mixmrt/machine_i2s: Add I2S protocol support. 3 years ago
iabdalkader fe8b47e29f ports: Allow boards to define additional network interfaces. 3 years ago
Peter Züger 94a9b50668 mimxrt/mbedtls: Add NULL pointer check in m_free_mbedtls. 3 years ago
Damien George 9a3e1a1808 mimxrt/moduos: Convert module to use extmod version. 3 years ago
robert-hh e0b97013d0 mimxrt/hal/pwm_backport: Make PWM symmetric, and round division calcs. 3 years ago
robert-hh 4774501cab mimxrt/eth: Avoid a race condition for Ethernet. 3 years ago
robert-hh 04f92a2825 mimxrt/boards: Support using an optional board-specific manifest.py. 3 years ago
robert-hh c72dfbcef9 mimxrt/boards/TEENSY41: Use the same SPI1 pins for Teensy 4.0 and 4.1. 3 years ago
robert-hh b0d460cd7d mimxrt/eth: Fix an Ethernet transmit error. 3 years ago
robert-hh 5ea85b7a85 mimxrt/boards: Add board files for MIMXRT1015 and MIMXRT1015_EVK. 3 years ago
robert-hh 5cc50b9f1c mimxrt/machine_spi: Add omitted GPIO config. 3 years ago
Philipp Ebensberger 62cb2069bb mimxrt/machine_pin: Change pin drive constants to DRIVE_x naming. 3 years ago
Damien George fbd47fc46c ports: Consolidate inclusion of umachine module in built-ins. 3 years ago
robert-hh c1841c2d45 mimxrt: Simplify Makefile in selection of flash type. 3 years ago
robert-hh da9c3607a5 mimxrt: Add support for the Olimex RT1010 board. 3 years ago