-
**_Reported by Andrew Boie:_**
As a developer, I would like to add MPU support to Zephyr so that I can mark memory regions as instructions, read-only data, or read-write data. This should improve the…
-
**_Reported by Robert Beatty:_**
Zephyr shall support Alterra MAX10.
- [ ] GH-473: create abstraction layer to directly use Altera HAL drivers for Nios II IP blocks
- [ ] GH-412: tcf: add support fo…
-
**Issue:**
- A FEE Transmission End flag needs to be added, so the SW can know when the transmission is completed, allowing it to correct the program flow without delay.
**Fix:**
- Add a NIOS II …
-
**_Reported by Robert Beatty:_**
Zephyr shall support Alterra MAX10.
- [ ] GH-511: create abstraction layer to directly use Altera HAL drivers for Nios II IP blocks
- [ ] GH-450: tcf: add support fo…
-
**_Reported by Andrew Boie:_**
As a Zephyr user targeting Nios II, I would like to have assembly implementation of atomic operations to help optimize my app's performance.
Implement the extern fun…
-
**_Reported by Andrew Boie:_**
As a developer, I would like to add MPU support to Zephyr so that I can mark memory regions as instructions, read-only data, or read-write data. This should improve the…
-
I tested on multiple bladeRFs and I always get errors on my raspberry pi 5
```
Jul 22 15:20:16 pi sh[54887]: [ERROR @ host/libraries/libbladeRF/src/backend/usb/nios_access.c:68] Failed to send NIOS …
-
**_Reported by Andrew Boie:_**
As a Zephyr user targeting Nios II, I would like to have assembly implementation of atomic operations to help optimize my app's performance.
Implement the extern fun…
-
Right now we have two different mechanisms in Zephyr for context switching, the older swap-based method and the newer switch. We want to move all architectures to use z_arch_switch() for context switc…
-
Hello guys.
I've ported lighttpd + mod_websocket over a an embedded sys (Nios II with uClinux) without a lot of trouble. I've made an experiment using websocket and it works great. Now the time for th…