-
Hi,
I really appreciate the effort you put into developing embedded gcov code. I am using your code to get coverage data from ARM cortex M4 microcontroller using embedded GCC ARM toolchain in EmBitz…
-
There are applications where, when writing data to an SPI device, it is more efficient to write the data in a single transaction rather than multiple transactions (my use case is an SPI screen that ca…
-
Hello,
I've noticed that all of the USART drivers implement the embedded hal for `read()` which specifies that they should block if there is no pending data. For my current application I would be a…
Ralim updated
6 months ago
-
Old bug - wrong retype (uint8_t)
https://github.com/STMicroelectronics/stm32f4xx-hal-driver/blob/064b123f8fc187d468bb762cc150d198f873478d/Src/stm32f4xx_hal_rtc_ex.c#L1781
Which produce upper 24…
-
I created a [Google Doc](https://docs.google.com/spreadsheets/d/1ilo_q4Qu_hXvhlKXskjjVudeR-lz2zwig7RFBfjtiNU/edit?usp=sharing) which contains some overview of what features different MCUs have.
Th…
-
I just started using this extension and it has been working wonderfully for auto-completion. However, I am not able to get it to work for any kind of clang diagnostics. All the diagnostic settings are…
-
Firstly, what an amazing effort! Thank you for this initiative!
Being new to the embedded world, I note a severe lack of unit tests in general. As C is often used, I put that down to the effort of …
huntc updated
3 years ago
-
https://github.com/rust-embedded/gpio-cdev
Sysfs interface for GPIO is now deprecated: https://github.com/rust-embedded/rust-sysfs-gpio/issues/38
I'm using kernel 5.11 and the old way does not w…
-
i am working with an pololu ZUMO 32U4 oled. it uses an atmega32u4. The problem is i can't figure out how to make a spi connection with the oled. the problem being that the makers of this board uses ot…
-
Hi,
I use arduino ide 2.3.0, tft_espi 2.5.43 library, and esp32 by espressif 2.0.15 package , and the esp32c3 super mini module.
The following code lights the led 1 time.
But when I uncomment // t…