compatibilityDemo

This example (compatibilityDemo directory) shows how to migrate an application from the Soc v1.1 to v2.0. To run your previously developed software applications on v2.0, include compability.h and bsp.h at the top of your code. These files map the v2.0 code and driver changes to the old SoC version.

This demo runs a machine timer with interrupt, which was available in v1.1. See Migrating to the Sapphire SoC v2.0 from a Previous Version for additional migration details.

Hello world
BSP_MACHINE_TIMER 0
BSP_MACHINE_TIMER 1
BSP_MACHINE_TIMER 2
BSP_MACHINE_TIMER 3