13 Commits (e160fe7bc64212a3ce56f5478f208e2b4d343a8b)

Author SHA1 Message Date
robert-hh b70b8ce3e4 mimxrt/machine_rtc: Start RTC at boot and set datetime if not set. 3 years ago
MikeTeachman 1f6cb8f047 mixmrt/machine_i2s: Add I2S protocol support. 3 years ago
robert-hh 81f706aee4 mimxrt: Support PWM using the FLEXPWM and QTMR modules. 3 years ago
robert-hh c2e4759cfa mimxrt/modmachine: Implement machine.WDT() and machine.reset_cause(). 3 years ago
Philipp Ebensberger 7e62c9707a mimxrt/sdram: Add SDRAM support. 3 years ago
Philipp Ebensberger 87f97e490c mimxrt/sdcard: Implement SDCard driver. 3 years ago
robert-hh 98c5703027 mimxrt/machine_i2c: Add hardware-based machine.I2C to machine module. 3 years ago
robert-hh f45412793e mimxrt/machine_spi: Add the SPI class to the machine 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
Philipp Ebensberger b8c65b174f mimxrt/machine_adc: Add the ADC class to the machine module. 4 years ago
robert-hh 2f365d234e mimxrt/machine_rtc: Add the RTC class to the machine module. 4 years ago
robert-hh 4c407c790f mimxrt: Add the Timer class to the machine module. 4 years ago
glennrub 002f7d1ad7 nrf: Replace custom-HAL with nrfx-HAL 7 years ago
Daniel Tralamazza e22b943508 nrf: Add new port to Nordic nRF5x MCUs. 9 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Alexander Steffen 299bc62586 all: Unify header guard usage. 7 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
Damien George 43ea73faa6 pic16bit: Initial version of port to 16-bit PIC family. 10 years ago
Damien George 0b32e50365 stmhal: Make pybstdio usable by other ports, and use it. 10 years ago
Paul Sokolovsky f12ea7c7ed esp8266: Implement task-based, event-driven interface with UART. 10 years ago
Damien George 075d597464 esp8266: New port of Micro Python to ESP8266 wifi module. 10 years ago
Damien George 3550de4ebe stmhal: Add basic CAN bus support. 10 years ago
Damien George 4abff7500f py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h. 10 years ago
Paul Sokolovsky caa7334141 stackctrl: Add "mp_" prefix. 11 years ago
Paul Sokolovsky 23668698cb py: Add portable framework to query/check C stack usage. 11 years ago
Damien George 58ebde4664 Tidy up some configuration options. 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George 97790455fe Improve REPL detecting when input needs to continue. 11 years ago
John R. Lenton 9c83ec0eda Merge remote-tracking branch 'upstream/master' into dict_feats 11 years ago
Damien George 136f67523b Factor and simplify Makefile's and mpconfig. 11 years ago
ian-v 5fd8fd2c16 Revert MP_BOOL, etc. and use <stdbool.h> instead 11 years ago
ian-v 7a16fadbf8 Co-exist with C++ (issue #85) 11 years ago
Damien d99b05282d Change object representation from 1 big union to individual structs. 11 years ago
Damien 92c06561a3 Improve REPL compount statement detection. 11 years ago