micropython/ports
robert-hh a415752173 samd/machine_bitstream: Add the machine.bitstream() function.
The SAMD21 implementation is an adaption of @jimmo's code for STM32Lxx.
The only changes are the addresses and names of the port registers and the
timing parameters.

SAMD21: The precision is about +/-25ns at 48MHz clock frequency.  The first
two cycles are about 40-60 ns longer than set.  But still good enough to
drive a neopixel device.

SAMD51: The precision is about +/-30ns at 120MHz clock frequency.  Good
enough to drive a neopixel device.
2022-10-06 23:00:00 +11:00
..
bare-arm bare-arm/mpconfigport.h: Disable remaining optional features. 2021-11-01 14:23:06 +11:00
cc3200 py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
esp32 esp32/machine_hw_spi: Use auto DMA channel on S2, S3, C3 chips. 2022-10-04 17:43:48 +11:00
esp8266 top: Replace upip with mip everywhere. 2022-09-30 17:34:03 +10:00
mimxrt py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
minimal tests/frozen: Move frozentest.mpy from ports/ to tests/. 2022-09-19 23:51:10 +10:00
nrf py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
pic16bit py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
powerpc tests/frozen: Move frozentest.mpy from ports/ to tests/. 2022-09-19 23:51:10 +10:00
qemu-arm py/objstr: Add hex/fromhex to bytes/memoryview/bytearray. 2022-08-12 12:44:30 +10:00
renesas-ra py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
rp2 top: Replace upip with mip everywhere. 2022-09-30 17:34:03 +10:00
samd samd/machine_bitstream: Add the machine.bitstream() function. 2022-10-06 23:00:00 +11:00
stm32 stm32/boards/NUCLEO_L152RE: Add NUCLEO-L152RE board support. 2022-09-25 23:56:41 +10:00
teensy py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
unix top: Replace upip with mip everywhere. 2022-09-30 17:34:03 +10:00
webassembly javascript: Rename this port to 'webassembly'. 2022-08-22 12:03:39 +01:00
windows all: Update all manifest.py files to use new features. 2022-09-05 18:43:18 +10:00
zephyr py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00