Emil Fresk
Emil Fresk
Hi and thanks for a great tool! I was playing around with creating a CI job using KiKit, but I found one thing I was missing: to run ERC on...
- [x] I have fzf 0.23.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual...
* Programming examples * How to design a system based on `crect` * Maybe YouTube tutorials?
Cortex-M0(+) support is added from commit 46f24eb6af25896113e957d3868e85a1eb0045ad but it is not well tested. **TODO:** * Add Cortex-M0(+) examples * Write in the README about special requitements for Cortex-M0(+)
Add a debug mode for lock / claim / unique_lock, use IPSR to check that the ISR number is allowed to take the resource.
If resources can be considered to "live" inside `crect`, then there will not be need for any global structures, as is done in the `blinky` example right now. More or...
Currently all jobs and resources are both the interface to the users and to the internal implementation. Decouple it to allow for a frontend / backend way instead and to...
Should be using reference wrappers to not be dependent on user to use `auto &`
It is common that users do not see the distinction between `using J1` (meta information) / `void job1` (function name), so to make it easier to use `pend()` should be...
Adding simple message passing is an overlooked feature that really should already be there. Needs adding.