A modern template for HHK3!
Checkout the other branches for more variants.
- Clone to project
- Enter the devcontainer
make compile_commands.jsonor use the vscode task- Restart clangd (eg. via CRTL+SHIFT+P in vscode)
make -jOr execute the default vscode build task with CRTL+SHIFT+B
Copy dist/CPapp.hh3 to the root of the calculator when connected in usb storage mode and then select and run from the launcher.
Open the Makefile and adjust this line to what you want:
APP_ELF := $(OUTDIR)/<your_file_name>.elf