-
## Description
Part of #7211.
The workflow of the script will be:
* apply any pending updates and reboot
* run migration check to make sure we're all set to go
* stop apache2
* take a back…
-
**Is your enhancement proposal related to a problem? Please describe.**
I would like a function that allows reset/clearing of a counter (HW timer) to 0.
**Describe the solution you'd like**
A fun…
-
The existing `qemu-arm-virt` works with GICv2. GICv3 hasn't been tested with seL4 on QEMU. This discussion was raised in this PR #1157. Trying to run seL4 on QEMU/GICv3 halts on boot with this error:…
-
## ESP32-C6
- [ ] Interrupts
- [x] `LP_I2C`
- [x] `LP_IO`
- [ ] `LP_TIMER`
- [x] `LP_UART`
- [ ] `LP_WDT` (?)
## ESP32-S2/S3
- [ ] Interrupts
- [ ] `RTC_I2C`
- [x] `RTC_IO`
- [ ] `SEN…
-
I was looking at the IEEE 1588 implementation and was curious regarding the following function
```
bool enet_ieee1588_read_timer(struct timespec *t) {
if (t == NULL) {
return false;
}
…
-
Hi all
I have an rpi pico loaded with micropython and I have this issue detailed on the links below
https://www.raspberrypi.org/forums/viewtopic.php?f=146&t=310648
https://forum.micropython.org…
-
Hello, here is my problem:
```
import pyb
import ps2
import encoder
from pyb import LED, Timer
from machine import I2C,Pin
from oled import SSD1306_I2C
def mainTimer_cb(cb):
'''
…
-
## Is your proposal related to a problem?
No.
## Describe the solution you'd like
Interrupting a task happens all the time by a higher priority task or an important phone call for example, wh…
-
At this moment there's no way to programmatically stop a test run in process with replay, which simply loops until a failure or all configured cases pass
https://github.com/proptest-rs/proptest/blob/…
-
Hi @tenbaht ,
I am new to this environment. I am trying to do get IR signal and measure timings of IR signal. For that i want to use timer and external interrupt. I am writing code in Arduino I…