-
I don’t like using the delay() function if I can avoid it.
Particularly not in something networked, that might have its’ own timeout behaviours.
So, I’m going to look at anywhere that is used and se…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Hi,
Asking advice on following:
In my main loop I have some blocking procedures (can be several seconds) and would like to put dsc.loop() out from the main loop (to maintain its functionality).
M…
-
Here is the list of requirements to make the Windows IOCP event loop fully compatible with EC:
- `EV::IOCP` SHOULD yield runnable fibers internally, so we can monkey patch `EV::IOCP#run(EC::Queue*,…
-
Hey there, first of all thanks for your awesome work!
I have a short question: I'm currently writing firmware to control an LED matrix which requires a function to be called quite regularly, is it …
olell updated
10 months ago
-
Based on my personal experience..Many top companies prefers to ask real world questions for senior embedded roles..
👇Listing few coding questions related to embedded systems that will help to prepa…
-
Is it feasible to add a keyboard shortcut to quickly pause/resume the timer? My keyboard has F keys that go beyond F12 (it goes up to F19). It would be nice to be able to assign one of the F keys to p…
-
- [ ] Handle all interrupts, including I/O
- [x] Implement timers
CPU test `02-interrupts` can help validate this work.
-
Trying to perform _make everything EMBED=embed.ipxe_
And it looks like it is looping.
```
make[2]: 'bin-x86_64-efi/ipxe.efi' is up to date.
make[2]: 'bin-x86_64-efi/ipxe.efidrv' is up to date.
…
-
When we enabled "irq" feature for hypervisor level IRQ, it won't work under RISCV64 currently.
```toml
# arceos-vmm/Cargo.toml
# System dependent modules provided by ArceOS.
axstd = { workspac…