imxrt
Support for NXP I.MX RT microcontrollers (by embeddedgo)
go
The Go programming language with support for bare-matal programing (by embeddedgo)
imxrt | go | |
---|---|---|
3 | 7 | |
7 | 84 | |
- | - | |
8.0 | 0.0 | |
about 2 months ago | 9 days ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
imxrt
Posts with mentions or reviews of imxrt.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-14.
-
Generics in bare-metal programming
An example usage (from i.MX RT1060 LPUART package):
-
Teensy 4.x and Go language
Github
-
Embedded Go finally got the first binary release
You can follow the progress here (the most recent/incomplete changes are in wip branch).
go
Posts with mentions or reviews of go.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-06.
-
MAME Debugging Tips
I was recently working on getting Golang running on an N64[^1][^2]. While the hardware emulation was far from perfect, the easy to use debugger helped me a tremendous amount to get started.
[^1]: https://github.com/embeddedgo/go/pull/6
-
Generics in bare-metal programming
It's intended to replace the old U8, U16, U32, U64 types.
-
Teensy 4.x and Go language
The support for I.MX RT microcontrollers in Embedded Go has reached such a level that you can write simple programs that use SysTick based delays and GPIO.
-
Embedded Go finally got the first binary release
Regarding https://embeddedgo.github.io, I would recommend adding a couple of links at the top of the page:
- random question from a beginner, has anyone written an OS in Go?
-
Virtual Filesystem in Go - Creating the foundation
In Embedded Go we have a working VFS for GOOS=noos.
What are some alternatives?
When comparing imxrt and go you can also consider the following projects:
kendryte - Support for Kendryte K210 AI capable SOC
stm32 - Support for STM32 microcontrollers
nrf5 - Support for Nordic nRF5 microcontrollers with builtin radio (Bluetooth 5, Thread, Zigbee, 802.15.4, ANT)
eggos - A Go unikernel running on x86 bare metal
G.E.R.T