Skip to content
Snippets Groups Projects
Commit 5d548c94 authored by Ollie's avatar Ollie
Browse files

Update file Worksheet 1 Part 1.md

parent e1020c04
No related branches found
No related tags found
No related merge requests found
......@@ -2,28 +2,27 @@
## Table of Contents
1. [Introduction](#introduction)
2. [Overview of Files](#overview-of-files)
1. [File: `flash_ops.c`](#flash_opsc)
2. [File: `flash_ops.h`](#flash_opsh)
3. [File: `cli.c` & `cli.h`](#clic-and-clih)
4. [File: `custom_fgets.c` & `custom_fgets.h`](#custom_fgetsc-and-custom_fgetsh)
5. [File: `main.c`](#mainc)
6. [CMake Files](#cmake-files)
3. [Project Requirements](#project-requirements)
4. [Implementation Details](#implementation-details)
1. [Structured Flash Storage](#structured-flash-storage)
2. [Safe Write Operation](#safe-write-operation)
3. [Safe Read Operation](#safe-read-operation)
4. [Safe Erase Operation](#safe-erase-operation)
5. [Using the CLI Interface](#using-the-cli-interface)
1. [Commands](#commands)
2. [Examples](#examples)
6. [Testing & Validation](#testing--validation)
1. [Edge Cases](#edge-cases)
2. [Future Improvements](#future-improvements)
7. [Potential Additions (Bonus)](#potential-additions-bonus)
8. [Conclusion](#conclusion)
[Introduction](#introduction)
[Overview of Files](#overview-of-files)
[File: `flash_ops.c`](#flash_opsc)
[File: `flash_ops.h`](#flash_opsh)
[File: `cli.c` & `cli.h`](#clic-and-clih)
[File: `custom_fgets.c` & `custom_fgets.h`](#custom_fgetsc-and-custom_fgetsh)
[File: `main.c`](#mainc)
[CMake Files](#cmake-files)
[Project Requirements](#project-requirements)
[Implementation Details](#implementation-details)
[Structured Flash Storage](#structured-flash-storage)
[Safe Write Operation](#safe-write-operation)
[Safe Read Operation](#safe-read-operation)
[Safe Erase Operation](#safe-erase-operation)
[Using the CLI Interface](#using-the-cli-interface)
[Commands](#commands)
[Examples](#examples)
[Testing & Validation](#testing--validation)
[Edge Cases](#edge-cases)
[Future Improvements](#future-improvements)
[Conclusion](#conclusion)
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment