Skip to content
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
14 changes: 7 additions & 7 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@ int main(void) {
}

// The Zephyr Shell starts automatically in the background on the UART.
printf("\n\n======================================\n");
printf(" THEATER PANIC: THE ADVENTURE \n");
printf("======================================\n");
printf("Type 'look' to see where you are.\n");
printf("Type 'go <direction>' to move.\n");
printf("Type 'reset' to start over.\n");
printf("======================================\n\n");
printk("\n\n======================================\n");
printk(" THEATER PANIC: THE ADVENTURE \n");
printk("======================================\n");
printk("Type 'look' to see where you are.\n");
printk("Type 'go <direction>' to move.\n");
printk("Type 'reset' to start over.\n");
printk("======================================\n\n");

return 0;
}
7 changes: 7 additions & 0 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ manifest:
path: modules/hal/cmsis_6
groups:
- hal

- name: hal_microchip
remote: local-repos
revision: 86f3ea6b389d860332bd81ae8b97543def619395
path: modules/hal/microchip
groups:
- hal

self:
path: app