diff options
author | Paul Selkirk <paul@psgd.org> | 2016-08-23 11:29:26 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-08-23 11:29:26 -0400 |
commit | 1f00be95e861f87b625ed7fe39823dde3230ca98 (patch) | |
tree | d1f05db149b79d7183137fecd2cef3d988b69d7b /projects/hsm/Makefile | |
parent | 99c0a0a3b7e2b9f3222e93190564724e6177a6f2 (diff) |
Show running threads.
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile index 87679ca..b92390a 100644 --- a/projects/hsm/Makefile +++ b/projects/hsm/Makefile @@ -8,7 +8,8 @@ OBJS = crc32.o \ mgmt-fpga.c \ mgmt-keystore.c \ mgmt-masterkey.c \ - mgmt-misc.c + mgmt-misc.c \ + mgmt-thread.c BOARD_OBJS = \ $(TOPLEVEL)/stm-init.o \ @@ -26,7 +27,7 @@ BOARD_OBJS = \ $(BOARD_DIR)/stm32f4xx_hal_msp.o \ $(BOARD_DIR)/stm32f4xx_it_rtos.o -CFLAGS += -DNUM_RPC_TASK=6 +CFLAGS += -DNUM_RPC_TASK=4 CFLAGS += -I$(LIBHAL_SRC) CFLAGS += -I$(LIBCLI_SRC) |