+ light tasking STM32F4 target

This commit is contained in:
Vovanium 2023-08-01 18:02:28 +03:00
parent 2834b96f0d
commit 917b1a38f3
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
project Light_Tasking_STM32F4_Video_Base extends "video_common" is
for Target use "arm-eabi";
for Runtime ("Ada") use "light-tasking-stm32f4";
for Object_Dir use "../build/embedded-stm32f429disco/objects";
for Library_Dir use "../build/embedded-stm32f429disco/lib";
for Exec_Dir use "../build/embedded-stm32f429disco/bin";
for Object_Dir use "../build/embedded-stm32f429disco/objects";
for Source_Dirs use ("../source/base");
end Light_Tasking_STM32F4_Video_Base;