STM32 RTC Scheduler
RTC-based scheduler for ultra-low power applications
All Data Structures Files Functions Variables Typedefs Macros Pages
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  include
 core_stop.hThis file contains the function prototypes for entering and leaving low power modes
 error_handler.hThis file contains the error handling function prototypes
 freertos_tasks_c_additions.hThis file contains the additional code that needs to be inserted into the FreeRTOS tasks.c file
 FreeRTOSConfig.hThis file contains the FreeRTOS configuration definitions. These parameters are described in the FreeRTOS API documentation
 hardware.hThis file contains the hardware-specific definitions and function prototypes
 main.hThis file contains the application-related definitions
 rtc.hThis file contains the RTC-specific function prototypes
 scheduler.hThis file contains the RTC-based scheduler definitions, structures and function prototypes
  source
 core_stop.cThis file contains the implementation for entering and leaving low power modes
 error_handler.cThis file contains the error handling implementation
 hardware.cThis file contains the hardware-specific function implementations
 main.cThis file contains the main application implementation, including the RTOS task implementations, RTOS hooks and scheduler callback implementations
 rtc.cThis file contains the RTC-specific function implementations
 scheduler.cThis file contains the RTC-based scheduler function implementations
 stm32l4xx_hal_timebase.cThis file contains the STM32 HAL timebase implementation
 stm32l4xx_it.cThis file contains the implementations of interrupt handlers