github.com/usbarmory/tamago@v0.0.0-20240508072735-8612bbe1e454/soc/sifive/fu540/README.md (about)

     1  TamaGo - bare metal Go for RISC-V SoCs - FU540 support
     2  ======================================================
     3  
     4  tamago | https://github.com/usbarmory/tamago  
     5  
     6  Copyright (c) WithSecure Corporation  
     7  https://foundry.withsecure.com
     8  
     9  ![TamaGo gopher](https://github.com/usbarmory/tamago/wiki/images/tamago.svg?sanitize=true)
    10  
    11  Authors
    12  =======
    13  
    14  Andrea Barisani  
    15  andrea.barisani@withsecure.com | andrea@inversepath.com  
    16  
    17  Andrej Rosano  
    18  andrej.rosano@withsecure.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/RISC-V System-on-Chip (SoC) components.
    25  
    26  The [fu540](https://github.com/usbarmory/tamago/tree/master/soc/sifive/fu540) package
    27  provides support for the SiFive FU540 System-on-Chip (SoCs).
    28  
    29  Documentation
    30  =============
    31  
    32  For TamaGo see its [repository](https://github.com/usbarmory/tamago) and
    33  [project wiki](https://github.com/usbarmory/tamago/wiki) for information.
    34  
    35  The package API documentation can be found on
    36  [pkg.go.dev](https://pkg.go.dev/github.com/usbarmory/tamago).
    37  
    38  Supported hardware
    39  ==================
    40  
    41  | SoC          | Related board packages                                                               | Peripheral drivers                                        |
    42  |--------------|--------------------------------------------------------------------------------------|-----------------------------------------------------------|
    43  | SiFive FU540 | [qemu/sifive_u](https://github.com/usbarmory/tamago/tree/master/board/qemu/sifive_u) | UART                                                      |
    44  
    45  License
    46  =======
    47  
    48  tamago | https://github.com/usbarmory/tamago  
    49  Copyright (c) WithSecure Corporation
    50  
    51  These source files are distributed under the BSD-style license found in the
    52  [LICENSE](https://github.com/usbarmory/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.