12677 Commits (0a510737248132430de4317d7fd4d47e76862182)
 

Author SHA1 Message Date
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
Jim Mussared d63b287c85 drivers/neopixel: Optimize fill() for speed. 3 years ago
iabdalkader a3ce8f08ec rp2/mpconfigport.h: Allow boards to add root pointers. 3 years ago
iabdalkader 79baef843b rp2/CMakeLists.txt: Add option to enable double tap reset to bootrom. 3 years ago
iabdalkader c82244a7c0 rp2/rp2_flash: Disable IRQs while calling flash_erase/program. 3 years ago
Damien George 8c4ba575fd tests/basics: Split f-string debug printing to separate file with .exp. 3 years ago
Jim Mussared 145fedef8d tools/pyboard.py: Make --no-soft-reset consistent with other args. 3 years ago
Jim Mussared 064a145097 tools/pyboard.py: Add --exclusive to match --no-exclusive. 3 years ago
Jim Mussared be43164d82 tools/pyboard.py: Make --no-follow use same variable as --follow. 3 years ago
Jim Mussared 2a290bbfe1 tools/pyboard.py: Move --no-exclusive/--soft-reset out of mutex group. 3 years ago
Peter Hinch 2296df0a32 extmod/modframebuf: Enable blit between different formats via a palette. 3 years ago
Jim Mussared 996f703166 esp32,esp8266: Remove dead code for end_ticks in machine_bitstream. 3 years ago
Jim Mussared b51e7e9d01 stm32: Disable computed goto on constrained boards. 3 years ago
Damien George 61d5a8b9ce stm32/stm32_it: Support TIM17 IRQs on WB MCUs. 3 years ago