platform-atmelavr
platform-atmelavr copied to clipboard
Atmel AVR: development platform for PlatformIO
I became aware of this great board some time ago. Now I also found this extension for the Arduino IDE. https://github.com/thomasonw/ATmegaxxM1-C1 Can you add this board? thanks
I try to connect the dragino gateway [LG01-P](https://www.dragino.com/downloads/downloads/UserManual/LG01_LoRa_Gateway_User_Manual_v1.8.pdf) that have an arduino yun microcontroller but in the link above in the page 13, shows that its necesary to add a...
My program was too large to upload. Running `avr-strip` on `firmware.elf` followed by the standard `avr-objcopy`, reduced the program size by 50% and I could then upload. Should `avr-strip` be...
Heya, i'm trying to create a pull request to add support for the [Freetronics Leostick](https://www.freetronics.com.au/collections/arduino/products/leostick) I've got the boards file into [my fork of the atmelavr repo](https://github.com/lordmortis/platform-atmelavr/commit/c1fbb5455792fbb761d89badb8d9ef5c457d067a) and this seems...
- [X ] **Development Platform or Board**. ### Description of problem The Elektor AVR Playground board and the associated libraries are not available. ### Additional info https://raw.githubusercontent.com/ElektorLabs/arduino/master/package_elektor_boards_index.json
When I pick digispark-usb as the board, PlatformIO installs micronucleus tool version 1.2 (mac binaries) whereas the current version is >2. I wonder if there is a way to modify...
# Configuration **Operating system**: Windows 10 x64 LTSB 2016 **PlatformIO Version** (`platformio --version`): 4.3.1 ### Description of problem The order of actions is incorrect in "Upload using programmer and set...
### Configuration **Windows 10, also OS X 10.14**: **PlatformIO Version** (`platformio --version`): PlatformIO, version 4.1.0b3 ### Description of problem "Upload & Monitor" and "Test" will open the wrong serial port...
ts seems there are a few bugs when programming ATTiny's using Platformio and the standard atmelavr packages. (Example: warning: "BIN" redefined #define BIN 2) I know its just a warning...
As a follow on to https://github.com/platformio/platform-atmelavr/issues/173, a feature request: Can `upload_port` take `usb` as an option, so that instead of setting `upload_flags = -Pusb` to set the port, `upload_flags =...