Skip to content
Snippets Groups Projects
  1. Feb 17, 2018
  2. Feb 04, 2018
  3. Feb 02, 2018
  4. Nov 02, 2017
  5. Oct 27, 2017
  6. Oct 24, 2017
  7. Oct 06, 2017
  8. Oct 04, 2017
    • Chris Pepper's avatar
      General fixes for LPC1768 (#7834) · 46b2773e
      Chris Pepper authored
      * fixed some include paths
      
      * LPC1768: Fix Serial API
      
      Add missing serial methods used if TX_BUFFER_SIZE is set
      Change return value of HalSerial:read to match Arduino API
      
      * LPC1768: add filters to ADC
      
      This is to try and compensate for hardware issue and oversensitivity to noise
      
      * LPC1768: remove the polling section of delayMicroseconds
      
      * LPC1768: lock usb mass storage device while device accesses it.
      
      Currently only applicable to persistent store,
      The device always has priority and will unmount the sd card from the host, Windows then tries to automount again so it can look like the explorer window freezes. Linux Mint, by default, just closes the Nemo window.
      
      * Add timeout to make sure if Serial never connects that Marlin still boots
      
      * Remove unneeded ifdef CPU_32_BIT
      
      In general the need for ifdef CPU_32_BIT blocks means that something is missing from the HAL API or a Platform, in this case HAL_TICKS_PER_US was missing from the AVR Platform
      
      * LPC1768: relocate RE-ARM debug_extra_script.py
      46b2773e
  9. Oct 02, 2017
  10. Sep 30, 2017
  11. Sep 29, 2017
  12. Sep 27, 2017
  13. Sep 23, 2017
Loading