yf13
yf13
Hi, It seems that CMSIS-NN has new versions like [v3.1+](https://arm-software.github.io/CMSIS_5/NN/html/index.html). Is there any chance for NNoM to support newer CMSIS-NN? Regards, yf13
Is it possible to build this with the PlatformIO tool? If yes, where can we find detailed instructions? The command line tool pio is very convenient to use in a...
Hi, It seems that the `enter-chroot` script is not respecting `/etc/profile` in chroot environment. I am using this tool on a Ubuntu 16.04 LTS in a virutal machine. Regards, yf
For the `rv-virt:nsh` target, make approach works well, but CMake build leads to undefined symbols for `g_symtab` etc. It seems that `defconfig` has `CONFIG_ALLSYMS` off and `CONFIG_NSH_SYMTAB` on. Further tests...
When trying the `ostest` within the `rv-virt:fb` configuration, I got illegal instructions exceptions like below: ``` user_main: FPU test Starting task FPU#1 fpu_test: Started task FPU#1 at PID=6 [ 9.170000]...
Thanks for making `ostest` loadable in KERNEL mode NuttX! I run it with kernel build on CanMV230 and got the following dumps at the end: ``` Final memory usage: VARIABLE...
Section 3.1.2 of privleged manual says the `bank` field shall contain number of continouation codes. The example has 12 continuation codes, but the bank field is 6 in sample value...
Hi, I have zeromq 4.1.2 installed under "/usr/local/" folder and C and Python samples already working. Then I installed lua packages: ``` [u@ubuntu:~]$ dpkg -l | fgrep lua | awk...
I built the test_pipeline with llvm 7.0 on Mac, then play with sample data "sin2_tex2_h1_v8_d". I am using the Release with debug info build type thus local BA not enabled....
### Improvement Can you please consider to explain the abbreviations used in `k230_datasheet.md` file? For example, I am having difficullties to understand the following ones: - PMU in section 1.2.14....