-
Not entirely sure how I want to approach this.
One potential idea is using the preexisting tags to have something like this:
```
/tags/dip #=> ICs in DIP packages.
/tags/avr #=> AVR ICs.
/t…
-
Micronucleus is a bootloader designed for AVR ATtiny microcontrollers with a minimal usb interface, cross platform libusb-based program upload tool, and a strong emphasis on bootloader compactness.
…
-
This repository knows about every single AVR device in existence (assuming that Atmel provides pack files for all chips).
Because of this, we can use it to generate target specification files for a…
-
In #14393 that adds support for AVR microcontrollers, the target CPU model must be specified (it impacts a lot of thing, from codegen to the linker) and I expose it as a compile time flag, so we can d…
-
I've noticed a couple people trying to use ATtiny10s recently. They have as much flash as an ATtiny13, so it's ... not impossible.
There is at least on "core", but it turns out that the Arduino comp…
-
# Building an Arduino Pro / Arduino UNO (with TechDuino) - Incredible DIY
I wanted to build a 3.3V microcontroller development system for a long time. This is because most newer sensors and other de…
-
*Created by: elosha*
These are newer AVR microcontrollers with integrated USB. Well, not so new, as Arduino Leonardo uses an ATmega32U4.
Series includes at least:
- ATmega8U2 – id 0x1E9389
- ATm…
-
yrik updated
5 months ago
-
A project to support microcontroller could provide:
- nim.cfg and panicoverride.nim files for various microcontrollers and SBCs: AVR (e.g. ATmega), ARM (e.g. STM32), etc
- macros and templates to ac…
-
How much of trouble is to support SCPI commands list in PROGMEM on AVR? Usually, there is not much SRAM on these microcontrollers (in my case 8K) and my SCPI commands list is taking a lots of it and s…