14283 Commits (043dc4dd0cc4679fca96a2d36f1bf7cf1656606f)
 

Author SHA1 Message Date
robert-hh f0399d35e4 samd/modmachine: Get the bootloader magic address from the lib. 2 years ago
robert-hh 03075a6839 samd/modmachine: Implement machine.lightsleep(). 2 years ago
robert-hh 4c9e4c3310 samd/mcu/samd51: Enable FAT support for SAMD51. 2 years ago
robert-hh fe31fca462 samd/mcu/samd51: Enable onewire support for SAMD51. 2 years ago
robert-hh a7113e95d7 samd/modmachine: Add machine.dht_readinto and enable on SAMD51. 2 years ago
robert-hh 0d3f0d7470 samd/boards/SPARKFUN_SAMD51_THING_PLUS: Add board files for Thing Plus. 2 years ago
robert-hh 64e3c351de samd/modmachine: Add machine.reset_cause(). 2 years ago
robert-hh 1c32cec7f1 samd/clock_config: Support changing machine.freq() for SAMD21. 2 years ago
robert-hh edc3f3d0d3 samd/clock_config: Extend the range of machine.freq(). 2 years ago
Jim Mussared 1ba0e8ff96 py/persistentcode: Only emit sub-version if generated code has native. 2 years ago
Jim Mussared 5ee1cb2771 stm32/boards/ARDUINO_PORTENTA_H7: Revert to single-precision float. 2 years ago
Jim Mussared b161abc574 py/obj: Verify floating point type is correct for repr C. 2 years ago
Damien George 68f166dae9 extmod/mbedtls: Remove brainpool curves from config. 2 years ago
Damien George e24159dec9 extmod/mbedtls: Remove MBEDTLS_ECP_DP_CURVE25519_ENABLED config. 2 years ago
Damien George 8874a09119 extmod/mbedtls: Enable elliptic curve DH and DSA cryptography. 2 years ago
Damien George 9347545f9e extmod/mbedtls: Enable MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE. 2 years ago
Damien George b337678964 extmod/mbedtls: Add common configuration file, and use it in all ports. 2 years ago
Damien George 67f98ba10c extmod/btstack: Update BTstack bindings to work with latest BTstack. 2 years ago
Damien George 4f946ba963 lib/btstack: Update to v1.5.3. 2 years ago
iabdalkader 93f3910fe7 nrf: Rename machine I2C, PWM, SPI, UART types consistently across ports. 2 years ago
iabdalkader 5e90ec2331 zephyr: Rename machine I2C and SPI types consistently across ports. 2 years ago
iabdalkader bfa6f34404 renesas-ra: Rename machine SPI type consistently across ports. 2 years ago
iabdalkader e275a58ac1 samd: Rename machine I2C type consistently across ports. 2 years ago
iabdalkader 22ad45fda6 rp2: Rename machine I2C type consistently across ports. 2 years ago
iabdalkader 427670c210 esp32: Rename machine I2C and SPI types consistently across ports. 2 years ago
iabdalkader af4ba6d1b4 stm32: Rename machine I2C and SPI types consistently across ports. 2 years ago
Damien George 965a87b53c tests/extmod: Add test for sleep_ms value that overflows ticks. 2 years ago
Damien George 815920c87f extmod/utime_mphal: Make ticks_add check for overflow of delta. 2 years ago
Damien George 89b3207376 unix/modffi: Move header includes inside MICROPY_PY_FFI guard. 2 years ago
David Lechner ab317a0d66 py/misc: Remove use of bitfield from vstr_t. 2 years ago
robert-hh 92d9118038 rp2/fatfs_port: Fix the modification date of files. 2 years ago
Jim Mussared b25087fc6f samd/Makefile: Split up SRC_C variables. 2 years ago
Jim Mussared a2aceb5007 nrf/Makefile: Split up SRC_C variables. 2 years ago
Jim Mussared 43bcfb148b mimxrt/Makefile: Split up SRC_C variables. 2 years ago
Jim Mussared d6d8722558 extmod: Make extmod.mk self-contained. 2 years ago
Jim Mussared 87011f6353 extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES. 2 years ago
Jim Mussared 065af04a4e unix/Makefile: Don't use _MOD variable names. 2 years ago
Jim Mussared 3cc6decfc4 py/py.mk: Make user-C-module handling self-contained in py.mk. 2 years ago
Jim Mussared 67d05ed02b ports: Make generated pin.c handling more consistent across ports. 2 years ago
Jim Mussared 17f2783e4a all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS. 2 years ago
Jim Mussared 8e912a501a unix: Enable sys.executable. 2 years ago
Jim Mussared 0e8dfaf538 py/modsys: Add support for sys.executable. 2 years ago
Jim Mussared c44b3927b8 py/objstr: Add a helper to set mp_obj_str_t data. 2 years ago
Jim Mussared 4fc543c829 CODECONVENTIONS.md: Update pre-commit instructions. 2 years ago
Jim Mussared b8982ec5f9 tools/verifygitlog.py: Add additional help for subject line issues. 2 years ago
Jim Mussared f6d06b3ce0 tools/verifygitlog.py: Ignore comment lines in commit messages. 2 years ago
robert-hh 366c801b35 samd/machine_pin: Change the printing of Pin and LED objects. 2 years ago
robert-hh 972212907d samd/mcu: Use lf2s for SAMD51 and lfs1 for SAMD21. 2 years ago
robert-hh 4cf527eb05 samd/main: Initialize readline on start up. 2 years ago
robert-hh 65f99e371d samd/boards: Use the same linker file for all SAMD51x19 variants. 2 years ago