This is an early test for accessing the Peg components in Hollyhock 3.
- Clone to project
- Enter the devcontainer
make compile_commands.jsonor use the vscode task- Restart clangd (eg. via CRTL+SHIFT+P in vscode)
# Build for OS 2000
make OS=2000
# Build for OS 7002
make OS=7002Or 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