-
Updated
Aug 31, 2021 - C
microcontroller
Here are 1,727 public repositories matching this topic...
-
Updated
Aug 26, 2021 - C++
[v8.1] Planning
-
Updated
Aug 1, 2021 - C++
-
Updated
Aug 31, 2021 - Python
Is your enhancement proposal related to a problem? Please describe.
Refer to: zephyrproject-rtos/zephyr#28932
Describe the solution you'd like
Refer to: zephyrproject-rtos/zephyr#28932 (comment)
Describe alternatives you've considered
NA
Additional context
NA
- 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.
@capellini noticed that (most?) boards don't have __name__
in the board module: adafruit/circuitpython#5183 (comment)
It would be good to see this added, just for consistency's sake.
-
Updated
Aug 30, 2021 - C
-
Updated
Aug 23, 2021 - C
-
Updated
Aug 21, 2021 - C++
-
Updated
Aug 10, 2021
-
Updated
Jun 19, 2021 - C++
-
Updated
Aug 31, 2021 - C++
-
Updated
Aug 10, 2021 - C
-
Updated
Sep 24, 2020 - Makefile
-
Updated
Aug 8, 2020 - C
-
Updated
Aug 14, 2021 - JavaScript
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
Aug 27, 2021 - Rust
-
Updated
Aug 30, 2021 - Python
-
Updated
Aug 28, 2021 - C++
-
Updated
Jul 7, 2021 - C
-
Updated
Jun 15, 2021 - Python
Improve this page
Add a description, image, and links to the microcontroller topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microcontroller 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