Jump to content

RAW32 Port Origins


chrisjn52

Recommended Posts

The RAW32 port is a port we wrote ourselves. It's just a port of the GOS module that allows running on a bare metal 32-bit system. It's not a 3rd-party OS or anything. All it does is implementing the very minimal things required to run the activated/used components of the µGFX library on a 32-bit bare metal system.

There's no documentation available other than the article that explains how to use it: http://wiki.ugfx.org/index.php/BareMetal

You can find the RAW32 implementation in these two files:

  • /src/gos/gos_raw32.h
  • /src/gos/gos_raw32.c
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...