14192 Commits (a6760bd4efa883ef463795036ff74d678ff65c7b)
 

Author SHA1 Message Date
robert-hh a6760bd4ef samd/modmachine: Replace the LED class by the Signal class. 2 years ago
robert-hh 4d38ab652e samd: Make ADC, DAC, PWM, SPI objects consistent in how they print out. 2 years ago
robert-hh e5cf3fab95 samd/machine_pin: Change the pin handling and naming/numbering. 2 years ago
robert-hh e7aa9700ca samd/boards/SEEED_WIO_TERMINAL: Declare more pins for SEEED WIO board. 2 years ago
robert-hh e33db80a59 samd/clock_config: Extend the SAMD51 us-counter to 60 bit. 2 years ago
robert-hh fc9d66fac6 samd/machine_rtc: Add the machine.RTC class. 2 years ago
robert-hh be31fde012 samd/mcu: Make some settings in mpconfigmcu.h conditional. 2 years ago
robert-hh 2251cb774b samd/machine_uart: Implement uart.txdone() and uart.flush(). 2 years ago
robert-hh ddd41b8bbf samd/clock_config: Document the #defines use in init_clocks(). 2 years ago
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