-
Didn't we just fix that? Anyway, it's failing: https://docs.rs/crate/lpc8xx-hal/0.9.0/builds/355015
-
type.h include in LeafNode_blink_nRF_test/src/main.c and leaf_sensor_node/src/main.c redefines the type declared in GNU C (GNU Tools for ARM Embedded Processors) stdint.h.
In file included from c:\p…
-
Here are some notes I took, if this looks good to folks, it might be worth adding to our docs somewhere, or upstream to the HAL book. (edit: and also fixing all of our HAL impls to be consistent with …
-
While i was debugging some code, i noticed LPC_MRT->IRQ_FLAG always returned 0.
I found the solution at https://www.lpcware.com/content/forum/lpcmrt-irqflag-address-wrong
## **lpc8xx.h in CMSIS**
In …
-
Not sure when is a good time to do this but it would be great to be an early adopter of the new traits :) They bring a lot of improvements to ergnomics and usability which would help the readability o…
Rahix updated
3 years ago
-
It was added to work around some perceived shortcomings in svd2rust (see https://github.com/rust-embedded/svd2rust/issues/213), and while I still think it would be worthwhile to make the proposed impr…
-
Hi,,
i'm try to understand the code.
in the PPG_sensor _V000 section, main.cpp file line 57
where this SYSCTL_CLOCK_SWM parameter defined ??
Can you say that?
-
This issue was first opened in the [old nrf52-hal repository](https://github.com/jamesmunns/nrf52-hal). Original discussion: https://github.com/jamesmunns/nrf52-hal/issues/8
---
Most of the code…
-
Dear embeded-hal Gurus,
I'd like my function to accept a ```Vec```
(I'm building as simple key matrix).
Is there any way to specify such currently?
-
Is anyone interested in porting FastLED to a Cypress component?
I've recently started working with Cypress's PSoC devices, especially since the CY8CKIT-059 is available for $10 (M3 CPU; the M0-based …