Avalon Firmware
 
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  Core
  Inc
 adc.hThis file contains all the function prototypes for the adc.c file
 crc.hThis file contains all the function prototypes for the crc.c file
 dma.hThis file contains all the function prototypes for the dma.c file
 fdcan.hThis file contains all the function prototypes for the fdcan.c file
 gpio.hThis file contains all the function prototypes for the gpio.c file
 hrtim.hThis file contains all the function prototypes for the hrtim.c file
 iwdg.hThis file contains all the function prototypes for the iwdg.c file
 main.h: Header for main.c file. This file contains the common defines of the application
 spi.hThis file contains all the function prototypes for the spi.c file
 stm32g4xx_hal_conf.hHAL configuration file
 stm32g4xx_it.hThis file contains the headers of the interrupt handlers
 tim.hThis file contains all the function prototypes for the tim.c file
 usart.hThis file contains all the function prototypes for the usart.c file
 usb.hThis file contains all the function prototypes for the usb.c file
  Src
 adc.cThis file provides code for the configuration of the ADC instances
 app_freertos.cpp
 crc.cThis file provides code for the configuration of the CRC instances
 dma.cThis file provides code for the configuration of all the requested memory to memory DMA transfers
 fdcan.cThis file provides code for the configuration of the FDCAN instances
 gpio.cThis file provides code for the configuration of all used GPIO pins
 hrtim.cThis file provides code for the configuration of the HRTIM instances
 iwdg.cThis file provides code for the configuration of the IWDG instances
 main.cpp
 main_cringe.c
 main_temp.c
 spi.cThis file provides code for the configuration of the SPI instances
 stm32g4xx_hal_msp.cThis file provides code for the MSP Initialization and de-Initialization codes
 stm32g4xx_it.cInterrupt Service Routines
 syscalls.cSTM32CubeIDE Minimal System calls file
 sysmem.cSTM32CubeIDE System Memory calls file
 system_stm32g4xx.cCMSIS Cortex-M4 Device Peripheral Access Layer System Source File
 tim.cThis file provides code for the configuration of the TIM instances
 usart.cThis file provides code for the configuration of the USART instances
 usb.cThis file provides code for the configuration of the USB instances
  docs
 doxygen
  System
  stm_utils
  Inc
 adc_utils.hppHeader file for managing ADC sampling, compensation, and filtering for the supercapacitor control board
 msg_handler.hppCAN communication handler for sending and receiving control messages related to the supercapacitor power module
 supercap_controllers.hppCore control logic for the supercapacitor power manager
 supercap_def.hConfiguration constants for the supercapacitor power manager firmware
  Src
 adc_utils.cppUtility functions for ADC data acquisition and processing for the supercapacitor control board
 msg_handler.cppHandles CAN message reception, decoding, and response for supercap control
 supercap_controllers.cpp