154 Commits (467a5926bc57549f36055938b8bbf7f9bf0dd101)

Author SHA1 Message Date
Damien George 467a5926bc stm32/sdcard: Only define IRQ handler if using SDMMC1 peripheral. 7 years ago
Damien George 9e7d2c7abb stm32/modmachine: In freq(), select flash latency value based on freq. 7 years ago
Damien George e8a8fa77ca stm32: Improve support for STM32F722, F723, F732, F733 MCUs. 7 years ago
Damien George 4e35d10829 stm32/can: Support MCUs without a CAN2 peripheral. 7 years ago
Damien George 583472e068 stm32/usbdev: Combine all str descriptor accessor funcs into one func. 7 years ago
Damien George 1d4246a2e8 stm32/usbdev: Reduce dependency on py header files. 7 years ago
Damien George fed1b4fb56 stm32/sdcard: Make SD wait routine more power efficient by using WFI. 7 years ago
Damien George c0496fd44d stm32/spi: Make SPI DMA wait routine more power efficient by using WFI. 7 years ago
Damien George 524ff30275 minimal/README: Update text to better describe what "make run" does. 7 years ago
Damien George 23f9f9495f esp32/machine_uart: Fix check of UART id so it only allows valid UARTs. 7 years ago
Damien George efdda2c62d stm32: Add support for DHT11/DHT22 sensors. 7 years ago
Damien George a40ce1d829 esp8266/modules: Move dht.py driver to drivers/dht directory. 7 years ago
stijn df952633ef windows: Add Appveyor CI builds for windows mingw port 7 years ago
Peter D. Gray 1ed2c23efb stm32/modmachine: Handle case of no MICROPY_PY_MACHINE_I2C. 7 years ago
stijn b184b6ae53 py/nlr: Fix nlr functions for 64bit ports built with gcc on Windows 7 years ago
stijn 8041de59fe windows/mpconfigport: Enable some features, including the Python stack 7 years ago
stijn 6fc58db5d8 windows/mpconfigport: Provide off_t definition for MSVC port 7 years ago
Peter D. Gray dfe8980acf stm32/spi: If MICROPY_HW_SPIn_MISO undefined, do not claim pin on init. 7 years ago
Paul Sokolovsky 7a9a73ee84 zephyr/main: Remove unused do_str() function. 7 years ago
Paul Sokolovsky d9977a8ad9 zephyr/Makefile: clean: Clean libmicropython.a too. 7 years ago
Damien George b806889512 stm32/i2c: Support more I2C baudrates for F746, and more F7 MCUs. 7 years ago
Damien George 008e1788e8 stm32/i2c: Fix bug with I2C4 initialisation. 7 years ago
Damien George d32417c096 stm32/uart: Support board configs with CTS/RTS on UART6. 7 years ago
Damien George 9bcdb0acd1 esp8266/Makefile: Remove commented-out unused lines. 7 years ago
Ayke van Laethem f16c775a07 esp32/README: Update toolchain setup. 7 years ago
Peter D. Gray 7a46d9ae73 stm32/uart: Add support for 7-bit modes: 7N1 and 7N2. 7 years ago
Damien George c73360bfdb stm32: Allow to build a board without any hardware I2C ports defined. 7 years ago
Peter D. Gray 82dc5c1d8c stm32: Use corrected capitalization of HAL_SD_CardStateTypedef. 7 years ago
Damien George d7a52e1539 qemu-arm/test_main: Include setjmp.h because it's used by gc_collect. 7 years ago
Damien George d8d633f156 unix/mpconfigport_coverage.h: Enable MICROPY_PY_IO_RESOURCE_STREAM. 7 years ago
Damien George e800e4463d tests/unix: Add test for printf with %lx format. 7 years ago
Damien George d1fd889ad0 esp32/machine_hw_spi: Remove unnecessary white space for consistency. 7 years ago
Eric Poulsen 9123c8d946 esp32/machine_hw_spi: Fix large HW SPI transfers by splitting them up. 7 years ago
Paul Sokolovsky ea742085ed unix/mpconfigport.h: Allow to override stackless options from commandline. 7 years ago
Paul Sokolovsky 7f9a62408d unix/Makefile: coverage: Allow user to pass CFLAGS_EXTRA. 7 years ago
Paul Sokolovsky dd35fe7ca0 zephyr/prj_base.conf: Bump MAIN_STACK_SIZE to let builtin testsuite run. 7 years ago
Paul Sokolovsky 6b19520a74 zephyr: Add support for binary with builtin testsuite. 7 years ago
Damien George badaf3ecfe esp8266/machine_hspi: After an SPI write wait for last byte to transfer. 7 years ago
Damien George 3f6d3ccc11 stm32/usbdev: Pass thru correct val for SCSI PreventAllowMediumRemoval. 7 years ago
Paul Sokolovsky ea6bddbf81 ports/qemu-arm: Rework "test" target using upytesthelper. 7 years ago
Eric Poulsen 19c7098e18 esp32: Add custom partitions.csv file with uPy specific size. 7 years ago
Damien George 0593d6f562 esp32/Makefile: Support using IDF_PATH as the env var to the IDF source. 7 years ago
Alex King 78302f7bb2 esp32/modesp: Add osdebug() function to disable or change IDF logging. 8 years ago
Damien George 9acd590675 esp32/mpconfigport.h: Enable websocket module. 7 years ago
Eric Poulsen 29dd6a7678 esp32: Implement wired Ethernet via network.LAN(). 7 years ago
Damien George 1c52d3e8c6 esp32/mpconfigport.h: Enable ussl finaliser. 7 years ago
Eric Poulsen b0853b5a39 esp32/modnetwork.c: Fix for setting DNS with network.WLAN.ifconfig(). 7 years ago
Damien George 934abc9b9d esp32/modules: Symlink in ntptime.py from esp8266/modules. 7 years ago
Damien George 48613b6011 esp32: Update to latest ESP IDF. 7 years ago
Damien George a5808e2fca esp32/machine_pwm: Always set the channel in the PWM object. 7 years ago