Update training links to include 'HERE' text

This commit is contained in:
Kevin Thomas
2026-04-09 16:57:23 -04:00
committed by GitHub
parent 63e3de34e2
commit bb7193d07e

View File

@@ -27,16 +27,16 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8)
Students must have a working understanding of the following items:
- **Intermediate C Programming:** In particular, you must understand how pointers reference memory addresses which we will use to perform live variable hijacking.
- Training Link: https://www.learn-c.org
- Training Link [HERE](https://www.learn-c.org)
- **Bare-Metal Embedded Systems Assembly Basics:** You must have experience with bare-metal assembly as we will be using this extensively throughout the entire course specifically with GDB and Ghidra.
- Training Link: https://azeria-labs.com/writing-arm-assembly-part-1
- Training Link [HERE](https://azeria-labs.com/writing-arm-assembly-part-1)
- **Computer Architecture Basics (Registers & Stack):** You need a working mental model of how a CPU/MCU uses registers and the stack to follow the boot process and function calls.
- Training Link: https://www.geeksforgeeks.org/computer-science-fundamentals/what-is-register-memory
- Training Link: https://www.geeksforgeeks.org/computer-organization-architecture/memory-stack-organization-in-computer-architecture
- Training Link [HERE](https://www.geeksforgeeks.org/computer-science-fundamentals/what-is-register-memory)
- Training Link [HERE](https://www.geeksforgeeks.org/computer-organization-architecture/memory-stack-organization-in-computer-architecture)
- **Command Line Interface (CLI) Proficiency:** You must be comfortable navigating directories and executing commands in a terminal to run the necessary OpenOCD and GDB tools.
- Training Link: https://www.freecodecamp.org/news/command-line-commands-cli-tutorial
- Training Link [HERE](https://www.freecodecamp.org/news/command-line-commands-cli-tutorial)
- **Breadboarding Proficiency:** You must be comfortable demonstrating breadboard proficiency by efficiently prototyping circuits and integrating diverse peripherals, sensors, and microcontrollers.
- Training Video: https://www.youtube.com/watch?v=fq6U5Y14oM4
- Training Video [HERE](https://www.youtube.com/watch?v=fq6U5Y14oM4)
<br>