Commit Graph

13 Commits

Author SHA1 Message Date
jeltz 545e31c6f9
Change the run_timers execution frequency
We now use the GCD of all the async timers.
2021-01-18 03:47:58 +01:00
jeltz a6f60bbf4e
Fix the timer ISR name 2020-12-30 06:28:41 +01:00
jeltz 55498b4999
Move avr.h functions to avr.c
To avoid multiple definitions of the ISR.
2020-12-30 02:13:39 +01:00
jeltz 4827bdd9fe
WIP: Add a TIMER1 configuration routine in avr.h
The function hasn't been tested on real hardware.
2020-12-30 01:33:48 +01:00
jeltz 8d77b7434b
Add a typedef for char* as string 2020-12-28 04:39:16 +01:00
jeltz 9b44a7a7ab
Create run_timers function for async calls 2020-12-25 15:36:05 +01:00
jeltz fbad83a61d
Add and use atomic_memcpy for the AVR backend 2020-12-22 21:33:04 +01:00
Timothy Bourke fa4aaee865 Typedef for real in C target 2017-09-29 00:08:42 +02:00
Gwenaël Delaval 015875b279 Math module
The Math module contains mathematic functions.
2015-09-17 16:51:24 +02:00
Gwenaël Delaval ef00823cf7 Added Marc as co-author 2012-06-29 01:43:15 +02:00
Gwenaël Delaval 58086190eb Headers and license file for GPL
Headers for every source file (excluding examples), mentioning
authors, copyright and license (GPL)

COPYING file with GPLv3 content.
2012-06-27 18:14:29 +02:00
Adrien Guatto 36d93a411d Fix generated C code calling between(). 2011-05-12 16:32:52 +02:00
Cédric Pasteur 0256b571f7 Added pervasives C header
It only defines the between function for now
2011-05-03 13:35:13 +02:00