modm-devices
modm-devices copied to clipboard
Device Support
Hi, In the modm repository i can see support for nxp devices but i can't find NXP device file generator in this repository.
- Where can i find the NXP device file generator?
- Does modm-devices support ESP32 devices?
Where can i find the NXP device file generator?
Yeah, I'd like to know that too 🙃 The NXP support in modm is very old, since before modm-devices existed. We haven't really found any good source of machine-readable data for NXP, but there may be something in the MCUXpresso tool.
Does modm-devices support ESP32 devices?
Not yet, but we're definitely not opposed to it, assuming there is a good machine-readable data source for at least the memory maps, pinouts and peripheral counts of at least a couple of devices to get started with.
In the medium-term future, I'd like to parse the PDF documentation directly, so that we're more indendent of machine-readable sources. I hope to publish a parser for that this summer.