2469 Commits (5f8eef4521866a072e27914d597c48e44a2c16e4)

Author SHA1 Message Date
Jos Verlinde 5f8eef4521 windows/README.md: Fix broken mingw link. 3 years ago
ubi de feo ea5744fd8d esp32/boards: Provide custom deploy_c3.md for ESP32-C3 boards. 3 years ago
Damien George bb9d688454 esp32/main: Use heap_caps_get_info on IDF <4.1 to compute total heap. 3 years ago
marcidy ac39960aa1 esp32/modnetwork: Fix test for WIFI_AUTH_MAX for IDF v4.3.0. 3 years ago
Sean Coates 6a10d3ed99 esp32/README.md: Fix URL for esp-idf installation. 3 years ago
Damien George 23b1a4e0b6 esp32/main: Allocate at most 1/2 of available IDF heap for MP heap. 3 years ago
Damien George 648656dbbd esp32/esp32_rmt: Call rmt_driver_install directly if running on core 1. 3 years ago
jason 357078504d esp32: Pin MicroPython to core 1 again. 4 years ago
Jonathan Hogg 63438a31bb esp32/machine_adcblock: Add new machine.ADCBlock class and update ADC. 3 years ago
Damien George a707fe50b0 rp2/machine_i2c: Use soft I2C only for len=0, and increase timeout. 3 years ago
iabdalkader bef26d4e3f rp2/machine_uart: Add machine.UART init/deinit methods. 3 years ago
iabdalkader 5db278f1dd rp2/mphalport: Add optional dupterm support. 3 years ago
iabdalkader f44fb76055 rp2/mpconfigport.h: Use internal error numbers. 3 years ago
Damien George 7b0a42374e rp2/machine_i2c: Provide more specific error codes from I2C transfer. 3 years ago
Damien George 608d421752 stm32/mboot: Remove custom HAL_RCC_GetHCLKFreq and use HAL provided one. 3 years ago
Damien George 5e506567a3 stm32/mbedtls: Enable MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE. 3 years ago
stijn cf258c898e windows/msvc: Run qstr preprocessing phase in parallel. 3 years ago
Damien George a3bbd5332b esp32/machine_bitstream: Reinstate bitstream bit-bang implementation. 3 years ago
Damien George e754c2e84f esp32/esp32_rmt: Install RMT driver on core 1. 3 years ago
Damien George a49b51b7db zephyr/modbluetooth_zephyr: Provide dummy connect_cancel function. 3 years ago
stijn b47b245c2e windows/appveyor: Build mpy-cross only once for mingw-w64. 3 years ago
Damien George ff0227fa0d esp32/boards/GENERIC_D2WD: Build with -Os optimisation. 3 years ago
Damien George 1892d03740 mimxrt,stm32: Enable MICROPY_PY_USSL_FINALISER. 3 years ago
Damien George df3f59ca4b ports: Update board.json files to link to new board images. 3 years ago
Damien George b96318ab61 esp32: Enable platform module with IDF version. 3 years ago
Damien George 000b001fc1 rp2/boards/GARATRONIC_PYBSTICK26_RP2040: Use correct pico-sdk board cfg. 3 years ago
Damien George 4693cf9081 rp2/CMakeLists.txt: Allow a board to override PICO_BOARD. 3 years ago
Maureen Helm c6d26bc524 zephyr: Upgrade to Zephyr v2.7.0. 3 years ago
Maureen Helm 0cf03bd3b1 zephyr: Use CONFIG_USB_DEVICE_STACK for conditional USB device support. 3 years ago
Maureen Helm 1e5df0982a zephyr: Get UART console device from devicetree instead of Kconfig. 3 years ago
Maureen Helm 080a9e906d zephyr: Update include path to reboot.h. 3 years ago
Maureen Helm ddbbfbed75 zephyr: Increase minimum CMake version to 3.20.0. 3 years ago
iabdalkader 908e4cf5c3 rp2: Add support for DHT11 and DHT22 sensors. 3 years ago
robert-hh 01d9b7adde rp2/machine_pwm: Keep duty value when changing the frequency. 3 years ago
robert-hh 9e56e630ca rp2/machine_pwm: Fix PWM frequency setting. 3 years ago
iabdalkader f4487a0049 rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Set default I2C pins. 3 years ago
Simon Baatz 79ae7098ca esp32/machine_bitstream: Fix signal duplication on output pins. 3 years ago
MikeTeachman 49d8ae3ecc esp32/machine_i2s: Add support for ESP-IDF 4.4. 3 years ago
Chris Boudacoff 802ef271b8 mimxrt/hal: Allow readSampleClkSrc to be configured by a board. 3 years ago
stijn 3f16719888 windows/appveyor: Build both standard and dev variants. 3 years ago
stijn 7955734aca windows: Run tests via Makefile. 3 years ago
Andrew Leech 05ed19e73e windows: Add support for build variants to windows port. 3 years ago
Damien George a29c70c9b4 esp8266: Allow building a board to any dest directory. 3 years ago
iabdalkader 8af9dbbde1 stm32/network_wiznet5k: Fix build error with wiznet5k and lwip enabled. 3 years ago
Damien George aac5a97d08 ports: Move '.frozen' to second entry in sys.path. 3 years ago
Jim Mussared 599b61c086 esp32/machine_bitstream: Replace bit-bang code with RMT-based driver. 3 years ago
IhorNehrutsa 09fe80d091 esp32/machine_pwm: Keep duty constant when changing frequency. 3 years ago
IhorNehrutsa 4189c64869 esp32/modnetwork: Synchronize WiFi AUTH_xxx constants with IDF values. 3 years ago
Damien George 05bea70979 esp8266/etshal.h: Remove unneeded function declarations. 3 years ago
Matt Trentini f2b5c99fde stm32/boards/OLIMEX_H407: Fix typo in OLIMEX H407 board.json. 3 years ago