304 Commits (bfd6ad94ff950a4b7e3a2125db1539c5e4ca333a)

Author SHA1 Message Date
Damien George e1a7aa23fd ports: Switch build to use common lib/libm list of source files. 11 months ago
Damien George b5449b0f09 extmod/mbedtls: Enable certificate time/date validation by default. 11 months ago
Damien George ad806df857 ports: Move definitions of ATOMIC_SECTION macros to mphalport.h. 11 months ago
Damien George f523b86541 extmod/modmachine: Provide common implementation of disable/enable_irq. 12 months ago
Damien George e1ec6af654 extmod/modmachine: Provide common bindings for 6 bare-metal functions. 12 months ago
Damien George 48b5a7b060 extmod/modmachine: Provide common Python bindings for bootloader(). 12 months ago
Damien George 30a63a204d extmod/modmachine: Provide common Python bindings for machine.idle(). 12 months ago
Damien George 7d39db2503 extmod/modmachine: Factor ports' machine module dict to common code. 12 months ago
robert-hh f07f90f1ab mimxrt/boards/OLIMEX_RT1010: Adjust the UART pin assignment. 1 year ago
robert-hh ae3b1cfab1 mimxrt/modmachine: Fix settings for the MIMXRT1170 board. 1 year ago
Jim Mussared c0b64a3f23 mimxrt/boards/make-pins.py: Update to use tools/boardgen.py. 1 year ago
Jim Mussared 9cabee8252 ports: Standardise arguments and output for make-pins.py script. 1 year ago
Jim Mussared 59f3c7facb examples/pins.py: Remove this pins printing example. 1 year ago
Jim Mussared 2eda513870 py/mkrules.mk: Add rule for compiling auto-generated source files. 1 year ago
Damien George 3e2706a18d extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 1 year ago
Damien George d336c1b79b extmod/modmachine: Consolidate simple machine headers into modmachine.h. 1 year ago
Damien George 90023b4dcf extmod/modmachine: Clean up decls of machine types to use common ones. 1 year ago
Damien George 5b4a2baff6 extmod/machine_uart: Factor ports' UART Python bindings to common code. 1 year ago
Damien George 95d8b5fd55 extmod/machine_adc: Factor ports' ADC Python bindings to common code. 1 year ago
Damien George 91a3f18391 extmod/machine_i2s: Factor comments, some enums and macros. 1 year ago
Damien George 46ae3b5a34 extmod/machine_i2s: Factor init_helper argument parsing. 1 year ago
Damien George 676f9bb78c extmod/machine_i2s: Factor print function. 1 year ago
Damien George 1477986815 extmod/machine_i2s: Factor I2S.irq method. 1 year ago
Damien George cdd9ad8d62 extmod/machine_i2s: Factor I2S.shift method. 1 year ago
Damien George a2d7e0da0b extmod/machine_i2s: Factor stream and ring-buf code. 1 year ago
Damien George f2f3ef162d extmod/machine_i2s: Factor ports' I2S Python bindings to common code. 1 year ago
Damien George 7e7af71527 extmod/machine_pwm: Remove header file and move decls to .c file. 1 year ago
Damien George 60929ec7e2 extmod/machine_wdt: Factor ports' WDT Python bindings to common code. 1 year ago
Kwabena W. Agyeman e78471416b mimxrt/modmachine: Add support for machine.deepsleep. 1 year ago
Kwabena W. Agyeman 433158076f mimxrt/machine_rtc: Add RTC alarm/wakeup functionality. 1 year ago
Kwabena W. Agyeman 64ad676424 mimxrt/boards: Define missing SNVS pins for all processors. 1 year ago
robert-hh a06f4c8df4 mimxrt/led: Fix LED init call from main, and simplify led_init. 1 year ago
Jim Mussared 65a3ce39a3 extmod/modnetwork: Forward if.config(hostname) to network.hostname. 1 year ago
robert-hh 4e5611c55a mimxrt/machine_rtc: Improve the RTC init at boot. 1 year ago
robert-hh 6482eb142c mimxrt/mpbthciport: Allow disabling UART flow control for BLE. 1 year ago
robert-hh 51ca23e463 mimxrt/boards: Fix naming of SD-card config option. 1 year ago
robert-hh abb44694d8 mimxrt/boards/MIMXRT1176_clock_config: Fix comments about UART clocks. 1 year ago
robert-hh 0701341e7f mimxrt/machine_uart: Set the UART clock to a fixed 40MHz value. 1 year ago
iabdalkader 52e3da0a0b mimxrt/mbedtls: Enable certificate validity time validation. 1 year ago
iabdalkader 361ca7d5ee mimxrt/mpbthciport: Enable flow control for BT HCI UART. 1 year ago
iabdalkader 552b0bbe12 mimxrt: Remove SDCARD Makefile config option. 1 year ago
iabdalkader 9d1a1ed42d mimxrt/Makefile: Enable the FSL USDHC for supported MCU series. 1 year ago
iabdalkader 805c750164 mimxrt/mimxrt_sdram: Allow boards to override the default SDRAM config. 1 year ago
iabdalkader 4b9c459133 mimxrt/sdio: Add support for the 117x series. 1 year ago
Jim Mussared 79473691f2 {mimxrt,powerpc,samd}/mpconfigport: Don't override parse chunk alloc. 1 year ago
iabdalkader 816b88ad07 mimxrt/Makefile: Update to work with latest TinyUSB. 1 year ago
Damien George 671b38f944 mimxrt/sdio: Move config guard so headers are only included if used. 1 year ago
robert-hh 297892c4f4 mimxrt/machine_uart: Add a helper function to change the baudrate. 1 year ago
robert-hh 81c19d93bc mimxrt/machine_uart: Support slow baud rates for UART. 1 year ago
robert-hh c86b9ec8bd mimxrt/boards: Fix use of MICROPY_HW_SDRAM_AVAIL in MIMXRT1176.ld. 1 year ago