12905 Commits (5ca56aaf166c3e7cda178dfe809f8caf599b1dff)
 

Author SHA1 Message Date
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 11ef8f22fe py/map: Add an optional cache of (map+index) to speed up map lookups. 3 years ago
Jim Mussared 7b89ad8dbf py/vm: Add a fast path for LOAD_ATTR on instance types. 3 years ago
Jim Mussared 910e060f93 minimal/mpconfigport.h: Use MICROPY_CONFIG_ROM_LEVEL_MINIMUM. 3 years ago
Jim Mussared 01374d941f py/mpconfig.h: Define initial templates for "feature levels". 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
iabdalkader f9d573a4ac extmod/modnetwork: Remove STM32 references. 3 years ago
Jan Hrudka d451dc0086 stm32: Add basic support for STM32H750. 3 years ago
Damien George a34d43b2b7 extmod/network_cyw43: Make consistent use of STA and AP constants. 3 years ago
iabdalkader 4dba04a50f extmod/modnetwork: Define network interfaces in port config files. 3 years ago
iabdalkader c13e25c329 extmod/modusocket: Add read/write stream methods to socket object. 3 years ago
iabdalkader e7429389a6 extmod/modnetwork: Add extended socket state. 3 years ago
iabdalkader d889f672da extmod/modnetwork: Add STA_IF and AP_IF constants. 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
Damien George 426785a19e py/emitnative: Ensure load_subscr does not clobber existing REG_RET. 3 years ago
Damien George c0761d28fc tests/perf_bench: Use math.log instead of math.log2. 3 years ago
Seon Rozenblum f690fd3a47 esp32/machine_timer: Use tx_update member for IDF 4.4 and above. 3 years ago
Peter Hinch 4552f1816b docs/library/machine.I2S.rst: Specify that I2S.shift args are kw-only. 3 years ago
Ihor Nehrutsa c7842f4798 docs/make.bat: Change Windows output dir from '_build' to 'build'. 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
Patrick Van Oosterwijck 0ec5052f62 tools/autobuild: Add auto build for GENERIC_C3_USB. 3 years ago
Seon Rozenblum 9a7f77bfbc esp32/boards: Add new FeatherS2-Neo board definition. 3 years ago
Matt Trentini 60d3a3c3a0 docs/library/bluetooth.rst: Update incorrect link to gatts_write. 3 years ago
Peter Hinch cc0884bb4f docs/library/os.rst: Clarify littlefs requirements for block erase. 3 years ago
stijn 318c029d45 windows/README: Remove unsupported Python instructions for Cygwin. 3 years ago
Damien George e6850838cd py/parse: Simplify parse nodes representing a list. 4 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 7c54b64280 all: Bump version to 1.17. 3 years ago
Damien George 25f30eb8a6 stm32/boards/LEGO_HUB_NO6: Add comment re constraints on SPI flash cfg. 3 years ago