-
currently the HardwareSerial.cpp file supports the following baud rates only:
2400, 4800, 9600, 14400, 19200, 28800, 31250, 38400, 57600, 76800, 115200, 230400, 460800, 921600
With the exception…
-
Hi @kcs ,
I have did a clone of your master branch and it seems like it is unable to compile properly.
I am new to RTOS and working on Xmega devices so your work is like my starting point.
THanks…
syddo updated
7 years ago
-
'wiring' protocol often misses the startup sequence whenever serial I/O has been taking place on the associated xmega device. As an example, if an xmega outputs a text message during 'setup()' on the…
-
It would be great to have support for AVR XMEGA, too. There already is a project to make Arduino support at [https://github.com/Xmegaduino/Xmegaduino], so maybe PlatformIO support is not that difficul…
-
![default](https://cloud.githubusercontent.com/assets/28725130/26098533/a84b30c2-3a5a-11e7-8e6b-d4cfe0e04332.JPG)
I'm trying to use a 3.2 "TFT screen shield with arduino mega 2560,
but I could n…
-
Hello,
I am trying to start using ceedling and I am a bit lost. I followed some example that runs correctly, I can mock some simple header following the tutorial https://dmitryfrank.com/articles/u…
-
I currently working on a project with ESP32 devboard as I2C master and some other board (XMEGA) as I2C slave.
Working with Atom and platformio (arduino-esp32 master) and also same with ArduinoIDE 1…
-
right now i just sit beside a guy who is doing decompiling by hand and he uses IDA to view the disassembly, he always has to look at the data-sheet for the cycle-length. I think we could make him us r…
-
there is USB support in the core. It needs to be working for the 128A1U.
-
This issue follows on from https://github.com/KiCad/kicad-library/issues/1386
Some references:
* https://github.com/KiCad/kicad-library/pull/1081
* https://github.com/KiCad/kicad-library/issues…