sarmfsw: SMFSW Toolbox (for ARM & compatible with Arduino platform) 3.7
SMFSW collection of miscellaneous functions & macros (for ARM & compatible with Arduino platform)
Loading...
Searching...
No Matches
sarmfsw.h File Reference

sarmfsw (ARM) common headers More...

#include "arm_errors.h"
#include "arm_typedefs.h"
#include "arm_macros.h"
#include "arm_stdclib.h"
#include "arm_cmsis.h"
#include "arm_hal_peripheral.h"
#include "arm_attributes.h"
#include "arm_inlines.h"
Include dependency graph for sarmfsw.h:

Typedefs

typedef enum FW_target_i FW_target
 

Enumerations

enum  FW_target_i {
  target_Special = 0 , target_Debug , target_Release , target_FUBAR ,
  target_Unknown = 0xFF
}
 Firmware target types. More...
 

Detailed Description

sarmfsw (ARM) common headers

Author
SMFSW

Typedef Documentation

◆ FW_target

typedef enum FW_target_i FW_target

Enumeration Type Documentation

◆ FW_target_i

Firmware target types.

Note
A variable has to be defined in project using FW_target enum to be meaningful
Enumerator
target_Special 

Special FW target.

target_Debug 

Debug FW target.

target_Release 

Release FW target (No debug information)

target_FUBAR 

FUBAR FW target (shall be used only for stress test / optimization testing purposes)

target_Unknown 

Unknown FW target.