Skip to content

Releases: NeroReflex/FreeRTOS_AVR_Core

Timing problems

26 Jun 14:45
Compare
Choose a tag to compare
Timing problems Pre-release
Pre-release

Another attempt to solve timing problems

Timer0 Fix

26 Jun 13:45
Compare
Choose a tag to compare

Time Release

This relaease should fix timing problems.

Timer0 Issue

The timer0 issue is fixed: The ISR was not registered due to a wrong macro name!

I feel really bad about that macro....

26 Jun 12:19
Compare
Choose a tag to compare
Pre-release

pdMS_TO_TICKS Changed

I feel lucky and so I changed that macro.

Now It may turn out that I had it right OR I am an idiot.....

Testing the use of Timer3

26 Jun 11:55
Compare
Choose a tag to compare
Pre-release

Using default pdMS_TO_TICKS and switched back to Timer3 by default as Timer1 is probably used for something else!

Better timing macro

26 Jun 11:13
Compare
Choose a tag to compare

Fixed problems with timing macro

Solving problems before switching to FreeRTOS v10

26 Jun 10:56
Compare
Choose a tag to compare

This should solve timing problems...

Timer3 Release

25 Jun 20:25
Compare
Choose a tag to compare

This version will default to Timer3 on arduino mega (the only one tested by me).

Hopefully time to ticks problems are solved now!

Bugfixes

25 Jun 19:30
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release

Fixed a missing declaration preventing compilation

More interrupt source

25 Jun 19:09
Compare
Choose a tag to compare
More interrupt source Pre-release
Pre-release

I have to keep watchdog timer free for my application, and therefore the interrupt source had to be changed to internal atmega timers.

You can select the used interrupt source if needed!

Stable Release

21 Jun 15:13
Compare
Choose a tag to compare
1.0.0

My bad!