2285 Commits (7bf466a2811fcad6518441c6a2987beb590e3326)

Author SHA1 Message Date
Seon Rozenblum 7bf466a281 esp32/README: Updated readme with req IDF vers for ESP32-S2, C3 and S3. 3 years ago
IhorNehrutsa 52636fa692 esp32/machine_pwm: Add support for all PWM timers and channels. 3 years ago
Stewart Bonnick 0d9429f44c esp32/boards: Add LOLIN_S2_MINI ESP32-S2 board. 3 years ago
iabdalkader 67d1dca9c2 stm32/machine_i2c: Use hardware I2C for STM32H7. 3 years ago
roland van straten 9eff4029ab stm32/boards: Add PF11-BOOT0 to stm32f091_af.csv. 3 years ago
Ned Konz 99bb52047c stm32/boards/NUCLEO_H743ZI: Enable VfsLfs2 on NUCLEO_H743ZI(2) boards. 3 years ago
Ned Konz 8c214ed200 stm32: Extended flash filesystem space to 512K on H743 boards. 3 years ago
iabdalkader 782d5b2e53 stm32: Enable platform module. 3 years ago
iabdalkader 38f8e852e0 rp2: Add framework for networking. 3 years ago
iabdalkader c973cfd2f3 rp2: Add support for bluetooth module using NimBLE. 3 years ago
Chris Fiege 6e39f2cc1e stm32/boards: Add OLIMEX H407 board definition. 3 years ago
patrick 4cfd85eb4a esp32/boards: Add board definition for ESP32-S2-WROVER module. 3 years ago
Seon Rozenblum 13e6e0d7f5 esp32/machine_hw_spi: Fix hardware SPI DMA channels for S2/S3. 3 years ago
Damien George 80fe25689f esp32/boards: Add new GENERIC_S3 board definition. 3 years ago
Damien George 54d33b266c esp32: Add support for ESP32-S3 SoCs. 3 years ago
Jim Mussared b326edf68c all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE. 3 years ago
Jim Mussared 60c6d5594f unix: Enable LOAD_ATTR fast path, and map lookup caching. 3 years ago
Jim Mussared 68219a295c stm32: Enable LOAD_ATTR fast path, and map lookup caching on >M0. 3 years ago
Jim Mussared 910e060f93 minimal/mpconfigport.h: Use MICROPY_CONFIG_ROM_LEVEL_MINIMUM. 3 years ago
Damien George 0c0807e084 stm32/dma: Add functions for external users of DMA to enable clock. 3 years ago
Damien George c51cc46bf8 stm32/boards/make-pins.py: Allow empty lines and comments in pins.csv. 3 years ago
Damien George a6907c779a stm32/boards/make-pins.py: Allow a CPU pin to be hidden. 3 years ago
Jim Mussared e3eebc329f stm32: Suggest putting code in main.py not boot.py. 3 years ago
Jan Staal 9e2423e730 stm32: Add support for H7A3(Q)/H7B3(Q), and STM32H73B3I_DK board defn. 3 years ago
iabdalkader d9749f90ad extmod/modnetwork: Remove modnetwork socket u_state member. 3 years ago
Jan Hrudka d451dc0086 stm32: Add basic support for STM32H750. 3 years ago
iabdalkader 4dba04a50f extmod/modnetwork: Define network interfaces in port config files. 3 years ago
iabdalkader 7aab0dc5d8 extmod: Move modnetwork and modusocket from stm32 to extmod. 3 years ago
Philipp Ebensberger 0d7366c912 mimxrt: Rework flash configuration. 3 years ago
Seon Rozenblum f690fd3a47 esp32/machine_timer: Use tx_update member for IDF 4.4 and above. 3 years ago
Damien George 0a51073724 stm32/boards: Remove trailing spaces, and add newline at end of file. 3 years ago
Tobias Thyrrestrup 4c31d0ab60 stm32/boards/LEGO_HUB_NO6: Remove user paths from cc2564 init file. 3 years ago
Daniel Gorny b71c621f46 stm32/boards/OLIMEX_E407: Add Ethernet RMII support. 3 years ago
Boris Vinogradov 97bbc0bb91 stm32/boards/VCC_GND_H743VI: Add board definition for VCC_GND_H743VI. 3 years ago
Seon Rozenblum 9a7f77bfbc esp32/boards: Add new FeatherS2-Neo board definition. 3 years ago
stijn 318c029d45 windows/README: Remove unsupported Python instructions for Cygwin. 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
YoungJoon Chun bbbdef4cc1 rp2/mpconfigport.h: Enable heapq module. 3 years ago
Damien George af64c2ddbd extmod/machine_pwm: Factor out machine.PWM bindings to common code. 3 years ago
Damien George 9792c9105f stm32/main: Don't unconditionally enable GPIO A,B,C,D clocks. 3 years ago
Damien George 05cd17e36f stm32/pin: Enable GPIO clock of pin if it's constructed without init. 3 years ago
Damien George 1083cb2f33 zephyr/mphalport.h: Remove unused and unimplemented C-level pin API. 3 years ago
Damien George d41f6dde56 extmod/modonewire: Make _onewire module configurable via macro option. 3 years ago
Damien George afe0634c98 extmod/machine_spi: Make SoftSPI configurable via macro option. 3 years ago
Damien George 122d901ef1 extmod/machine_i2c: Make SoftI2C configurable via macro option. 3 years ago
Damien George 25f30eb8a6 stm32/boards/LEGO_HUB_NO6: Add comment re constraints on SPI flash cfg. 3 years ago
Damien George 35ead0ff0f javascript/Makefile: Change variable to EXPORTED_RUNTIME_METHODS. 3 years ago
David Lechner 86371781e9 tools/uncrustify: Force 1 newline at end of file. 3 years ago
Damien George 6f19b9c08d stm32/boards/LEGO_HUB_NO6: Add make commands to backup/restore firmware. 3 years ago