14594 Commits (5d4bfce034ace816d67081d6286185d2e35b7125)
 

Author SHA1 Message Date
Damien George 2ec101e609 lib/micropython-lib: Update submodule to latest. 2 years ago
iabdalkader 6bb60745be rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Add more external pins. 2 years ago
iabdalkader 46c432eaa6 drivers/ninaw10: Add missing external pins 34 and 39. 2 years ago
iabdalkader e764bf0138 stm32/cyw43_configport: Add cyw43_sdio_enable_high_speed_4bit function. 2 years ago
iabdalkader 64556ca049 drivers/cyw43: Include CYW43 config file. 2 years ago
iabdalkader ad863fefc0 lib/cyw43-driver: Update driver to latest version v0.9.0. 2 years ago
iabdalkader 40a49f5a7a stm32/boards/ARDUINO_GIGA: Add support for Arduino Giga H7 board. 2 years ago
iabdalkader b6904cba76 stm32/boards/ARDUINO_NICLA_VISION: Add support for Arduino Nicla Vision. 2 years ago
iabdalkader 449be91e1a stm32/Makefile: Include HAL HSEM driver on H747 MCUs. 2 years ago
iabdalkader cc645b65a9 nrf/boards/arduino_nano_33_ble_sense: Add support for REV-2 chipset. 2 years ago
iabdalkader fd202fe757 rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Include "time" in manifest. 2 years ago
iabdalkader d18de7ec81 stm32/boards/ARDUINO_PORTENTA_H7: Update board config files. 2 years ago
iabdalkader fb94ae48e9 samd/pendsv: Add MICROPY_BOARD_PENDSV_ENTRIES for board customisation. 2 years ago
iabdalkader ddf39793f3 rp2/pendsv: Add MICROPY_BOARD_PENDSV_ENTRIES for board customisation. 2 years ago
iabdalkader 9171cb91b1 mimxrt/pendsv: Add MICROPY_BOARD_PENDSV_ENTRIES for board customisation. 2 years ago
iabdalkader 4d3897f80e mimxrt: Enable ROM text compression. 2 years ago
Damien George 3257243998 mpy-cross/main: Fix return type of mp_import_stat. 2 years ago
iabdalkader 7a817a3481 drivers/ninaw10: Fix machine_pin GPIO read. 2 years ago
David Grayson 2bcd88d556 py/makeversionhdr.py: Optionally get git tag and git hash from env vars. 2 years ago
Brian Pugh 0098096682 CODECONVENTIONS: Fix brew uncrustify installation instructions. 2 years ago
iabdalkader 0f92954eee stm32/cyw43_configport: Allow boards to override default resource files. 2 years ago
iabdalkader e98d7ec804 stm32/boards/PYBD_SF2: Set CYW43 Bluetooth fimrware download baudrate. 2 years ago
iabdalkader fb65ef48b4 drivers/cyw43: Use a different baudrate for BT firmware download. 2 years ago
iabdalkader 4937174b43 stm32/cyw43_configport: Fix build for boards without an RF switch. 2 years ago
Damien George 36ae5d3e87 extmod/network_cyw43: Use CYW43_CHANNEL_NONE for default arg in connect. 2 years ago
Jim Mussared 7d40317a4a stm32: Add a default implementation of pyb.country. 2 years ago
Jim Mussared 8b277d3c34 docs/library/network: Update docs for network.country, network.hostname. 2 years ago
Damien George 593375aa5d stm32/boards: Update linker scripts now that big_const is gone. 2 years ago
Jim Mussared bad0098a49 stm32: Update to use the open-source lib version of cyw43-driver. 2 years ago
Jim Mussared 6207b605ce esp8266: Use extmod/modnetwork.c instead of port-specific version. 2 years ago
Jim Mussared eb51ca4a11 esp32: Use extmod/modnetwork.c instead of port-specific version. 2 years ago
Jim Mussared f78464c12b extmod/modnetwork: Allow more extensive port-specific customisation. 2 years ago
Jim Mussared a377302623 extmod/modnetwork: Add network.hostname() and network.country(). 2 years ago
dependabot[bot] fc4c47f7bc github/workflows: Bump actions/upload-artifact from 2 to 3. 2 years ago
dependabot[bot] cd4e53a2fe github/workflows: Bump actions/checkout from 2 to 3. 2 years ago
dependabot[bot] ddebda55e7 github/workflows: Bump actions/setup-python from 1 to 4. 2 years ago
Pepijn de Vos 72e9318325 py/emitnative: Explicitly compare comparison ops in binary_op emitter. 2 years ago
Damien George 2e4dda3c20 py/modmath: Fix two-argument math function domain check. 2 years ago
Damien George 5327cd1021 tools/pyboard.py: Use '/' exclusively when dealing with paths. 2 years ago
iabdalkader e9335e4dea drivers/cyw43: Use board-defined BLE UART secondary baudrate. 2 years ago
Jim Mussared 7c6a9856ea github/workflows: Add workflow to build mpremote wheel. 2 years ago
Jim Mussared ce9f7cd00a tools/mpremote: Use hatch to build mpremote package. 2 years ago
Damien George 8d9a7fd228 stm32/Makefile: Clean up nested if-else to chained if-else-if. 2 years ago
Jim Mussared 8e430a7d43 rp2/Makefile: Allow specifying BOARD_DIR on make command line. 2 years ago
Jim Mussared 742037ec38 esp32/Makefile: Allow specifying BOARD_DIR on make command line. 2 years ago
Jim Mussared 69b93527d5 ports: Make BOARD default from BOARD_DIR in Makefile's. 2 years ago
robert-hh b110266897 samd/moduos: Add uos.urandom() using the phase-jitter rng. 2 years ago
robert-hh 4160ec087b samd/mcu: Set the SAMD21 us-counter to 2 MHz for better resolution. 2 years ago
robert-hh 76cf98c35b samd/mcu: Implement a hardware seed for the SAMD21 random module. 2 years ago
robert-hh 7e0b1bc95d samd/mcu: Use the FDPLL96M clock for the SAMD21 CPU. 2 years ago