Late add. Note that I have not used the uBITX IOP in a while due to a hardware malfunction.

This commit is contained in:
Rob French 2020-10-27 14:03:36 -05:00
parent 926b8d3600
commit 110918079b
2 changed files with 12 additions and 0 deletions

1
ubitx_iop/etl Symbolic link
View File

@ -0,0 +1 @@
/home/rob/Arduino/libraries/Embedded_Template_Library/include/etl

11
ubitx_iop/etl_profile.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef __ETL_PROFILE_H__
#define __ETL_PROFILE_H__
//#define ETL_THROW_EXCEPTIONS
//#define ETL_VERBOSE_ERRORS
#define ETL_CHECK_PUSH_POP
#define ETL_TARGET_OS_FREERTOS // Placeholder. Not currently utilised in the ETL
#define ETL_TARGET_DEVICE_ARM // Placeholder. Not currently utilised in the ETL
#endif