Skip to content

Commit

Permalink
Merge pull request #38 from JorgeMinjares/update_readme
Browse files Browse the repository at this point in the history
Updated READMEs
  • Loading branch information
jminjares4 authored Mar 29, 2023
2 parents 8c7c27b + c91a9e4 commit 6b72c32
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Additional_Labs/Lab_13/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **Lab 13: Assignment of Task to Cores**
# **Lab 13 Assignment of Task to Cores**

# **Objective**
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!
Expand Down
3 changes: 3 additions & 0 deletions Additional_Labs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ These are additional labs that may or may not be used in the course. The followi
- [Lab 9 WiFi and Internet of Things (IOT)](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_9)
- [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)
- [Lab 11 WiFi and IOT: ADC Monitor](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_11)
- [Lab 12 UART and LEDC (PWM)](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_12)
- [Lab 13 Assignment of Task to Cores](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_13)
- [Lab 14 ADC with LCD](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_14)

### Authors
* [**Jesus Minjares**](https://github.com/jminjares4)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ git submodule update --init --recursive
- [Lab 9 WiFi and Internet of Things (IOT)](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_9)
- [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)
- [Lab 11 WiFi and Internet of Things (IOT): ADC Monitor](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_11)
- [Lab 12 UART and LEDC (PWM)](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_12)
- [Lab 13 Assignment of Task to Cores](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_13)
- [Lab 14 ADC with LCD](https://github.com/jminjares4/Microprocessor-2-Lab-Template/tree/main/Additional_Labs/Lab_14)


## **Development**
|Microcontroller|Software|Enviroment|Operating System|
Expand Down
2 changes: 1 addition & 1 deletion doc_pages/lab13.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lab 13: Assignment of Task to Cores
# Lab 13 Assignment of Task to Cores

# Objective
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!
Expand Down
4 changes: 4 additions & 0 deletions doc_pages/mainpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ git submodule update --init --recursive
- [Lab 9 WiFi and Internet of Things (IOT)](@ref LAB_9)
- [Lab 10 WiFi and Internet of Things (IOT): Servo Motor Control](@ref LAB_10)
- [Lab 11 WiFi and Internet of Things (IOT): ADC Monitor](@ref LAB_11)
- [Lab 12 UART and LEDC (PWM)](lab12.md)
- [Lab 13 Assignment of Task to Cores](lab13.md)
- [Lab 14 ADC with LCD](lab14.md)


## Development
|Microcontroller|Software|Enviroment|Operating System|
Expand Down

0 comments on commit 6b72c32

Please sign in to comment.