-
It looks that there is problem with printf function used in printDetails(), when library is used with Adafruit Feather M0 board (same processor like on Zero boards, identified as SAMD_ZERO Cortex M…
-
@ejtagle - got another one where I need your help.
If I have the host interface on the native port (SERIAL_PORT -1) I have these two situations:
1) On power up or reset the boot screen doesn't com…
-
Can you support the AVR128DA48 Curiosity Nano? The upload should work like the ATMEGA4809 Curiosity Nano, it is the same chip for UPDI Debug. Atmel nEDBG, see MegaCoreX.
-
I noticed that the crypto primitives seem to be implemented in software, e.g. here:
https://github.com/maxieds/ChameleonMiniDESFireStack/blob/06b4b5ecd0f87d5eb0d578a0edae68ed7c6bd6ec/Firmware/Chame…
-
The [3DES encryption](https://github.com/maxieds/ChameleonMiniDESFireStack/tree/master/Firmware/Chameleon-Mini/Application/DESFire/ExternalCryptoLib/AVRCryptoLib/des) scheme implemented in the current…
-
My code compiles fine but when I get to the downloading part of a new install I get the following error. At the bottom of the error list it says the board is not connected but when I get the board in…
ghost updated
3 years ago
-
This issue lists the status of all tests for the [Release Candidate 1 of the 2022.01](https://github.com/RIOT-OS/RIOT/releases/tag/2022.01-RC1) release.
Specs tested:
- [ ] [01-ci](https://github.…
-
Hello David,
I tested an ILI9341 2.8" TFT shield. It works well with several boards: Uno, Mega and also STM32F429ZI Nucleo (you can suppress the warning about delay).
![STM32F429ZI-20190403-101744]…
-
As pointed out in the link below, the sbi and cbi macros rarely compile down to a single instruction. If you replace them with "regular" bit shifts, code will be faster and occupy less space.
https…
-
I am coding in Atmel Studio 7 with DxCore board AVR128DA28 using the VMicro extension so I can debug with Visual Studio native tools. The top-level module is an .ino module so it is a sketch. However…