This quest is for the one who is seeking how to use GPIO on RTEMS. I have tested that Pibrella Rev3 (popular all-in-one collection) and Raspberry Pi® Display-Modul 1115 (LCD+Keypad) both can work well. Thanks for AndrĂ© Marques, now GPIO library is feasible on RTEMS. Consider https://github.com/asuol/RTEMS_rpi_testing github: Below find more detail information after this article. AndrĂ©said he is still updating the file system, we look forward the official release in RTEMS. To adopt his contributions, I clone over his branch (GPIO_API) and rebuild my RTEMS again. Under the source directory (rtems-gpio), ./bootstrap, e.g. /home/khchen/development/rtems-gpio/, and then go to the build directory: Makefile.am and configure.ac all need to be changed accordingly, i.e., the name of library and the path of sample. Please note, due to ./bootstrap script, all the Makefile.am will be complied to Makefile.in in each directory. Then we change to the directory of build and configur...
Here record some exciting moments I experience during my ES / RTOS researches.