avr-os icon indicating copy to clipboard operation
avr-os copied to clipboard

Multitasking OS for Arduino and AVR platforms

Results 5 avr-os issues
Sort by recently updated
recently updated
newest added

Hi @chrismoos I facing a problem when running sample code on Mega2560, which it's works on Uno. Sample Code: ``` C++ #include "Arduino.h" #include #include "LiquidCrystal/LiquidCrystal_I2C.h" #include extern "C" {...

I'm learning git. Sorry if misslicked.

@chrismoos i have a problem using your code. i run the code in Readme but trap in setup. here is my code: ``` c++ #include #include extern "C" { #include...

I have noticed that you don't save RAMPZ and EIND registers during a context switch. RAMPZ can be important when reading data from flash that is located at high addresses...