-
Updated
May 15, 2022 - C
microcontroller
Here are 1,959 public repositories matching this topic...
Missing EVENT_QUIT
Describe the feature request
Since LVGL is more and more used as an desktop app too, I think it's necessary to have a clean application exit event too.
Right now, all example have a while(1) { } in their main function so when you close the app (by clicking the X icon, or Alt+F4 or ...), you're actually leaking all the application objects.
For most of them, it's not important, but som
-
Updated
Apr 28, 2022 - 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
-
Updated
May 15, 2022 - Python
-
Updated
May 12, 2022 - C
-
Updated
May 3, 2022 - C
This would allow for loading data into the state machine using run() before the state machine is actually clocked. We can't do it now because write() blocks until the FIFO is empty.
When this is False, write() needs to ensure that the length of the data is less than or equal to the FIFO size because it won't be able to queue more data up later.
-
Updated
May 12, 2022 - C++
-
Updated
Mar 10, 2022
-
Updated
Feb 10, 2022 - C++
-
Updated
Apr 17, 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
Apr 8, 2022 - Makefile
-
Updated
Aug 8, 2020 - C
-
Updated
May 10, 2022 - Rust
-
Updated
Mar 18, 2022 - JavaScript
-
Updated
May 13, 2022 - VHDL
-
Updated
May 14, 2022 - Python
-
Updated
Mar 9, 2022 - C++
-
Updated
Jul 7, 2021 - C
-
Updated
Feb 20, 2022 - Python
-
Updated
Apr 15, 2022 - C
-
Updated
May 11, 2022 - C++
-
Updated
May 8, 2022 - Rust
-
Updated
Dec 20, 2021 - C++
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."