-
**_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 Andrew Boie:_**
Initial Nios II bring-up won't have any floating-point support built in. However this optional CPU feature may be useful to some users trying (for example) to process s…
-
**_Reported by Andrew Boie:_**
We discovered when working on GH-3012 that you can't use the same timer IP block to do a system timer, and get timestamps. Write a driver for Nios II for high-res times…
-
**_Reported by Andrew Boie:_**
As a developer, I would like to be able to designate that some code or data sections end up in Tightly Coupled Memory so that my performance-critical code or data can b…
-
**_Reported by Andrew Boie:_**
As an applications developer, I would like to be able to make extern references to small microkernel objects without having to unintuitively add __attribute__((section)…
-
* TinyThreads 1.1
* Target: Nios II
In a new thread created by pthread_create(), standard I/O file pointer (reent->stdin/stdout/stderr) are NULL.
Because Altera HAL does not check if `fp != NULL`…
-
https://github.com/zephyrproject-rtos/zephyr/blob/master/README.rst has invalid link to new boards
The Zephyr kernel supports multiple architectures, including ARM Cortex-M, Intel x86, ARC, Nios II…
-
While investigating #7128 , I looked into the k-config option for initializing stacks:
>
> config INIT_STACKS
> bool
> prompt "Initialize stack areas"
> default n
> help
> This option…
-
I'm setting up my dev environment to program the Vidor's FPGA according to the instructions provided in the README.md of this repository; initially, I installed from [this page](http://fpgasoftware.in…
-
I made a copy of the `cowrie.cfg.dist` file and called it `cowrie.cfg`. I changed the arch to `linux-mips-lsb` in this new file but when I logged into the cowrie honeypot it still displays the same ar…