Skip to content

Introduction Section

Victor Correal Ramos edited this page May 2, 2020 · 3 revisions

Introduction

For complet an OS, we need some configuration for:

  • UART communication

  • Interface to work with the GPIO pins

  • Memory Management

  • Timers and interrupts management

  • Task management and scheduling

  • Support for multicore.

  • System calls for safety and efficiency usage of the hardware.

This concepts are used in several stages of development.

Stages of development

Clone this wiki locally