https://github.com/muffinking-jpeg/stm32-playground
This is my playground on embedded device.
https://github.com/muffinking-jpeg/stm32-playground
cli embedded nucleo nucleo-board stm32 stm32f3 stm32f303re
Last synced: 6 months ago
JSON representation
This is my playground on embedded device.
- Host: GitHub
- URL: https://github.com/muffinking-jpeg/stm32-playground
- Owner: MuffinKing-jpeg
- Created: 2024-11-09T15:32:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T21:44:02.000Z (8 months ago)
- Last Synced: 2025-02-08T01:33:22.749Z (8 months ago)
- Topics: cli, embedded, nucleo, nucleo-board, stm32, stm32f3, stm32f303re
- Language: C
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STM32 cli
This is my attempt in making CLI on embedded device with UART.
**Without RTOS**.Based on NUCLEO-F303RE. No HAL drivers are shipped. Generate them with CubeMX.
Linker file generated by CubeMX is broken. Use file with **"_PROD"** suffix.