Skip to content

Conversation

SD170
Copy link

@SD170 SD170 commented Sep 3, 2025

Problem

The Tools.md file references ./Resources.md which doesn't exist in the project, causing broken links when users try to access the resources page.

Solution

Created a comprehensive Resources.md page that includes:

  • Unix command line basics and essential commands
  • File navigation and viewing tools
  • Process management commands
  • Git basics for version control
  • Text editors (command line and VS Code)
  • Useful shell features (tab completion, history, aliases)
  • File permissions and package management
  • Troubleshooting guide for common issues
  • Embedded development resources (Pico SDK, ARM docs, Lingua Franca)
  • External links to additional documentation

Impact

  • Fixes broken reference in Tools.md
  • Provides students with comprehensive Unix command line reference
  • Supports the embedded systems lab exercises with relevant resources
  • Improves overall documentation completeness

…mbedded development

- Add Unix command line basics with essential commands (ls, cd, cp, mv, rm, etc.)
- Include file navigation, process management, and network commands
- Add Git basics section for version control
- Include text editors section (command line and VS Code)
- Add useful shell features (tab completion, history, aliases)
- Include file permissions and package management sections
- Add troubleshooting guide for common issues
- Include embedded development resources (Pico SDK, ARM docs, Lingua Franca)
- Provide external links to additional documentation
- Fix broken reference in Tools.md by providing the missing Resources.md file
@SD170 SD170 changed the title Add comprehensive Resources.md page for Unix command line tools and embedded development Add Resources.md page to fix broken reference in Tools.md Sep 3, 2025
Copy link
Contributor

@edwardalee edwardalee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants