-
Hi,
FastLED.addLeds() does not support variables as pin value.
I need to create a pre build firmware that let the user choose the digital pin to use at runtime.
I can workaround it using a swit…
-
Has the project considered supporting tiny embedded microcontrollers? The two main challenges I see are RAM usage and OS dependency.
At [450KB](https://docs.fluentbit.io/manual/about/fluentd_and_f…
-
May I ask if anyone is using CMSIS-NN-INTQ for deployment?
Is there anyone who can answer some questions about the conversion of parameters and the precision Settings involved in using XNOR-Net?
-
`tinygo version 0.14.0-dev linux/amd64 (using go version go1.13.3 and LLVM version 10.0.1)`
Given the following program, building for arm microcontroller (`arduino-nano33`, `pyportal`, `feather-nrf…
-
I am just getting started with CMSIS NN and stumbled upon functions with similar names but different endings, specifically `*_q{7,15}` vs `*_s{8,16}`. Both appear to be using the `q{7,15,31}` fixed-p…
fpedd updated
3 years ago
-
This is more of a question than an issue. I am trying to compile this for the SAMDA1G16B and it appears that everything builds without any issues, however, the bootloader does not work. The first th…
-
Trying to use this repo with an Arduino (Mega).
However, Arduino IDE fails to compile successfully, because it says it cannot find these libraries:
#include \
#include \
#include \
#include \…
-
Can you create a boot loader for Debian?
Or how can I?
-
On some microcontrollers memory is aliased. e.g. for arm cortex m address 0x0 is an alias to 0x08000000. is this possible to do in unicorn? AFAIK Qemu can alias memory regions.
-
The Newlib stdio (known as "legacy stdio" in Picolibc) defines a FILE structure with the following members (among others):
```
_read (struct _reent *, void *, char * , _READ_WRITE_BUFSIZE_TY…
rdiez updated
2 years ago