This repository maintains examples and codes explained in play with Bits YouTube channel for public sharing. List of topics which will be covered on youtube with examples and demo.
- Embedded Interview Crackers
- Big Endian vs Little Endian
- Memory Layout
- Different sections of Memory
- Bit Manipulation (Reset and Setting of Bits)
- Memory leakage
- Structure padding and holes in memory
- Finding size of datatype without using sizeof
- FreeRTOS
- Basic Elements of RTOS
- FreeRTOS Basics
- FreeRTOS Architecture
- Porting layer
- Functions to define for porting
- Boot Flow
- Interrupt Flow
- Critical Section
- MMU
- Exception level
- Non-secure boot
- Secure Boot
- DSP Algorithms (NEON)
- FPU
- Floating point context saving during task/thread switching
- Floating point context saving during interrupt to thread and thread to interrupt
- Zephyr
- Zephyr build system
- Boot Flow
- MMU config
- Drivers
- U-Boot
- u-boot build
- tftp using u-boot