Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for ArteryTek AT32F415 #392

Merged
merged 12 commits into from
Feb 13, 2024

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    5196b19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde6087 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7e9f0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7870b73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    577e8ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b77255 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbfd9e4 View commit details
    Browse the repository at this point in the history
  8. [Feat]Add at32 TMR low level driver v1

    * [Feat]Add at32 tmr low level driver v1.
    
    * Lint and grammar check for those files
    
    * Lint and clean up unused code for PWM Driver
    
    * Lint and clean up unused code for ICU Driver
    
    * Lint and clean up unused code for GPT Driver
    
    ---------
    
    Co-authored-by: HorrorTroll <sonicvipduc@gmail.com>
    zhaqian12 and HorrorTroll committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3e5f9c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    362962f View commit details
    Browse the repository at this point in the history
  10. Clean up and support DMA MUX

    * Clean up and support DMA MUX
    
    * Clean up and support DMA MUX for I2C
    
    * Clean up and support DMA MUX for SPI
    
    * Support DMA MUX for USART
    
    * Support DMA MUX for ADC
    
    * Delete unused DMA CMASK on ISR file
    
    * Revert "Delete unused DMA CMASK on ISR file"
    HorrorTroll committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    284049a View commit details
    Browse the repository at this point in the history
  11. Added test HAL and added missing IOMUX define

    * Added missing define register for IOMUX REMAP2/3/4/5/6/7/8
    
    * Added USB_CDC for testing HAL
    
    * Update years on copyright
    
    * Change Systick Resolution from 16 to 32 on USB_CDC test
    
    * Added PWM-ICU for testing HAL
    
    * Missing Pin A0 for User key button
    HorrorTroll committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    cd91c87 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8d9c611 View commit details
    Browse the repository at this point in the history