Mercurial > public > hwos_code
diff src/hwos.asm @ 624:7bdcc591196c
Support for Compass3 hardware
author | heinrichsweikamp |
---|---|
date | Thu, 13 Jun 2019 10:07:55 +0200 |
parents | c40025d8e750 |
children | bf5fee575701 |
line wrap: on
line diff
--- a/src/hwos.asm Mon Jun 03 14:01:48 2019 +0200 +++ b/src/hwos.asm Thu Jun 13 10:07:55 2019 +0200 @@ -43,7 +43,8 @@ ;---- Flags - Hardware Descriptors HW_descriptor res 1 ; OSTC - model descriptor (cleared & rebuilt in restart) HW_variants res 1 ; OSTC - model variants (NOT cleared in restart) - +HW_variants2 res 1 ; OSTC - model variants (NOT cleared in restart) + ;---- Flags - Hardware States HW_flags_state res 1 ; hardware - states @@ -99,10 +100,11 @@ ; 32 byte tmp data placed by C compiler ; 20 byte variables placed by math library ; == -; 80 byte used, 16 byte free (96 byte total available) +; 81 byte used, 15 byte free (96 byte total available) global HW_descriptor global HW_variants + global HW_variants2 global HW_flags_state global OS_flags_persist global OS_flags_ISR1