github.com/f-secure-foundry/tamago@v0.0.0-20220307101044-d73fcdd7f11b/soc/imx6/README.md (about) 1 TamaGo - bare metal Go for ARM SoCs - i.MX 6 support 2 ==================================================== 3 4 tamago | https://github.com/f-secure-foundry/tamago 5 6 Copyright (c) F-Secure Corporation 7 https://foundry.f-secure.com 8 9 ![TamaGo gopher](https://github.com/f-secure-foundry/tamago/wiki/images/tamago.svg?sanitize=true) 10 11 Authors 12 ======= 13 14 Andrea Barisani 15 andrea.barisani@f-secure.com | andrea@inversepath.com 16 17 Andrej Rosano 18 andrej.rosano@f-secure.com | andrej@inversepath.com 19 20 Introduction 21 ============ 22 23 TamaGo is a framework that enables compilation and execution of unencumbered Go 24 applications on bare metal ARM System-on-Chip (SoC) components. 25 26 The [imx6](https://github.com/f-secure-foundry/tamago/tree/master/soc/imx6) package 27 provides support for NXP i.MX 6 series of System-on-Chip (SoCs) parts. 28 29 Documentation 30 ============= 31 32 For TamaGo see its [repository](https://github.com/f-secure-foundry/tamago) and 33 [project wiki](https://github.com/f-secure-foundry/tamago/wiki) for information. 34 35 The package API documentation can be found on 36 [pkg.go.dev](https://pkg.go.dev/github.com/f-secure-foundry/tamago). 37 38 Supported hardware 39 ================== 40 41 | SoC | Related board packages | Peripheral drivers | 42 |---------------------|-------------------------------------------------------------------------------------------------------|-----------------------------------------------------------| 43 | NXP i.MX 6UltraLite | [usbarmory/mark-two](https://github.com/f-secure-foundry/tamago/tree/master/board/f-secure/usbarmory) | DCP, GPIO, I2C, RNGB, UART, USB, USDHC, OCOTP, CSU, TZASC | 44 45 License 46 ======= 47 48 tamago | https://github.com/f-secure-foundry/tamago 49 Copyright (c) F-Secure Corporation 50 51 These source files are distributed under the BSD-style license found in the 52 [LICENSE](https://github.com/f-secure-foundry/tamago/blob/master/LICENSE) file. 53 54 The TamaGo logo is adapted from the Go gopher designed by Renee French and 55 licensed under the Creative Commons 3.0 Attributions license. Go Gopher vector 56 illustration by Hugo Arganda.