- Apr 28, 2020
-
-
Jason Smith authored
-
- Mar 13, 2020
-
-
Scott Lahteine authored
-
- Feb 09, 2020
-
-
Fabio Santos authored
-
- Feb 03, 2020
-
-
Scott Lahteine authored
-
- Jan 02, 2020
-
-
Jason Smith authored
-
- Nov 13, 2019
-
-
Jason Smith authored
-
- Jul 29, 2019
-
-
Scott Lahteine authored
-
- Jul 05, 2019
-
-
Scott Lahteine authored
-
- Jun 28, 2019
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 08, 2019
-
-
Scott Lahteine authored
-
- Mar 26, 2019
-
-
Chris Pepper authored
-
- Feb 12, 2019
-
-
Scott Lahteine authored
-
- Jan 04, 2019
-
-
jmz52 authored
-
- Apr 24, 2018
-
-
Scott Lahteine authored
-
- Apr 13, 2018
-
-
Chris Pepper authored
-
- Dec 20, 2017
-
-
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.
-
- Sep 27, 2017
-
-
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.
-
- Aug 31, 2017
-
-
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
-