Skip to content

Commit c91a9e4

Browse files
committed
Updated READMEs
1 parent 8c7c27b commit c91a9e4

5 files changed

Lines changed: 13 additions & 2 deletions

File tree

Additional_Labs/Lab_13/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **Lab 13: Assignment of Task to Cores**
1+
# **Lab 13 Assignment of Task to Cores**
22

33
# **Objective**
44
The objective of this lab is to learn how to assign tasks to each of the cores manually. Up until now, you have been making tasks, but never had any control of the actual CPU core. In this lab, you will be assigning each task to the CPU core and will be using a semaphore for some of the tasks!

Additional_Labs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ These are additional labs that may or may not be used in the course. The followi
66
- [Lab 9 WiFi and Internet of Things (IOT)](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_9)
77
- [Lab 10 WiFi and Internet of Things (IOT): Servo Motor Control](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_10)
88
- [Lab 11 WiFi and IOT: ADC Monitor](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_11)
9+
- [Lab 12 UART and LEDC (PWM)](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_12)
10+
- [Lab 13 Assignment of Task to Cores](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_13)
11+
- [Lab 14 ADC with LCD](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_14)
912

1013
### Authors
1114
* [**Jesus Minjares**](https://github.com/jminjares4)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ git submodule update --init --recursive
4545
- [Lab 9 WiFi and Internet of Things (IOT)](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_9)
4646
- [Lab 10 WiFi and Internet of Things (IOT): Servo Motor Control](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_10)
4747
- [Lab 11 WiFi and Internet of Things (IOT): ADC Monitor](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_11)
48+
- [Lab 12 UART and LEDC (PWM)](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_12)
49+
- [Lab 13 Assignment of Task to Cores](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_13)
50+
- [Lab 14 ADC with LCD](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_14)
51+
4852

4953
## **Development**
5054
|Microcontroller|Software|Enviroment|Operating System|

doc_pages/lab13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lab 13: Assignment of Task to Cores
1+
# Lab 13 Assignment of Task to Cores
22

33
# Objective
44
The objective of this lab is to learn how to assign tasks to each of the cores manually. Up until now, you have been making tasks, but never had any control of the actual CPU core. In this lab, you will be assigning each task to the CPU core and will be using a semaphore for some of the tasks!

doc_pages/mainpage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ git submodule update --init --recursive
4747
- [Lab 9 WiFi and Internet of Things (IOT)](@ref LAB_9)
4848
- [Lab 10 WiFi and Internet of Things (IOT): Servo Motor Control](@ref LAB_10)
4949
- [Lab 11 WiFi and Internet of Things (IOT): ADC Monitor](@ref LAB_11)
50+
- [Lab 12 UART and LEDC (PWM)](lab12.md)
51+
- [Lab 13 Assignment of Task to Cores](lab13.md)
52+
- [Lab 14 ADC with LCD](lab14.md)
53+
5054

5155
## Development
5256
|Microcontroller|Software|Enviroment|Operating System|

0 commit comments

Comments
 (0)