Skip to content

Commit

Permalink
Merge branch 'RINA_Net' into CDAP_Protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
masonticehurst committed Feb 11, 2024
2 parents 10d188e + fc4fdfc commit ea36c60
Show file tree
Hide file tree
Showing 47 changed files with 2,788 additions and 1,351 deletions.
2 changes: 1 addition & 1 deletion eRINA_STM32F7/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ name = "erina_stm32f7"
version = "0.1.0-dev"

[[depends-on]]
ada_enet = "0.1.0-dev"
stm32_gui = "0.1.0"
stm32f746disco = "0.1.0"

[[pins]]
gnat_arm_elf = { version='12.2.1' }

Expand Down
1 change: 0 additions & 1 deletion eRINA_STM32F7/config/erina_stm32f7_config.gpr
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-- Configuration for erina_stm32f7 generated by Alire
with "ada_enet.gpr";
with "stm32_gui.gpr";
with "stm32f746disco.gpr";
abstract project Erina_Stm32f7_Config is
Expand Down
4 changes: 2 additions & 2 deletions eRINA_STM32F7/erina_stm32f7.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ project eRINA_STM32F7 is
for Target use "arm-eabi";
for Runtime ("Ada") use "embedded-" & stm32_hal_config.DEVICE & "disco";

for Source_Dirs use ("src/", "src/rina", "src/dns", "src/echo", "src/ping", "src/time", "src/utils", "src/net", "config/");
for Source_Dirs use ("src/", "src/rina", "src/net", "src/net/stm32", "config/");
for Object_Dir use "obj/" & eRINA_STM32F7_Config.Build_Profile;
for Create_Missing_Dirs use "True";
for Exec_Dir use "bin";
for Main use ("dns.adb", "echo.adb", "ping.adb", "time.adb", "demo.adb", "test.adb");
for Main use ("demo.adb");

package Compiler is
for Default_Switches ("Ada") use eRINA_STM32F7_Config.Ada_Compiler_Switches & "-mno-unaligned-access";
Expand Down
140 changes: 0 additions & 140 deletions eRINA_STM32F7/src/dns/dns.adb

This file was deleted.

88 changes: 0 additions & 88 deletions eRINA_STM32F7/src/echo/echo.adb

This file was deleted.

64 changes: 0 additions & 64 deletions eRINA_STM32F7/src/echo/echo_server.adb

This file was deleted.

51 changes: 0 additions & 51 deletions eRINA_STM32F7/src/echo/echo_server.ads

This file was deleted.

Loading

0 comments on commit ea36c60

Please sign in to comment.