Minimonium / baremetal_experiments

baremetal experiments on raspberypi3 and esp8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the bare metal experiments.

Catalogue structure:

  • baremetal_cpp/
    main catalogue with baremetal experiments on raspberrypi3 and esp8266
  • boot_files/
    boot files for raspberrypi3 that should be placed on SD card with compiled kernel8.img binary image
  • docs/
    boards manuals, hardware documentation
  • mini_uart_io/
    raspberrypi3 uart implementation in C, my first steps in bare metal world
  • unused_experimental_headers/
    stl parts that still not ported to embedded

About

baremetal experiments on raspberypi3 and esp8266


Languages

Language:C++ 48.8%Language:C 19.2%Language:CMake 13.3%Language:Makefile 13.3%Language:Assembly 5.4%