I am running Windows CE on an IMx6 chip. I am trying to read button states during the bootloader stages to set the device to a different state.
Is there a GPIO library that I can generally call anywhere during bootloader?
I have been trying to call the functions in common_ddk.h
(DDK = Device Driver kit) but I am getting errors.