comparison src/nucleus/nucleus.h @ 20:133d42e7e7ec

src/nucleus/nucleus.h: reduce NU_MAX_VECTORS to 8 8 is the setting used in the TCS211 version of Nucleus, and because this whole feature (NU-managed LISRs) is not used in this firmware architecture, a smaller setting means less waste of dead data space.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 08:09:35 +0000
parents 4e78acac3d88
children 1edc7293e433
comparison
equal deleted inserted replaced
19:aa868a5dcfd7 20:133d42e7e7ec
186 /* Define constants that are target dependent and/or are used for internal 186 /* Define constants that are target dependent and/or are used for internal
187 purposes. */ 187 purposes. */
188 188
189 #define NU_MIN_STACK_SIZE 240 189 #define NU_MIN_STACK_SIZE 240
190 #define NU_MAX_NAME 8 190 #define NU_MAX_NAME 8
191 #define NU_MAX_VECTORS 64 191 #define NU_MAX_VECTORS 8
192 #define NU_MAX_LISRS 8 192 #define NU_MAX_LISRS 8
193 193
194 194
195 /* Define constants for the number of UNSIGNED words in each of the basic 195 /* Define constants for the number of UNSIGNED words in each of the basic
196 system data structures. */ 196 system data structures. */