Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image processing cli app #12

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
EPII_CM55M_APP_S/obj_*/**
we2_image_gen_local/output_*/**
we2_image_gen_local/Images*.txt
we2_image_gen_local/arm-none**
*.elf
*.map
*.img
Expand Down
4 changes: 2 additions & 2 deletions EPII_CM55M_APP_S/app/ww_projects/ww.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ LIB_SCENARIO_APP= $(OUT_DIR)/libww_projects.a
# I Moved the definition of APP_TYPE from makefile to ww.mk
# Uncomment one project to compile:
#APP_TYPE = i2c_slave_app
APP_TYPE = ww130_test
# APP_TYPE = ww130_test
#APP_TYPE = ww_template
#APP_TYPE = ww130_cli
APP_TYPE = ww130_cli

SCENARIO_APP_MKS =
SCENARIO_APP_MKS += $(foreach APP_TYPE_MK, $(APP_TYPE), $(wildcard $(SCENARIO_APP_ROOT)/$(APP_TYPE_MK)/*.mk))
Expand Down
777 changes: 438 additions & 339 deletions EPII_CM55M_APP_S/app/ww_projects/ww130_cli/CLI-commands.c

Large diffs are not rendered by default.

354 changes: 182 additions & 172 deletions EPII_CM55M_APP_S/app/ww_projects/ww130_cli/app_msg.h

Large diffs are not rendered by default.

Loading
Loading