-
HalBuilder appears to introduce more complexity than is required for HAL support. Refactoring would include:
- all DTOs to inherit from EntityDto
- EntityDto to have Map for _links
- EntityDto to hav…
-
I don't think we should spend time integrating NetBSD into the supported platforms. I just want to report that it works with these caveats:
a) use gmake instead of make (gnu make instead of bsd mak…
-
While working on the 840, I realized:
* We don't implement SPIM3
* SPIM0-SPIM2 only support a max speed of 8MHz. If you use a higher speed, it is oddly slow
* We don't do implicit copies for embe…
-
### What happened?
The SDXL 1.0 1024x1024 UNet e2e inference outputs NaN values for CPU backend.
This is with iree_linalg_ext.attention tiled and decomposed.
In my dispatch breakdown, I found t…
-
The "transaction" functions of STM32 still seems to be contain `todo!`.
ctron updated
8 months ago
-
I'm working on a project that absolutely should be able to be written (more or less) in a compilation target agnostic fashion. I *think* I've got maybe ~65% of it worked out, but I'm kinda stuck and t…
-
Hey!
I'm new to the rust and rust embedded in particular and I am trying to write some code for the AT32F403A chip. Currently, I'm using stm32f1xx-hal, and it kind of works, but found your project …
-
**[jvanheesch](https://jira.spring.io/secure/ViewProfile.jspa?name=jvanheesch)** opened **[DATAREST-1488](https://jira.spring.io/browse/DATAREST-1488?redirect=false)** and commented
This issue was di…
-
SPI would benefit from half-duplex comms *(SPI control register 1: BIDIMODE)*.
I realize this trait is missing in embedded-hal. I could potentially try to figure this out and bodge a prototype. But…
-
The driver API does not have support for controlling the power stage or reading a fault. There's a bit of a difficulty here, since the same pin is used for both, and I don't believe there are traits i…