14823 Commits (2eba98f1e0d292de0f7e48ce228221ef50c01967)
 

Author SHA1 Message Date
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
robert-hh 60ab556385 samd/mcu: Rework the comments in clock_config.c. 2 years ago
robert-hh c3afafd1ec samd/boards: Clean up comments and some pins in pins.csv files. 2 years ago
Damien George 95082693c3 extmod/modbtree: Move system includes within MICROPY_PY_BTREE guard. 2 years ago
Damien George e0d1127246 tools/ci.sh: Add unix, stm32 and rp2 ports to code size check. 2 years ago
manobendro 294098d28e minimal: Increase heap size for Linux builds. 2 years ago
robert-hh 4598b89ce9 samd: Add Pin.board and Pin.cpu classes to Pin. 2 years ago
robert-hh 7198c25175 mimxrt/Makefile: Move the FROZEN_MANIFEST setting after board config. 2 years ago
Damien George b257c0152b rp2/cyw43_configport: Specify the chipset firmware include file. 2 years ago
Damien George 198579ad6a lib/pico-sdk: Update to version 1.5.0. 2 years ago
Damien George fa8b2cb26d lib/cyw43-driver: Update driver to latest version. 2 years ago
Damien George c6140ad0d4 rp2/mpconfigport: Enable os.dupterm and hashlib.sha1 on all boards. 2 years ago
Damien George 4bd4b6a47e tools/ci.sh: Install pkg-config for macos builds. 2 years ago
Damien George c7391a2d80 github/workflows: Add "shared/**" to list of paths that trigger CI. 2 years ago
Jim Mussared b1cdb205ec shared/runtime/softtimer: Fix ticks range when computing ticks diff. 2 years ago
robert-hh de1f1dd164 shared/runtime/softtimer: Use consistently the same clock source. 2 years ago
iabdalkader 68d049ea5e nrf/Makefile: Add support for BOSSAC flasher. 2 years ago
Jim Mussared 4eb72b34df stm32/boards/ARDUINO_PORTENTA_H7: Use default aioble. 2 years ago
Jim Mussared 5812611ab2 rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Use default aioble. 2 years ago
iabdalkader e140c7d26a stm32/boards/ARDUINO_PORTENTA_H7: Fix macro value check for QSPI. 2 years ago
Andrew Leech 75e7e7d034 stm32/boards/STM32F769DISC: Fix building with USE_QSPI_XIP=1. 2 years ago
Damien George 177ae2f346 tests/float: Make output of math function tests more readable. 2 years ago