-
The Atmel (Microchip) ATSAM line of ARM microprocessors are very nice microcontrollers. The SAMD21 is used on Arduino boards. Adafruit has SAMD21 and SAMD51 based feather boards. Peripherals are conce…
-
This is not really an issue per-se, but I recently re-worked your code and I thought I would share my improvements back. It is a lot of fundamental changes so rather than submit a huge pull request th…
-
Hey I was really thinking about these projects today (not just yours, but also by others out there) and wonder why you choose STM32 platform as the MCU? The reason I ask is because I see that the ESP3…
-
Probably other keyboards as well, but I haven't tested. I'm currently running `nix-shell --pure --run "make"` which will take a very long time to finish...
I'm using Nix on MacOS. I've tested this …
-
Taking a look at the HID report descriptors on the various platforms supported, I noticed differences between them. For example, the 6KRO descriptor for the ATSAM protocol only declares up to keycode …
-
Cause is unclear. Possibly long file names.
Log file removed for the time being, and added datetime, ID, gain dB to filename
-
I tried to load the newest SVD file for the ATSAM C21 and I'm seeing the following error message:
```
mainThreadExtensionService.ts:65 TypeError: Cannot read property '0' of undefined
at Function.…
-
I see the repo says "atsamd", but can't find something similar for the Microchip ATSAME54P20A - the chip I'm targeting.
Will this be fine place to submit any chip/HAL support for this MCU?
-
The following 'rgblight_check_config()' does not seem to affect the contents writte to eeprom.
```c
void eeconfig_update_rgblight(uint32_t val) {
#if defined(__AVR__) || defined(STM32_EEPROM_EN…
-
The atsamd51 includes a general system timer, but the register definitions for this system timer are missing from the generated files in src/device/sam/. The register definitions are present for atsa…