12690 Commits (d451dc008680bfb27786b6f1d84ceac5da640050)
 

Author SHA1 Message Date
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
Damien George 89145c6aad tools/mpremote: Bump version to 0.0.6. 3 years ago
Damien George 08ff71dfcd tests/pybnative: Make while.py test run on boards without pyb.delay. 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 30691ed2a1 drivers/cyw43: Make wifi join fail if interface is not active. 3 years ago
Damien George 52a78e6965 drivers/cyw43: Fix cyw43_deinit so it can be called many times in a row. 3 years ago
Damien George 6f19b9c08d stm32/boards/LEGO_HUB_NO6: Add make commands to backup/restore firmware. 3 years ago
Damien George bac791c5fd stm32/boards/LEGO_HUB_NO6: Skip first 1MiB of SPI flash for storage. 3 years ago
Damien George e3eed26d0b stm32/boards/LEGO_HUB_NO6: Change SPI flash storage to use hardware SPI. 3 years ago
Damien George 6936f410ab stm32/storage: Make extended-block-device more configurable. 3 years ago
Patrick Van Oosterwijck a66bd7a489 esp32/boards: Add GENERIC_C3_USB board with USB serial/JTAG support. 3 years ago
Peter Hinch 3720a570f2 docs/reference: Mention that slicing a memoryview causes allocation. 3 years ago
Fernando 4954290e86 docs/esp8266: Use monospace for software tools. 3 years ago
Fernando 577a3c4192 docs/library: Fix usage of :term: for frozen module reference. 3 years ago
Jim Mussared e9a26791e5 drivers/neopixel: Reduce code size of driver. 3 years ago