Skip to content
Snippets Groups Projects
  1. Apr 28, 2020
  2. Mar 13, 2020
  3. Feb 09, 2020
  4. Feb 03, 2020
  5. Jan 02, 2020
  6. Nov 13, 2019
  7. Jul 29, 2019
  8. Jul 05, 2019
  9. Jun 28, 2019
  10. Apr 08, 2019
  11. Mar 26, 2019
  12. Feb 12, 2019
  13. Jan 04, 2019
  14. Apr 24, 2018
  15. Apr 13, 2018
  16. Dec 20, 2017
    • victorpv's avatar
      Changes to STM32F1 HAL (#8833) · 2ec4113c
      victorpv authored
      Some to correct missing files from previous PR to completely avoid
      HardwareTimer Class (reduce overhead). Some changes to formatting.
      Changes to DMA ADC to work correctly.
      Change to F1 sanity check.
      2ec4113c
  17. Sep 27, 2017
    • victorpv's avatar
      STM32F1 HAL · e9acb632
      victorpv authored
      Adding files for STM32F1 HAL based on libmaple/stm32duino core.
      Current persistent_store uses cardreader changes to be sent in separate
      commit, but could be changed to use i2c eeprom.
      e9acb632
  18. Aug 31, 2017
    • Bob-the-Kuhn's avatar
      HAL compatible pinsDebug & misc · 84a11cfe
      Bob-the-Kuhn authored
      Re-ARM has been tested.  AVR has not been tested.
      
      1) moved all cpu specific items to files in the low level HAL directory
      for that CPU (pinDebug_Re-ARM.h & pinsDebug_AVR_8_bit.h
      
      2) added pinsDebug.h to the top level directory
      
      3) modified HAL_pinsDebug.h to select the correct support file for the
      selected CPU
      
      4) Patched sanitycheck to stop throwing false errors.  A long term
      solution will be done
      
      5) misc changes & bug fixes
      arduino.cpp - included macros.h to fix a missing definition
      pinmap_re-arm.h - removed a duplicated line.
      pinmapping.h - changed from "ENABLED" to "defined" to fix a compile
      error
      
      ======================================================================
      
      split SanityCheck up, improve pinsDebug system
      
      ======================================================================
      
      switch to latest pins_RAMPS_RE_ARM.h
      84a11cfe
Loading