mcu
Here are 672 public repositories matching this topic...
-
Updated
Aug 1, 2021 - C++
Is your enhancement proposal related to a problem? Please describe.
access_addr
always seems to be of size 4; that should be #defined.
crc_init
always seem to be of size 3; that should be #defined.
https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229677
https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229386
Describe the solution you'd like
A
- The
set_mode_X()
HIL functions need to support returning an error if hardware does not support that mode or if the implementation cannot put the hardware in to that mode at that time. See for an example where panic is used instead of returning an error https://github.com/tock/tock/pull/2629/files.
-
Updated
Feb 27, 2022 - C
In PROTECTED mode, the MPU is used to map regions of memory to supervisor- and/or user-accessible memory. Currently, that algorithm is very simple: The entire address range is made accessible in supervisor mode; a single MPU region is used to enable user-mode access in each user memory region.
Each MPU region must bit both of a power-of-two size and with an alignment in memory equal to the si
-
Updated
Mar 2, 2022 - JavaScript
As said in lsusb man: option '-d' allows showing only devices with the specified vendor and product ID.
-d [vendor]:[product]
https://linux.die.net/man/8/lsusb
-
Updated
Mar 1, 2022 - Python
-
Updated
Jul 7, 2021 - C
Some rework needs to be done to align with quality standards.
Binding location: https://github.com/nanoframework/nf-Community-Contributions/tree/master/drivers/Sensor-DS18B20
-
Updated
Feb 28, 2022 - C
-
Updated
Nov 20, 2021 - C++
-
Updated
Mar 1, 2022 - C
qemu benchmark
-
Updated
Feb 25, 2022 - C
-
Updated
Jan 2, 2022 - C++
-
Updated
Sep 14, 2021 - Python
Some features of Mbed TLS library may be configured via a mbedtls_config.h
header. NuttX currently provides default configuration with a set of cryptographic algorithms.
A much welcome improvement is to make the selection of those features configurable (e.g. via menuconfig
), similar to how LVGL's features
Improve this page
Add a description, image, and links to the mcu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mcu topic, visit your repo's landing page and select "manage topics."
Hi,
We have added a new test engine (called Unity) to LVGL and planning to improve the coverage. See this README about how to write and run tests.
I've already created a test for the drop-down list as an exam