-
When connecting to a network with a device such as gs2200m (eth0),
if you try to change the address of the appropriate interface device name (e.g., hoge0) in ifconfig,
the network address of eth0 wi…
-
### LVGL version
9.2 release
### What happened?
If I set the LVGL OS to PTHREAD - I'm using NuttX - I get compiler errors due to a conflict with NuttX's own similar function:
```
/home/tim/desi…
-
Develop the driver for PWM with faults on the discretes interface for ccx-io board.
-
1) Some RISC-V architectures have as many as 80 GPIOs. Defining those in KConfigs will be annoying, especially given the current awesome trend of pins being behind a MUX so they can be configured as …
-
[Product page](https://www.st.com/en/mems-and-sensors/lis2mdl.html)
[Datasheet](https://www.st.com/resource/en/datasheet/lis2mdl.pdf)
Interface: LPSPI4
-
Implement discretes fault signals on the ccx board:
VIN_FAULT1/2/3 (pins L6, K7, L7) and FAULT_0/1 (pins D2, B3)
-
https://github.com/apache/nuttx/pull/4320 add model info to mtd_geometry_s and geometry, the next step is:
1. Move erase state to mtd_geometry_s and remove MTDIOC_ERASESTATE
2. Add more useful inf…
-
Create Telemetry Driver
Interface: LPUART4
Device: MAX3232MPWREP
[Product Page](https://www.ti.com/store/ti/en/p/product/?p=MAX3232MPWREP)
[Datasheet](https://www.ti.com/lit/ds/symlink/max3232-ep.…
-
Hi @PhilippvK,
First of all, forgive me my ignorance, but I'm new to microcontrollers.
I'd like to use your examples as an inspiration to include TFLite on Pixhawk flight controllers (e.g. [Pixhawk …
-
We could improve `dmesg` by only clearing ring buffer when specified by adding support for a `-C` option, as in Linux. This way the default works more as expected. I think this requires some change on…