Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Picolibc: A C Library for Smaller Systems
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Small System Considerations
- 3 Embedded Libc Needs
- 4 Developer First Steps
- 5 newlib concerns
- 6 Math code
- 7 stdio
- 8 Thread Local Storage
- 9 Example Startup Code (crto)
- 10 Linker script
- 11 Testing
- 12 Test Status
- 13 Recent Picolibc Work
- 14 hello.c
- 15 Compiling
- 16 Size of hello.elf
- 17 Running on hardware
- 18 Running under qemu
- 19 Using the float printf code
- 20 Comparing sizes (cortex m3)
- 21 Blinky Lights!
- 22 Projects with picolibc support
- 23 RIOT
- 24 Personal Projects
- 25 Picolibc Aspirations