feat: add Nucleo-L476RG as experimental RTE bring-up platform - #2
Open
hibyemy wants to merge 1 commit into
Open
Conversation
Adds Images/NucleoL476FW — a minimal RTE-compatible base firmware image for the ST Nucleo-L476RG (Cortex-M4F @ 80 MHz). It follows the same contracts as Gen6FW (RTE_EMIT markers, platform_api, STM32CubeMX CMake target) so NodeGUI graphs can be emitted and built without the full OpenVVVF hardware. Includes: - TIM1 center-aligned 3-phase complementary PWM at 10 kHz with 1 us DT - tim_isr + app_loop timing domains - baseline_graph.json proving codegen end-to-end (60/35/85% duties) - Build/flash/emit PowerShell scripts - Vendored CMSIS + STM32L4 HAL subset - SPI2 pins reserved for future FPGA join This is a lab/validation target, not a production inverter image. Sensor, telemetry, and safety paths are stubbed. Co-authored-by: Cursor <cursoragent@cursor.com>
hibyemy
force-pushed
the
feat/nucleo-l476-base-image
branch
from
August 7, 2026 01:05
0212ada to
20824d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Images/NucleoL476FW — a minimal RTE-compatible base firmware image for the ST Nucleo-L476RG (Cortex-M4F @ 80 MHz). It follows the same contracts as Gen6FW (RTE_EMIT markers, platform_api, STM32CubeMX CMake target) so NodeGUI graphs can be emitted and built without the full OpenVVVF hardware.
Includes:
This is a lab/validation target, not a production inverter image. Sensor, telemetry, and safety paths are stubbed.