-
Assuming the order is well defined for evaluation of list elements something odd is going on here as `monotonic_ns()` is briefly jumping backwards:
```
Adafruit CircuitPython 5.3.1 on 2020-07-13; …
-
The attached file illustrates an interesting memory issue that's significantly different between Feather STM32F405 (192k RAM) and Adafruit SAMD51 M4 devices with 192k RAM. The code is simple, and main…
-
I first noticed this issue with a [larger project](https://github.com/FoamyGuy/NeoTrellis-M4-CircuitPython-Music-Fun) when I upgraded a NeoTrellis M4 from 4.1.2 to cp 5 beta-5. With that project I fou…
-
Hi,
Could the SparkFun SAMD51 Thing Plus be added to the list of supported boards?
https://www.sparkfun.com/products/14713
I could attempt a PR but I wouldn't really know what I'm doing. It mig…
-
That's may not be a bug because I saw it in AGCM4 that is not currently supported.
M43 uses `analogRead` to read analog value when an analog pin is scanned. This function, in SAMD51, will disable ADC…
-
Over in CircuitPython we are adding support for the SAM E54. Based on initial testing works properly with CFG_TUSB_MCU=OPT_MCU_SAMD51. If no special support is required, perhaps the configuration va…
-
Can ArduPy run in a https://wiki.seeedstudio.com/Grove_Beginner_Kit_for_Arduino/#seeeduino-lotus-v11 ?
If yes, what are the steps?
If not yet - what needs do be done?
If impossible - what ar…
-
### Description
OpenOCD fails to launch with an Atmel ICE probe and custom board equipped with a SAMD51G18.
Flash, erase and debug session can be launched when using MPLABX or ATMEL STUDIO with th…
-
Hi,
sorry for using this way to start a communication with you, but you have contributet to the Maril 2 SAMD51 implementation.
I have developed my own SAMD51 Board which use the SAMD51J19 MCU.
I ha…
-
Why in platformio is there a bond with version? I checked latest downloaded by pio and the only remarkable difference is a "analogwrite" funciton. Removed forced version it compiles fine...
Same fo…