Completed
Grumpy old man
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
std::execution from the Metal Up - Implementing Sender/Receiver for Microcontroller UART - Lecture
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Who am I
- 3 What motivated me
- 4 Senders and receivers
- 5 Senders
- 6 Receivers
- 7 Chaining
- 8 Operation State
- 9 Scheduler
- 10 Interrupt
- 11 Asynchronous Pipeline
- 12 Nvidia
- 13 ISR sender
- 14 Value categories
- 15 The operation state
- 16 The problem
- 17 Calling the receiver
- 18 Enabling the interrupt
- 19 Disabling the interrupt
- 20 Receiver environment
- 21 User facing
- 22 Feynman way
- 23 freestanding
- 24 future work
- 25 freestanding execution
- 26 asynchronous code
- 27 Grumpy old man