Commit Graph

7 Commits

Author SHA1 Message Date
Lephenixnoir 8c34abe3ca
update README 2021-01-28 22:53:20 +01:00
Lephenixnoir 91bb658d6c
update README 2021-01-27 15:20:55 +01:00
Lephenixnoir 05e6463139
add support for quick build with GiteaPC 2021-01-25 15:58:52 +01:00
Lephenixnoir 5be56fe2eb
let the user allocate contexts locally
This incompatible change modifies the allocation method for contexts.
Instead of managing a set of IDs in an malloc()-backed array, contexts
can now be allocated on the stack or static RAM.

Contexts are values of type [prof_t] and can be initialized to the value
provided by prof_make(). lvalues to contexts replace context IDs.

Finally, prof_exec() no longer requires a context to be specified, it
creates one on the fly.
2020-10-13 19:30:45 +02:00
Lephenixnoir 8b074a4e58
update to upcoming timer API of gint 2.1 2020-06-20 23:20:20 +02:00
Lephenixnoir ef49aa8da4
build with sh-elf by default (fixes #1) 2020-02-18 07:52:01 +01:00
Lephenixnoir 0566fad0c5 add README 2019-07-17 14:39:05 -04:00