-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update for GNAT Community 2021 * Update workflow for CE2021
- Loading branch information
1 parent
f100ce7
commit 0ccb49f
Showing
73 changed files
with
1,228 additions
and
919 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
-- This package was generated by the Ada_Drivers_Library project wizard script | ||
package ADL_Config is | ||
Vendor : constant String := "SiFive"; -- From board definition | ||
Max_Mount_Points : constant := 2; -- From default value | ||
Architecture : constant String := "RISC-V"; -- From board definition | ||
Board : constant String := "HiFive1"; -- From command line | ||
Boot_Memory : constant String := "board_flash"; -- From default value | ||
Max_Mount_Name_Length : constant := 128; -- From default value | ||
Runtime_Profile : constant String := "zfp"; -- From command line | ||
Device_Name : constant String := "FE310"; -- From board definition | ||
CPU_Core : constant String := "RISC-V32"; -- From mcu definition | ||
Device_Family : constant String := "FE3"; -- From board definition | ||
Has_Ravenscar_SFP_Runtime : constant String := "False"; -- From board definition | ||
Runtime_Name : constant String := "zfp-rv32imc"; -- From default value | ||
Device_Name : constant String := "FE310"; -- From board definition | ||
Has_Custom_Memory_Area_1 : constant Boolean := False; -- From default value | ||
Has_Ravenscar_Full_Runtime : constant String := "False"; -- From board definition | ||
CPU_Core : constant String := "RISC-V32"; -- From mcu definition | ||
Board : constant String := "HiFive1"; -- From command line | ||
Has_Ravenscar_SFP_Runtime : constant String := "False"; -- From board definition | ||
Has_ZFP_Runtime : constant String := "True"; -- From board definition | ||
Max_Mount_Name_Length : constant := 128; -- From default value | ||
Max_Mount_Points : constant := 2; -- From default value | ||
Max_Path_Length : constant := 1024; -- From default value | ||
Number_Of_Interrupts : constant := 0; -- From default value | ||
Has_Custom_Memory_Area_1 : constant Boolean := False; -- From default value | ||
Runtime_Name : constant String := "zfp-rv32imac"; -- From default value | ||
Runtime_Name_Suffix : constant String := "rv32imac"; -- From board definition | ||
Runtime_Profile : constant String := "zfp"; -- From command line | ||
Use_Startup_Gen : constant Boolean := True; -- From command line | ||
Max_Path_Length : constant := 1024; -- From default value | ||
Runtime_Name_Suffix : constant String := "rv32imc"; -- From board definition | ||
Architecture : constant String := "RISC-V"; -- From board definition | ||
Vendor : constant String := "SiFive"; -- From board definition | ||
hifive1_uart_root : constant := 268513280; -- From board definition | ||
qemu_sifive_test_exit : constant Boolean := True; -- From board definition | ||
end ADL_Config; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.