Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenbell/tinygo-stm32-examples
Example of using tinygo-stm32
https://github.com/kenbell/tinygo-stm32-examples
Last synced: 8 days ago
JSON representation
Example of using tinygo-stm32
- Host: GitHub
- URL: https://github.com/kenbell/tinygo-stm32-examples
- Owner: kenbell
- License: other
- Created: 2021-01-01T21:40:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T08:10:52.000Z (about 4 years ago)
- Last Synced: 2024-11-23T00:25:02.058Z (2 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TinyGo STM32 Library Examples
Extended TinyGo support for STM32 MCUs.
This repo contains basic examples of the [TinyGo STM32 library](https://github.com/kenbell/tinygo-stm32). The examples show how to build applications for custom boards using STM32 MCUs.
The examples available are:
|Example|Description|
|---|---|
|[blinky](./blinky)|Simple blinking LED|
|[uart](./uart)|Simple UART demo|## Status: Unstable
The TinyGo STM32 project is still in an experimental phase, expect frequent breakage.