222 Commits (a3c721772eea87744d49ee65b9dd157f28bbcb76)

Author SHA1 Message Date
Damien George a3c721772e stm32/boards: Add stm32h743_af.csv file describing H7 GPIO alt funcs. 7 years ago
Damien George 0b88a9f02e unix/coverage: Allow coverage tests to pass with debugging disabled. 7 years ago
sec2 250b24fe36 stm32/boards/NUCLEO_F767ZI: Update pins list to include 3 extra pins. 7 years ago
sec2 bda3620616 stm32/boards/stm32f767_af.csv: Add ADC column to pin capability list. 7 years ago
Damien George 024edafea0 stm32/i2c: On F4 MCUs report the actual I2C SCL frequency. 7 years ago
Lee Seong Per 478ce8f7e3 esp32/modnetwork: Implement status('stations') to list STAs in AP mode. 7 years ago
Damien George d4470af239 esp32: Revert "esp32/machine_touchpad: Swap pins 32 and 33." 7 years ago
Olivier Ortigues b691aa0aae esp8266/esppwm: Always start timer to avoid glitch from full to nonfull. 7 years ago
Damien George adda38cf76 stm32/qspi: Add hardware QSPI driver, with memory-map capability. 7 years ago
Damien George 8bd0a51ca9 stm32/spibdev: Convert to use multiple block read/write interface. 7 years ago
Damien George 861080aa3d stm32/storage: Add option for bdev to supply readblock/writeblocks. 7 years ago
Damien George 0210383da5 stm32/spibdev: Add option to configure SPI block dev to use QSPI flash. 7 years ago
Damien George a0dfc38641 stm32/spibdev: Update to work with new spiflash driver. 7 years ago
Damien George c607b58efe tests: Move heap-realloc-while-locked test from C to Python. 7 years ago
Damien George c3f1b22338 tests/unix: Add coverage tests for various GC calls. 7 years ago
Damien George d3cac18d49 tests/unix: Add coverage test for VM executing invalid bytecode. 7 years ago
Damien George c5fe610ba1 esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface. 7 years ago
Damien George 01dcd5bb71 esp8266/uart: Allow to compile with event-driven REPL. 7 years ago
Damien George 62be14d77c tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl. 7 years ago
Damien George 989fc16162 stm32: Move MCU-specific cfg from mphalport.h to mpconfigboard_common.h. 7 years ago
Damien George ea05b400df stm32/flash: Use FLASH_TYPEPROGRAM_WORD to support newer HALs. 7 years ago
Damien George e6220618ce stm32: Use "GEN" for describing files generated in the build. 7 years ago
Damien George 60b0982bb2 stm32: Add board config option to enable/disable the ADC. 7 years ago
Damien George a36c700d9b minimal/Makefile: Explicitly include lib/utils/printf.c in build. 7 years ago
Damien George 9df6451ec5 ports/{bare-arm,minimal}/Makefile: Only build with core source files. 7 years ago
Damien George 82828340a0 ports: Enable ucollections.deque on relevant ports. 7 years ago
Damien George cced43feb8 esp32/modsocket: Allow getaddrinfo() to take up to 6 args. 7 years ago
Damien George e600810f39 esp32/main: Allocate the uPy heap via malloc instead of on the bss. 7 years ago
Damien George c49a73ab0e esp32: Update to the latest ESP IDF. 7 years ago
Damien George 27fa9881a9 esp32/modnetwork: Implement dhcp_hostname for WLAN.config(). 7 years ago
Damien George 5a82ba8e07 esp32/machine_touchpad: Swap pins 32 and 33. 7 years ago
Damien George 60c6b880fa esp32/machine_rtc: Move export declaration from .c to common .h file. 7 years ago
Eric Poulsen abec47a1cd esp32/modesp32: Add new module "esp32" to support extra wake features. 7 years ago
Eric Poulsen 44033a1d27 esp32/machine_rtc: Add RTC class to machine module with sleep impl. 7 years ago
Damien George d966a33486 stm32: Change header include guards from STMHAL to STM32 to match dir. 7 years ago
Olivier Ortigues 359d2bdf84 esp8266/README.md: Update build instruction to reflect new ports dir. 7 years ago
Olivier Ortigues 5c83d05b49 esp8266/esppwm: Clip negative duty numbers to 0. 7 years ago
Damien George ab7819c314 unix/mpconfigport_coverage: Enable range (in)equality comparison. 7 years ago
Damien George 24c513cbc3 unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C. 7 years ago
Damien George e6235fe647 teensy: Update GPIO speed consts to align with changes in stm32 port. 7 years ago
Damien George fa13e0d35b stm32: Factor out flash and SPI block-device code to separate files. 7 years ago
Damien George 34911f1a57 stm32/boards: Update all boards to work with new USB configuration. 7 years ago
Damien George 5c320bd0b0 stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config. 7 years ago
Damien George 8aad22fdca stm32/timer: Support MCUs that don't have TIM4 and/or TIM5. 7 years ago
Damien George 6e91ab5806 stm32/spi: Further updates to use newer versions of HAL names. 7 years ago
Damien George 3eb0694b97 stm32: Update HAL macro and constant names to use newer versions. 7 years ago
Damien George 8e1cb58a23 stm32/usbdev: Fix USBD setup request handler to use correct recipient. 7 years ago
Damien George 02f88cb2df stm32/boards: Remove all config options that are set to defaults. 7 years ago
Damien George 2d5bab46be stm32: Add mpconfigboard_common.h with common/default board settings. 7 years ago
Damien George 0b12cc8feb .travis.yml,ports/unix/Makefile: Add coverage test for script via stdin. 7 years ago