Skip to content

EVT-core v1.0.0

Latest
Compare
Choose a tag to compare
@cbolles cbolles released this 13 May 14:31
· 556 commits to main since this release
e4837fa

First full release of EVT-core. Stable point for developers to use in various other projects.

Added

  • Support for the STM32f334
    • ADC
    • CAN
    • GPIO
    • I2C
    • PWM
    • SPI
    • Timer
    • UART
    • Watchdog
  • Support for the STM32F302r8
    • SPI
    • Timer
  • CANopen Support via canopen-stack
  • Logging
  • Style linting
  • Device Drivers
    • EEPROM
      • M24C32
    • Watchdog
      • STM internal IWDG
    • Button
    • Thermistor
  • CAN ID Message Filtering

Fixed

  • CAN hardfault handler associated with TX queue
  • Linker flags to Remove Un-Used Code
  • Multi-Channel ADC Support

Changed

  • Error Handling/IO Status
    • I2C status return value
    • CAN status return value
  • Standardize GPIO Initialization Logic
  • Fixed Point PWM
  • Option for Internal GPIO Resistor Direction