AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
236 stars 141 forks source link

Add support for startup-gen #308

Closed Fabien-Chouteau closed 4 years ago

Fabien-Chouteau commented 4 years ago

startup-gen is a tool that generates crt0 and linker script from a device configuration (CPU name, memory layout). The tool only works for ZFP run-times right now.

This patch also switches the HiFive1 support to use startup-gen.

Fabien-Chouteau commented 4 years ago

Thanks @pat-rogers