├── .gitignore ├── ADC_Buffer_Handler_STM32.c ├── ADC_Buffer_Handler_STM32.h ├── AssertParam.c ├── AssertParam.h ├── BD37531FV.c ├── BD37531FV.h ├── BSP_CR4000.h ├── BSP_CR5000.h ├── CANFD_Buffer.c ├── CANFD_Buffer.h ├── CAN_Buffer.h ├── CAN_Filter.c ├── CAN_Filter.h ├── CAN_buffer.c ├── CanBusActivity.c ├── CanBusActivity.h ├── CharArrayToInt.c ├── CharArrayToInt.h ├── CharToByte.c ├── ChartoByte.h ├── ChimeGenerator.c ├── ChimeGenerator.h ├── Chksum16bit.c ├── Chksum16bit.h ├── CommandList_Array.c ├── CommandList_Array.h ├── CommandList_Drv.c ├── CommandList_Drv.h ├── DebugMode.c ├── DebugMode.h ├── EMC1412.c ├── EMC1412.h ├── ErrorStatus.c ├── ErrorStatus.h ├── FDCAN_Handler.c ├── FDCAN_Handler.h ├── FSAV331_Control.c ├── FSAV331_Control.h ├── Flash_Data_Handler.c ├── Flash_Data_Handler.h ├── Flash_ReadWrite_Drv_STM32.c ├── Flash_ReadWrite_Drv_STM32.h ├── FloatToString.c ├── FloatToString.h ├── GPIO_Ports.c ├── GPIO_Ports.h ├── HC4052_Control.c ├── HC4052_Control.h ├── I2C_Drv_TM4C.c ├── I2C_Drv_TM4C.h ├── I2C_GenericHandler_STM32.c ├── I2C_GenericHandler_STM32.h ├── I2C_Generic_Handler.c ├── I2C_Generic_Handler.h ├── I2C_Generic_Handler_TM4C.c ├── I2C_Generic_Handler_TM4C.h ├── I2C_ISR_Callback_STM32.c ├── I2C_ISR_Callback_STM32.h ├── I2C_Message_Handler.c ├── I2C_Message_Handler.h ├── I2C_Queue_STM32.c ├── I2C_Queue_STM32.h ├── INA3221_Drv.c ├── INA3221_Drv.h ├── INA3221_Handler.c ├── INA3221_Handler.h ├── ITOA.c ├── ITOA.h ├── Interpolation_Drv.c ├── Interpolation_Drv.h ├── IsHex.c ├── IsHex.h ├── LTM4675_Drv.c ├── LTM4675_Drv.h ├── LTM46xx_Handler.c ├── LTM46xx_Handler.h ├── Linear_5_11.c ├── Linear_5_11.h ├── MAX_31760.c ├── MAX_31760.h ├── MCDP6200.c ├── MCDP6200.h ├── MCDP6200_I2C_ReadWrite.c ├── MCDP6200_I2C_ReadWrite.h ├── MPU_9250.c ├── MPU_9250.h ├── MadgwickAHRS.cpp ├── MadgwickAHRS.h ├── Modulo256Checksum.c ├── Modulo256Checksum.h ├── NotifyUser.c ├── NotifyUser.h ├── NotifyUserDMA.c ├── NotifyUserDMA.h ├── PollingRoutine.c ├── PollingRoutine.h ├── README.md ├── Radio Drivers ├── Alpine.c ├── Alpine.h ├── Clarion.c ├── Clarion.h ├── JVC.c ├── JVC.h ├── Kenwood.c ├── Kenwood.h ├── Pioneer.c ├── Pioneer.h ├── RadioFunctions.c ├── RadioFunctions.h ├── Sony.c └── Sony.h ├── RingBuff.c ├── RingBuff.h ├── RingBuffer.c ├── RingBuffer.h ├── RotaryEncoder.c ├── RotaryEncoder.h ├── STM32_UID.c ├── STM32_UID.h ├── SigmaStudioFW.c ├── SigmaStudioFW.h ├── Sleep.c ├── Sleep.h ├── StringManip.c ├── StringManip.h ├── SystemTick_Handler_STM32.c ├── SystemTick_Handler_STM32.h ├── TCA9546A.c ├── TCA9546A.h ├── TCA9546A_Drv.c ├── TCA9546A_Drv.h ├── TCA9546A_Handler.c ├── TCA9546A_Handler.h ├── TDA7718N.c ├── TDA7718N.h ├── TDA7721.c ├── TDA7721.h ├── TI ├── ADC0_Config.c ├── ADC0_Config.h ├── GPIO_Config.c ├── GPIO_Config.h ├── I2C0_Config.c ├── I2C0_Config.h ├── I2C_TM4C.c ├── I2C_TM4C.h ├── IRQ_Handler.c ├── IRQ_Handler.h ├── PWM_Config.c ├── PWM_Config.h ├── PeripheralsInit.c ├── PeripheralsInit.h ├── SystemClock_Config.c ├── SystemClock_Config.h ├── SystemTick_Config.c ├── SystemTick_Config.h ├── Timer_Config.c ├── Timer_Config.h ├── UART_Config.c └── UART_Config.h ├── TM4C12x.h ├── TMP101.c ├── TMP101.h ├── TMP108.c ├── TMP108.h ├── TMP10x_Drv.c ├── TMP10x_Drv.h ├── TMP10x_Handler.c ├── TMP10x_Handler.h ├── TTP229-LSF.c ├── TTP229-LSF.h ├── TUSB1002.c ├── TUSB1002.h ├── TemperatureConversion.c ├── TemperatureConversion.h ├── TimerCallback.c ├── TimerCallback.h ├── TimerDelay.c ├── TimerDelay.h ├── UART_Buffer.c ├── UART_Buffer.h ├── UART_DMA_Handler_STM32.c ├── UART_DMA_Handler_STM32.h ├── UART_DMA_Handler_TM4C.c ├── UART_DMA_Handler_TM4C.h ├── UART_DMA_Idle_Circular_Drv_STM32.c ├── UART_DMA_Idle_Circular_Drv_STM32.h ├── UART_Handler.c ├── UART_Handler.h ├── UART_Handler_STM32.c ├── UART_Handler_STM32.h ├── UART_Handler_TM4C.c ├── UART_Handler_TM4C.h ├── UART_Handler_dsPIC33.c ├── UART_Handler_dsPIC33.h ├── UART_IT_Handler_STM32.c ├── UART_IT_Handler_STM32.h ├── USB_Buffer.c ├── USB_Buffer.h ├── USB_CAN_Convert.c ├── USB_CAN_Convert.h ├── USB_CDC_Buffer.c ├── USB_CDC_Buffer.h ├── UartCharBuffer.c ├── UartCharBuffer.h ├── Vehicle Drivers ├── AdvancedRemoteReceiverControl.c ├── AdvancedRemoteReceiverControl.h ├── ArbTextDisplayLineAttributes.c ├── ArbTextDisplayLineAttributes.h ├── ArbTextDisplayStatus.c ├── ArbTextDisplayStatus.h ├── ArbTextReqSetDispParameter.c ├── ArbTextReqSetDispParameter.h ├── ArbTextReqSetDisplayText.c ├── ArbTextReqSetDisplayText.h ├── AudioAmplifierStatus.c ├── AudioAmplifierStatus.h ├── AudioMasterCommand.c ├── AudioMasterCommand.h ├── AudioSourceStatus.c ├── AudioSourceStatus.h ├── Brake.c ├── Brake.h ├── CAN_Activity.c ├── CAN_Activity.h ├── CAN_Autobaud.c ├── CAN_Autobaud.h ├── CAN_BufferV2.h ├── CAN_BufferV3.h ├── CAN_Handler.c ├── CAN_Handler.h ├── CAN_MessageDelayed.c ├── CAN_MessageDelayed.h ├── CAN_TransceiverFD.c ├── CAN_TransceiverFD.h ├── CAN_TransceiverGMLAN.c ├── CAN_TransceiverGMLAN.h ├── CAN_TransceiverLSFT.c ├── CAN_TransceiverLSFT.h ├── CAN_TransceiverMS.c ├── CAN_TransceiverMS.h ├── CAN_bufferV2.c ├── CAN_bufferV3.c ├── CHRYSLER_CAN_ID.h ├── CHRYSLER_Defines.h ├── ChimeCommand.c ├── ChimeCommand.h ├── ChimeStatus.c ├── ChimeStatus.h ├── ClimateControlStataus.c ├── ClimateControlStatus.h ├── DiagnosticTool.c ├── DiagnosticTool.h ├── DimmerInformation.c ├── DimmerInformation.h ├── Doors.c ├── Doors.h ├── FORD_CAN_ID.h ├── GMLAN_CAN_ID.h ├── GMLAN_CAN_ID_V2.h ├── GMLAN_Defines.h ├── GearInformation.c ├── GearInformation.h ├── InfotainmentAllowed.c ├── InfotainmentAllowed.h ├── Lighting.c ├── Lighting.h ├── MERCEDES_CAN_ID.h ├── MirrorMovementRequest.c ├── MirrorMovementRequest.h ├── NCA_From_SDAR.c ├── NCA_From_SDAR.h ├── NCA_IntegratedRadioChassis.c ├── NCA_IntegratedRadioChassis.h ├── PowerMode.c ├── PowerMode.h ├── Rap.c ├── Rap.h ├── RemoteReceiverStatus.c ├── RemoteReceiverStatus.h ├── SWC.c ├── SWC.h ├── SWC_DualFunction.c ├── SWC_DualFunction.h ├── SWC_SendDelayed.c ├── SWC_SendDelayed.h ├── ServiceTools.c ├── ServiceTools.h ├── TOYOTA_CAN_ID.h ├── TurnSignals.c ├── TurnSignals.h ├── VIN.c ├── VIN.h ├── VW_CAN_ID.h ├── VehicleSpeed.c └── VehicleSpeed.h ├── Xilinx ├── AD5627R.c ├── AD5627R.h ├── GPIO_Init.c ├── GPIO_Init.h ├── GPIO_ReadWrite.c ├── GPIO_ReadWrite.h ├── I2C_Init.c ├── I2C_Init.h ├── I2C_ReadWrite.c ├── I2C_ReadWrite.h ├── INA3221.c ├── INA3221.h ├── InterruptController_Init.c ├── InterruptController_Init.h ├── InterruptHandlers.c ├── InterruptHandlers.h ├── LTC2449.c ├── LTC2449.h ├── PI3USB32212.c ├── PI3USB32212.h ├── Peripherals_Init.c ├── Peripherals_Init.h ├── SPI_Init.c ├── SPI_Init.h ├── SPI_ReadWrite.c ├── SPI_ReadWrite.h ├── TUSB1002.c ├── TUSB1002.h ├── Timer_Init.c ├── Timer_Init.h ├── UartOut.c ├── UartOut.h ├── Uart_Init.c └── Uart_Init.h ├── _Unused ├── XDPE192C3D_Drv.c ├── XDPE192C3D_Drv.h ├── XDPE192C3D_Handler.c └── XDPE192C3D_Handler.h ├── aes.c ├── aes.h ├── ascii_to_hex.c ├── ascii_to_hex.h ├── callback.h ├── kickTheDog.c ├── kickTheDog.h └── revision.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/.gitignore -------------------------------------------------------------------------------- /ADC_Buffer_Handler_STM32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/ADC_Buffer_Handler_STM32.c -------------------------------------------------------------------------------- /ADC_Buffer_Handler_STM32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/ADC_Buffer_Handler_STM32.h -------------------------------------------------------------------------------- /AssertParam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/AssertParam.c -------------------------------------------------------------------------------- /AssertParam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/AssertParam.h -------------------------------------------------------------------------------- /BD37531FV.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/BD37531FV.c -------------------------------------------------------------------------------- /BD37531FV.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/BD37531FV.h -------------------------------------------------------------------------------- /BSP_CR4000.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /BSP_CR5000.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CANFD_Buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CANFD_Buffer.c -------------------------------------------------------------------------------- /CANFD_Buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CANFD_Buffer.h -------------------------------------------------------------------------------- /CAN_Buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CAN_Buffer.h -------------------------------------------------------------------------------- /CAN_Filter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CAN_Filter.c -------------------------------------------------------------------------------- /CAN_Filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CAN_Filter.h -------------------------------------------------------------------------------- /CAN_buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CAN_buffer.c -------------------------------------------------------------------------------- /CanBusActivity.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CanBusActivity.c -------------------------------------------------------------------------------- /CanBusActivity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CanBusActivity.h -------------------------------------------------------------------------------- /CharArrayToInt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CharArrayToInt.c -------------------------------------------------------------------------------- /CharArrayToInt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CharArrayToInt.h -------------------------------------------------------------------------------- /CharToByte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CharToByte.c -------------------------------------------------------------------------------- /ChartoByte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/ChartoByte.h -------------------------------------------------------------------------------- /ChimeGenerator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/ChimeGenerator.c -------------------------------------------------------------------------------- /ChimeGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/ChimeGenerator.h -------------------------------------------------------------------------------- /Chksum16bit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Chksum16bit.c -------------------------------------------------------------------------------- /Chksum16bit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Chksum16bit.h -------------------------------------------------------------------------------- /CommandList_Array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CommandList_Array.c -------------------------------------------------------------------------------- /CommandList_Array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CommandList_Array.h -------------------------------------------------------------------------------- /CommandList_Drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CommandList_Drv.c -------------------------------------------------------------------------------- /CommandList_Drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/CommandList_Drv.h -------------------------------------------------------------------------------- /DebugMode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/DebugMode.c -------------------------------------------------------------------------------- /DebugMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/DebugMode.h -------------------------------------------------------------------------------- /EMC1412.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/EMC1412.c -------------------------------------------------------------------------------- /EMC1412.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/EMC1412.h -------------------------------------------------------------------------------- /ErrorStatus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/ErrorStatus.c -------------------------------------------------------------------------------- /ErrorStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/ErrorStatus.h -------------------------------------------------------------------------------- /FDCAN_Handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/FDCAN_Handler.c -------------------------------------------------------------------------------- /FDCAN_Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/FDCAN_Handler.h -------------------------------------------------------------------------------- /FSAV331_Control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/FSAV331_Control.c -------------------------------------------------------------------------------- /FSAV331_Control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/FSAV331_Control.h -------------------------------------------------------------------------------- /Flash_Data_Handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Flash_Data_Handler.c -------------------------------------------------------------------------------- /Flash_Data_Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Flash_Data_Handler.h -------------------------------------------------------------------------------- /Flash_ReadWrite_Drv_STM32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Flash_ReadWrite_Drv_STM32.c -------------------------------------------------------------------------------- /Flash_ReadWrite_Drv_STM32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Flash_ReadWrite_Drv_STM32.h -------------------------------------------------------------------------------- /FloatToString.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/FloatToString.c -------------------------------------------------------------------------------- /FloatToString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/FloatToString.h -------------------------------------------------------------------------------- /GPIO_Ports.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/GPIO_Ports.c -------------------------------------------------------------------------------- /GPIO_Ports.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/GPIO_Ports.h -------------------------------------------------------------------------------- /HC4052_Control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/HC4052_Control.c -------------------------------------------------------------------------------- /HC4052_Control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/HC4052_Control.h -------------------------------------------------------------------------------- /I2C_Drv_TM4C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_Drv_TM4C.c -------------------------------------------------------------------------------- /I2C_Drv_TM4C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_Drv_TM4C.h -------------------------------------------------------------------------------- /I2C_GenericHandler_STM32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_GenericHandler_STM32.c -------------------------------------------------------------------------------- /I2C_GenericHandler_STM32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_GenericHandler_STM32.h -------------------------------------------------------------------------------- /I2C_Generic_Handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_Generic_Handler.c -------------------------------------------------------------------------------- /I2C_Generic_Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_Generic_Handler.h -------------------------------------------------------------------------------- /I2C_Generic_Handler_TM4C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_Generic_Handler_TM4C.c -------------------------------------------------------------------------------- /I2C_Generic_Handler_TM4C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_Generic_Handler_TM4C.h -------------------------------------------------------------------------------- /I2C_ISR_Callback_STM32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_ISR_Callback_STM32.c -------------------------------------------------------------------------------- /I2C_ISR_Callback_STM32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_ISR_Callback_STM32.h -------------------------------------------------------------------------------- /I2C_Message_Handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_Message_Handler.c -------------------------------------------------------------------------------- /I2C_Message_Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_Message_Handler.h -------------------------------------------------------------------------------- /I2C_Queue_STM32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_Queue_STM32.c -------------------------------------------------------------------------------- /I2C_Queue_STM32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/I2C_Queue_STM32.h -------------------------------------------------------------------------------- /INA3221_Drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/INA3221_Drv.c -------------------------------------------------------------------------------- /INA3221_Drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/INA3221_Drv.h -------------------------------------------------------------------------------- /INA3221_Handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/INA3221_Handler.c -------------------------------------------------------------------------------- /INA3221_Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/INA3221_Handler.h -------------------------------------------------------------------------------- /ITOA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/ITOA.c -------------------------------------------------------------------------------- /ITOA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/ITOA.h -------------------------------------------------------------------------------- /Interpolation_Drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Interpolation_Drv.c -------------------------------------------------------------------------------- /Interpolation_Drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Interpolation_Drv.h -------------------------------------------------------------------------------- /IsHex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/IsHex.c -------------------------------------------------------------------------------- /IsHex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/IsHex.h -------------------------------------------------------------------------------- /LTM4675_Drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/LTM4675_Drv.c -------------------------------------------------------------------------------- /LTM4675_Drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/LTM4675_Drv.h -------------------------------------------------------------------------------- /LTM46xx_Handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/LTM46xx_Handler.c -------------------------------------------------------------------------------- /LTM46xx_Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/LTM46xx_Handler.h -------------------------------------------------------------------------------- /Linear_5_11.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Linear_5_11.c -------------------------------------------------------------------------------- /Linear_5_11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Linear_5_11.h -------------------------------------------------------------------------------- /MAX_31760.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/MAX_31760.c -------------------------------------------------------------------------------- /MAX_31760.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/MAX_31760.h -------------------------------------------------------------------------------- /MCDP6200.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/MCDP6200.c -------------------------------------------------------------------------------- /MCDP6200.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/MCDP6200.h -------------------------------------------------------------------------------- /MCDP6200_I2C_ReadWrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/MCDP6200_I2C_ReadWrite.c -------------------------------------------------------------------------------- /MCDP6200_I2C_ReadWrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/MCDP6200_I2C_ReadWrite.h -------------------------------------------------------------------------------- /MPU_9250.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/MPU_9250.c -------------------------------------------------------------------------------- /MPU_9250.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/MPU_9250.h -------------------------------------------------------------------------------- /MadgwickAHRS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/MadgwickAHRS.cpp -------------------------------------------------------------------------------- /MadgwickAHRS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/MadgwickAHRS.h -------------------------------------------------------------------------------- /Modulo256Checksum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Modulo256Checksum.c -------------------------------------------------------------------------------- /Modulo256Checksum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Modulo256Checksum.h -------------------------------------------------------------------------------- /NotifyUser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/NotifyUser.c -------------------------------------------------------------------------------- /NotifyUser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/NotifyUser.h -------------------------------------------------------------------------------- /NotifyUserDMA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/NotifyUserDMA.c -------------------------------------------------------------------------------- /NotifyUserDMA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/NotifyUserDMA.h -------------------------------------------------------------------------------- /PollingRoutine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/PollingRoutine.c -------------------------------------------------------------------------------- /PollingRoutine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/PollingRoutine.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/README.md -------------------------------------------------------------------------------- /Radio Drivers/Alpine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Radio Drivers/Alpine.c -------------------------------------------------------------------------------- /Radio Drivers/Alpine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Radio Drivers/Alpine.h -------------------------------------------------------------------------------- /Radio Drivers/Clarion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Radio Drivers/Clarion.c -------------------------------------------------------------------------------- /Radio Drivers/Clarion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Radio Drivers/Clarion.h -------------------------------------------------------------------------------- /Radio Drivers/JVC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Radio Drivers/JVC.c -------------------------------------------------------------------------------- /Radio Drivers/JVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Radio Drivers/JVC.h -------------------------------------------------------------------------------- /Radio Drivers/Kenwood.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Radio Drivers/Kenwood.c -------------------------------------------------------------------------------- /Radio Drivers/Kenwood.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Radio Drivers/Kenwood.h -------------------------------------------------------------------------------- /Radio Drivers/Pioneer.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Radio Drivers/Pioneer.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Radio Drivers/RadioFunctions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Radio Drivers/RadioFunctions.c -------------------------------------------------------------------------------- /Radio Drivers/RadioFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Radio Drivers/RadioFunctions.h -------------------------------------------------------------------------------- /Radio Drivers/Sony.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Radio Drivers/Sony.c -------------------------------------------------------------------------------- /Radio Drivers/Sony.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Radio Drivers/Sony.h -------------------------------------------------------------------------------- /RingBuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/RingBuff.c -------------------------------------------------------------------------------- /RingBuff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/RingBuff.h -------------------------------------------------------------------------------- /RingBuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/RingBuffer.c -------------------------------------------------------------------------------- /RingBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/RingBuffer.h -------------------------------------------------------------------------------- /RotaryEncoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/RotaryEncoder.c -------------------------------------------------------------------------------- /RotaryEncoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/RotaryEncoder.h -------------------------------------------------------------------------------- /STM32_UID.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/STM32_UID.c -------------------------------------------------------------------------------- /STM32_UID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/STM32_UID.h -------------------------------------------------------------------------------- /SigmaStudioFW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/SigmaStudioFW.c -------------------------------------------------------------------------------- /SigmaStudioFW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/SigmaStudioFW.h -------------------------------------------------------------------------------- /Sleep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Sleep.c -------------------------------------------------------------------------------- /Sleep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Sleep.h -------------------------------------------------------------------------------- /StringManip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/StringManip.c -------------------------------------------------------------------------------- /StringManip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/StringManip.h -------------------------------------------------------------------------------- /SystemTick_Handler_STM32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/SystemTick_Handler_STM32.c -------------------------------------------------------------------------------- /SystemTick_Handler_STM32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/SystemTick_Handler_STM32.h -------------------------------------------------------------------------------- /TCA9546A.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TCA9546A.c -------------------------------------------------------------------------------- /TCA9546A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TCA9546A.h -------------------------------------------------------------------------------- /TCA9546A_Drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TCA9546A_Drv.c -------------------------------------------------------------------------------- /TCA9546A_Drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TCA9546A_Drv.h -------------------------------------------------------------------------------- /TCA9546A_Handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TCA9546A_Handler.c -------------------------------------------------------------------------------- /TCA9546A_Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TCA9546A_Handler.h -------------------------------------------------------------------------------- /TDA7718N.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TDA7718N.c -------------------------------------------------------------------------------- /TDA7718N.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TDA7718N.h -------------------------------------------------------------------------------- /TDA7721.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TDA7721.c -------------------------------------------------------------------------------- /TDA7721.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TDA7721.h -------------------------------------------------------------------------------- /TI/ADC0_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/ADC0_Config.c -------------------------------------------------------------------------------- /TI/ADC0_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/ADC0_Config.h -------------------------------------------------------------------------------- /TI/GPIO_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/GPIO_Config.c -------------------------------------------------------------------------------- /TI/GPIO_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/GPIO_Config.h -------------------------------------------------------------------------------- /TI/I2C0_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/I2C0_Config.c -------------------------------------------------------------------------------- /TI/I2C0_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/I2C0_Config.h -------------------------------------------------------------------------------- /TI/I2C_TM4C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/I2C_TM4C.c -------------------------------------------------------------------------------- /TI/I2C_TM4C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/I2C_TM4C.h -------------------------------------------------------------------------------- /TI/IRQ_Handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/IRQ_Handler.c -------------------------------------------------------------------------------- /TI/IRQ_Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/IRQ_Handler.h -------------------------------------------------------------------------------- /TI/PWM_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/PWM_Config.c -------------------------------------------------------------------------------- /TI/PWM_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/PWM_Config.h -------------------------------------------------------------------------------- /TI/PeripheralsInit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/PeripheralsInit.c -------------------------------------------------------------------------------- /TI/PeripheralsInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/PeripheralsInit.h -------------------------------------------------------------------------------- /TI/SystemClock_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/SystemClock_Config.c -------------------------------------------------------------------------------- /TI/SystemClock_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/SystemClock_Config.h -------------------------------------------------------------------------------- /TI/SystemTick_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/SystemTick_Config.c -------------------------------------------------------------------------------- /TI/SystemTick_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/SystemTick_Config.h -------------------------------------------------------------------------------- /TI/Timer_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/Timer_Config.c -------------------------------------------------------------------------------- /TI/Timer_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/Timer_Config.h -------------------------------------------------------------------------------- /TI/UART_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/UART_Config.c -------------------------------------------------------------------------------- /TI/UART_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TI/UART_Config.h -------------------------------------------------------------------------------- /TM4C12x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TM4C12x.h -------------------------------------------------------------------------------- /TMP101.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TMP101.c -------------------------------------------------------------------------------- /TMP101.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TMP101.h -------------------------------------------------------------------------------- /TMP108.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TMP108.c -------------------------------------------------------------------------------- /TMP108.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TMP108.h -------------------------------------------------------------------------------- /TMP10x_Drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TMP10x_Drv.c -------------------------------------------------------------------------------- /TMP10x_Drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TMP10x_Drv.h -------------------------------------------------------------------------------- /TMP10x_Handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TMP10x_Handler.c -------------------------------------------------------------------------------- /TMP10x_Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TMP10x_Handler.h -------------------------------------------------------------------------------- /TTP229-LSF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TTP229-LSF.c -------------------------------------------------------------------------------- /TTP229-LSF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TTP229-LSF.h -------------------------------------------------------------------------------- /TUSB1002.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TUSB1002.c -------------------------------------------------------------------------------- /TUSB1002.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TUSB1002.h -------------------------------------------------------------------------------- /TemperatureConversion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TemperatureConversion.c -------------------------------------------------------------------------------- /TemperatureConversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TemperatureConversion.h -------------------------------------------------------------------------------- /TimerCallback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TimerCallback.c -------------------------------------------------------------------------------- /TimerCallback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TimerCallback.h -------------------------------------------------------------------------------- /TimerDelay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TimerDelay.c -------------------------------------------------------------------------------- /TimerDelay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/TimerDelay.h -------------------------------------------------------------------------------- /UART_Buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_Buffer.c -------------------------------------------------------------------------------- /UART_Buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_Buffer.h -------------------------------------------------------------------------------- /UART_DMA_Handler_STM32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_DMA_Handler_STM32.c -------------------------------------------------------------------------------- /UART_DMA_Handler_STM32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_DMA_Handler_STM32.h -------------------------------------------------------------------------------- /UART_DMA_Handler_TM4C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_DMA_Handler_TM4C.c -------------------------------------------------------------------------------- /UART_DMA_Handler_TM4C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_DMA_Handler_TM4C.h -------------------------------------------------------------------------------- /UART_DMA_Idle_Circular_Drv_STM32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_DMA_Idle_Circular_Drv_STM32.c -------------------------------------------------------------------------------- /UART_DMA_Idle_Circular_Drv_STM32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_DMA_Idle_Circular_Drv_STM32.h -------------------------------------------------------------------------------- /UART_Handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_Handler.c -------------------------------------------------------------------------------- /UART_Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_Handler.h -------------------------------------------------------------------------------- /UART_Handler_STM32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_Handler_STM32.c -------------------------------------------------------------------------------- /UART_Handler_STM32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_Handler_STM32.h -------------------------------------------------------------------------------- /UART_Handler_TM4C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_Handler_TM4C.c -------------------------------------------------------------------------------- /UART_Handler_TM4C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_Handler_TM4C.h -------------------------------------------------------------------------------- /UART_Handler_dsPIC33.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_Handler_dsPIC33.c -------------------------------------------------------------------------------- /UART_Handler_dsPIC33.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_Handler_dsPIC33.h -------------------------------------------------------------------------------- /UART_IT_Handler_STM32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_IT_Handler_STM32.c -------------------------------------------------------------------------------- /UART_IT_Handler_STM32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UART_IT_Handler_STM32.h -------------------------------------------------------------------------------- /USB_Buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/USB_Buffer.c -------------------------------------------------------------------------------- /USB_Buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/USB_Buffer.h -------------------------------------------------------------------------------- /USB_CAN_Convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/USB_CAN_Convert.c -------------------------------------------------------------------------------- /USB_CAN_Convert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/USB_CAN_Convert.h -------------------------------------------------------------------------------- /USB_CDC_Buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/USB_CDC_Buffer.c -------------------------------------------------------------------------------- /USB_CDC_Buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/USB_CDC_Buffer.h -------------------------------------------------------------------------------- /UartCharBuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UartCharBuffer.c -------------------------------------------------------------------------------- /UartCharBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/UartCharBuffer.h -------------------------------------------------------------------------------- /Vehicle Drivers/AdvancedRemoteReceiverControl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/AdvancedRemoteReceiverControl.c -------------------------------------------------------------------------------- /Vehicle Drivers/AdvancedRemoteReceiverControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/AdvancedRemoteReceiverControl.h -------------------------------------------------------------------------------- /Vehicle Drivers/ArbTextDisplayLineAttributes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ArbTextDisplayLineAttributes.c -------------------------------------------------------------------------------- /Vehicle Drivers/ArbTextDisplayLineAttributes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ArbTextDisplayLineAttributes.h -------------------------------------------------------------------------------- /Vehicle Drivers/ArbTextDisplayStatus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ArbTextDisplayStatus.c -------------------------------------------------------------------------------- /Vehicle Drivers/ArbTextDisplayStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ArbTextDisplayStatus.h -------------------------------------------------------------------------------- /Vehicle Drivers/ArbTextReqSetDispParameter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ArbTextReqSetDispParameter.c -------------------------------------------------------------------------------- /Vehicle Drivers/ArbTextReqSetDispParameter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ArbTextReqSetDispParameter.h -------------------------------------------------------------------------------- /Vehicle Drivers/ArbTextReqSetDisplayText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ArbTextReqSetDisplayText.c -------------------------------------------------------------------------------- /Vehicle Drivers/ArbTextReqSetDisplayText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ArbTextReqSetDisplayText.h -------------------------------------------------------------------------------- /Vehicle Drivers/AudioAmplifierStatus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/AudioAmplifierStatus.c -------------------------------------------------------------------------------- /Vehicle Drivers/AudioAmplifierStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/AudioAmplifierStatus.h -------------------------------------------------------------------------------- /Vehicle Drivers/AudioMasterCommand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/AudioMasterCommand.c -------------------------------------------------------------------------------- /Vehicle Drivers/AudioMasterCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/AudioMasterCommand.h -------------------------------------------------------------------------------- /Vehicle Drivers/AudioSourceStatus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/AudioSourceStatus.c -------------------------------------------------------------------------------- /Vehicle Drivers/AudioSourceStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/AudioSourceStatus.h -------------------------------------------------------------------------------- /Vehicle Drivers/Brake.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/Brake.c -------------------------------------------------------------------------------- /Vehicle Drivers/Brake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/Brake.h -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_Activity.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_Activity.c -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_Activity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_Activity.h -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_Autobaud.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_Autobaud.c -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_Autobaud.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_Autobaud.h -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_BufferV2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_BufferV2.h -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_BufferV3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_BufferV3.h -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_Handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_Handler.c -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_Handler.h -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_MessageDelayed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_MessageDelayed.c -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_MessageDelayed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_MessageDelayed.h -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_TransceiverFD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_TransceiverFD.c -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_TransceiverFD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_TransceiverFD.h -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_TransceiverGMLAN.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_TransceiverGMLAN.c -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_TransceiverGMLAN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_TransceiverGMLAN.h -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_TransceiverLSFT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_TransceiverLSFT.c -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_TransceiverLSFT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_TransceiverLSFT.h -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_TransceiverMS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_TransceiverMS.c -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_TransceiverMS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_TransceiverMS.h -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_bufferV2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_bufferV2.c -------------------------------------------------------------------------------- /Vehicle Drivers/CAN_bufferV3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CAN_bufferV3.c -------------------------------------------------------------------------------- /Vehicle Drivers/CHRYSLER_CAN_ID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CHRYSLER_CAN_ID.h -------------------------------------------------------------------------------- /Vehicle Drivers/CHRYSLER_Defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/CHRYSLER_Defines.h -------------------------------------------------------------------------------- /Vehicle Drivers/ChimeCommand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ChimeCommand.c -------------------------------------------------------------------------------- /Vehicle Drivers/ChimeCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ChimeCommand.h -------------------------------------------------------------------------------- /Vehicle Drivers/ChimeStatus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ChimeStatus.c -------------------------------------------------------------------------------- /Vehicle Drivers/ChimeStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ChimeStatus.h -------------------------------------------------------------------------------- /Vehicle Drivers/ClimateControlStataus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ClimateControlStataus.c -------------------------------------------------------------------------------- /Vehicle Drivers/ClimateControlStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ClimateControlStatus.h -------------------------------------------------------------------------------- /Vehicle Drivers/DiagnosticTool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/DiagnosticTool.c -------------------------------------------------------------------------------- /Vehicle Drivers/DiagnosticTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/DiagnosticTool.h -------------------------------------------------------------------------------- /Vehicle Drivers/DimmerInformation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/DimmerInformation.c -------------------------------------------------------------------------------- /Vehicle Drivers/DimmerInformation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/DimmerInformation.h -------------------------------------------------------------------------------- /Vehicle Drivers/Doors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/Doors.c -------------------------------------------------------------------------------- /Vehicle Drivers/Doors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/Doors.h -------------------------------------------------------------------------------- /Vehicle Drivers/FORD_CAN_ID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/FORD_CAN_ID.h -------------------------------------------------------------------------------- /Vehicle Drivers/GMLAN_CAN_ID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/GMLAN_CAN_ID.h -------------------------------------------------------------------------------- /Vehicle Drivers/GMLAN_CAN_ID_V2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/GMLAN_CAN_ID_V2.h -------------------------------------------------------------------------------- /Vehicle Drivers/GMLAN_Defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/GMLAN_Defines.h -------------------------------------------------------------------------------- /Vehicle Drivers/GearInformation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/GearInformation.c -------------------------------------------------------------------------------- /Vehicle Drivers/GearInformation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/GearInformation.h -------------------------------------------------------------------------------- /Vehicle Drivers/InfotainmentAllowed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/InfotainmentAllowed.c -------------------------------------------------------------------------------- /Vehicle Drivers/InfotainmentAllowed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/InfotainmentAllowed.h -------------------------------------------------------------------------------- /Vehicle Drivers/Lighting.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/Lighting.c -------------------------------------------------------------------------------- /Vehicle Drivers/Lighting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/Lighting.h -------------------------------------------------------------------------------- /Vehicle Drivers/MERCEDES_CAN_ID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/MERCEDES_CAN_ID.h -------------------------------------------------------------------------------- /Vehicle Drivers/MirrorMovementRequest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/MirrorMovementRequest.c -------------------------------------------------------------------------------- /Vehicle Drivers/MirrorMovementRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/MirrorMovementRequest.h -------------------------------------------------------------------------------- /Vehicle Drivers/NCA_From_SDAR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/NCA_From_SDAR.c -------------------------------------------------------------------------------- /Vehicle Drivers/NCA_From_SDAR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/NCA_From_SDAR.h -------------------------------------------------------------------------------- /Vehicle Drivers/NCA_IntegratedRadioChassis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/NCA_IntegratedRadioChassis.c -------------------------------------------------------------------------------- /Vehicle Drivers/NCA_IntegratedRadioChassis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/NCA_IntegratedRadioChassis.h -------------------------------------------------------------------------------- /Vehicle Drivers/PowerMode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/PowerMode.c -------------------------------------------------------------------------------- /Vehicle Drivers/PowerMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/PowerMode.h -------------------------------------------------------------------------------- /Vehicle Drivers/Rap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/Rap.c -------------------------------------------------------------------------------- /Vehicle Drivers/Rap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/Rap.h -------------------------------------------------------------------------------- /Vehicle Drivers/RemoteReceiverStatus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/RemoteReceiverStatus.c -------------------------------------------------------------------------------- /Vehicle Drivers/RemoteReceiverStatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/RemoteReceiverStatus.h -------------------------------------------------------------------------------- /Vehicle Drivers/SWC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/SWC.c -------------------------------------------------------------------------------- /Vehicle Drivers/SWC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/SWC.h -------------------------------------------------------------------------------- /Vehicle Drivers/SWC_DualFunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/SWC_DualFunction.c -------------------------------------------------------------------------------- /Vehicle Drivers/SWC_DualFunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/SWC_DualFunction.h -------------------------------------------------------------------------------- /Vehicle Drivers/SWC_SendDelayed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/SWC_SendDelayed.c -------------------------------------------------------------------------------- /Vehicle Drivers/SWC_SendDelayed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/SWC_SendDelayed.h -------------------------------------------------------------------------------- /Vehicle Drivers/ServiceTools.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ServiceTools.c -------------------------------------------------------------------------------- /Vehicle Drivers/ServiceTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/ServiceTools.h -------------------------------------------------------------------------------- /Vehicle Drivers/TOYOTA_CAN_ID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/TOYOTA_CAN_ID.h -------------------------------------------------------------------------------- /Vehicle Drivers/TurnSignals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/TurnSignals.c -------------------------------------------------------------------------------- /Vehicle Drivers/TurnSignals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/TurnSignals.h -------------------------------------------------------------------------------- /Vehicle Drivers/VIN.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/VIN.c -------------------------------------------------------------------------------- /Vehicle Drivers/VIN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/VIN.h -------------------------------------------------------------------------------- /Vehicle Drivers/VW_CAN_ID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/VW_CAN_ID.h -------------------------------------------------------------------------------- /Vehicle Drivers/VehicleSpeed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/VehicleSpeed.c -------------------------------------------------------------------------------- /Vehicle Drivers/VehicleSpeed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Vehicle Drivers/VehicleSpeed.h -------------------------------------------------------------------------------- /Xilinx/AD5627R.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/AD5627R.c -------------------------------------------------------------------------------- /Xilinx/AD5627R.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/AD5627R.h -------------------------------------------------------------------------------- /Xilinx/GPIO_Init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/GPIO_Init.c -------------------------------------------------------------------------------- /Xilinx/GPIO_Init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/GPIO_Init.h -------------------------------------------------------------------------------- /Xilinx/GPIO_ReadWrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/GPIO_ReadWrite.c -------------------------------------------------------------------------------- /Xilinx/GPIO_ReadWrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/GPIO_ReadWrite.h -------------------------------------------------------------------------------- /Xilinx/I2C_Init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/I2C_Init.c -------------------------------------------------------------------------------- /Xilinx/I2C_Init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/I2C_Init.h -------------------------------------------------------------------------------- /Xilinx/I2C_ReadWrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/I2C_ReadWrite.c -------------------------------------------------------------------------------- /Xilinx/I2C_ReadWrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/I2C_ReadWrite.h -------------------------------------------------------------------------------- /Xilinx/INA3221.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/INA3221.c -------------------------------------------------------------------------------- /Xilinx/INA3221.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/INA3221.h -------------------------------------------------------------------------------- /Xilinx/InterruptController_Init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/InterruptController_Init.c -------------------------------------------------------------------------------- /Xilinx/InterruptController_Init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/InterruptController_Init.h -------------------------------------------------------------------------------- /Xilinx/InterruptHandlers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/InterruptHandlers.c -------------------------------------------------------------------------------- /Xilinx/InterruptHandlers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/InterruptHandlers.h -------------------------------------------------------------------------------- /Xilinx/LTC2449.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/LTC2449.c -------------------------------------------------------------------------------- /Xilinx/LTC2449.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/LTC2449.h -------------------------------------------------------------------------------- /Xilinx/PI3USB32212.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/PI3USB32212.c -------------------------------------------------------------------------------- /Xilinx/PI3USB32212.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/PI3USB32212.h -------------------------------------------------------------------------------- /Xilinx/Peripherals_Init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/Peripherals_Init.c -------------------------------------------------------------------------------- /Xilinx/Peripherals_Init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/Peripherals_Init.h -------------------------------------------------------------------------------- /Xilinx/SPI_Init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/SPI_Init.c -------------------------------------------------------------------------------- /Xilinx/SPI_Init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/SPI_Init.h -------------------------------------------------------------------------------- /Xilinx/SPI_ReadWrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/SPI_ReadWrite.c -------------------------------------------------------------------------------- /Xilinx/SPI_ReadWrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/SPI_ReadWrite.h -------------------------------------------------------------------------------- /Xilinx/TUSB1002.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/TUSB1002.c -------------------------------------------------------------------------------- /Xilinx/TUSB1002.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/TUSB1002.h -------------------------------------------------------------------------------- /Xilinx/Timer_Init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/Timer_Init.c -------------------------------------------------------------------------------- /Xilinx/Timer_Init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/Timer_Init.h -------------------------------------------------------------------------------- /Xilinx/UartOut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/UartOut.c -------------------------------------------------------------------------------- /Xilinx/UartOut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/UartOut.h -------------------------------------------------------------------------------- /Xilinx/Uart_Init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/Uart_Init.c -------------------------------------------------------------------------------- /Xilinx/Uart_Init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/Xilinx/Uart_Init.h -------------------------------------------------------------------------------- /_Unused/XDPE192C3D_Drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/_Unused/XDPE192C3D_Drv.c -------------------------------------------------------------------------------- /_Unused/XDPE192C3D_Drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/_Unused/XDPE192C3D_Drv.h -------------------------------------------------------------------------------- /_Unused/XDPE192C3D_Handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/_Unused/XDPE192C3D_Handler.c -------------------------------------------------------------------------------- /_Unused/XDPE192C3D_Handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/_Unused/XDPE192C3D_Handler.h -------------------------------------------------------------------------------- /aes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/aes.c -------------------------------------------------------------------------------- /aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/aes.h -------------------------------------------------------------------------------- /ascii_to_hex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/ascii_to_hex.c -------------------------------------------------------------------------------- /ascii_to_hex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/ascii_to_hex.h -------------------------------------------------------------------------------- /callback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/callback.h -------------------------------------------------------------------------------- /kickTheDog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/kickTheDog.c -------------------------------------------------------------------------------- /kickTheDog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/kickTheDog.h -------------------------------------------------------------------------------- /revision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/karlyamashita/common_libraries/HEAD/revision.h --------------------------------------------------------------------------------