Contributor
ddvn

STM32F4 BSP Project


Mentors
Joel Sherrill, Vijay Kumar Banerjee, Christian Mauderer
Organization
RTEMS Project
Technologies
c, rtos, STM32F4
Topics
embedded systems
This project has three objectives: - To improve RTEMS BSP libraries by creating a new GPIO API and ADC API. Currently RTEMS has a GPIO API, but it has limitation of not being generic enough. The new APIs aim to create portability and simplicity for these fundamental functionalities for RTEMS BSPs. - To implement GPIO and ADC functionalities for STM32F4 BSP, which currently is lacking those. STM32 HAL and LL drivers will be integrated to add new features to the BSP. - To add networking capability for STM32F4 BSP and other STM32 chips by porting lwIP networking stack.