added openocd support (#211)
openocd needs a visible uxTopUsedPriority symbol for freertos, but freertos is discarding it in v7, so I add the helper file manually
This commit is contained in:
		| @@ -23,4 +23,4 @@ endif | ||||
|  | ||||
| CFLAGS += -MMD -MP -MF"$(@:%.o=%.d)" | ||||
| CPPFLAGS = -fno-threadsafe-statics | ||||
| LDFLAGS	+= -Wl,-Map=$(OBJ_DIR)/$(PROJECT).map,--cref -Wl,--gc-sections | ||||
| LDFLAGS	+= -Wl,-Map=$(OBJ_DIR)/$(PROJECT).map,--cref -Wl,--gc-sections -Wl,--undefined=uxTopUsedPriority | ||||
|   | ||||
		Reference in New Issue
	
	Block a user