-
`.define m8535def.inc`
There's the file for the ATmega8535 but there's no support fot it at listing devices:
```
$ avra --devices | grep ATmega85
ATmega8515 | 8192 | 0x0060 | 512 |…
-
TimerOne is working on 328P AND the 644P but not on 1284P.
I am using the latest TimerOne and Mighty 1284 core.
Tried on IDE 1.0.6 and 1.6.4. with more than one chip.
I noticed a diff in pins between…
-
Once AVR-LLVM supports target features ([see here](https://github.com/dylanmckay/llvm/issues/9)), clang should support them too.
Ideally, without passing any extra arguments, clang would compile code…
-
Thank you for the library. It works with my 151S AVR model.
I have never used php before so it took me a bit to set it up, my streamlined notes on a Ubuntu/Debian are below. My use case was to be a…
-
According the the [`atmega2560` datasheet](https://ww1.microchip.com/downloads/en/devicedoc/atmel-2549-8-bit-avr-microcontroller-atmega640-1280-1281-2560-2561_datasheet.pdf), its `USART` modules can b…
-
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
For people flashing to non-AVR devices,…
-
8-bit devices:
- [x] 6502
- [ ] 68HC05/08/RS08
- [x] 8051
- [x] AVR
- [ ] H8/300L
- [x] PIC (just midrange for now)
- [ ] ST6
- [x] STM8
16-bit devices:
- [x] MSP430
- [ ] PIC24 (dsPI…
-
Matthiass-MBP:scripts matthias$ sudo ./arduinowifishield_upgrade_mac.sh -a /wifishield-master/firmware -f all
```
Arduino WiFi Shield upgrade
```
#
Disclaimer: to access to the USB devices corre…
-
OSFS is a great little file system for embedded devices. I've just tried using it on an Arduino UNO R4 and I'm getting the following compiler warning from the Arduino IDE:
"WARNING: library OSFS cl…
-
I've seen that for AVR hardware SPI the driver doesn't call SPI.beginTransaction, therefore in case you are working with multiple SPI devices, transaction settings could be overriden by another device…