+ STM32Cube_FW_L0_V1.10.0 original files + targets.json update introducing subfamily level
The DEVICE_FOO macros are always defined (either 0 or 1). This patch replaces any instances of a define check on a DEVICE_FOO macro with value test instead. Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
In order to avoid possible multiple definitions errors, move the table initialization to the C file instead of header file