Skip to content
Snippets Groups Projects
  1. Dec 07, 2018
  2. Dec 05, 2018
  3. Nov 26, 2018
  4. Nov 20, 2018
  5. Nov 05, 2018
  6. Nov 03, 2018
  7. Oct 19, 2018
  8. Oct 14, 2018
    • Christopher Pepper's avatar
      update lpc builds to use platformios ldf limited to strict mode · 61fbd0aa
      Christopher Pepper authored
      need to identify why incompatible libraries are still included without specifically disallowing them
      61fbd0aa
    • Andy Shaw's avatar
      usb and sdcard sharing improvements · 870bfd08
      Andy Shaw authored
      * Add traceback after watchdog timeout
      
      Add the cpability to perform a traceback following a watchdog timeout.
      
      * Enhanced hardware SPI
      
      Allow use of either SSP0 or SSP1.
      Ensure that no data is left in I/O buffers after calls to enable sharing of SSP hardware.
      
      * Make flash emulation of eeprom the default
      
      Make use of flash for eeprom storage the default. This means that usage of eeprom will not cause USB drive mount/unmount operations.
      
      * Allow sharing of SD card
      
      SD card I/O operations from the USB stack take place in idle loop, rather than at interrupt time. Allowing sharing of the SPI bus.
      
      New configuration options to allow usage of the SD card to be specified.
      
      * Fix problem with hardware SPI pins
      870bfd08
    • Christopher Pepper's avatar
      [HAL][LPC176x] Pull out framework into separate repository · 5ddf52d5
      Christopher Pepper authored
      Framework and build platform now located at https://github.com/p3p/pio-framework-arduino-lpc176x and https://github.com/p3p/pio-nxplpc-arduino-lpc176x respectively
      
      fix mkssbase leds
      
      move hardware serial
      
      remove hardware/software serial
      
      Hardware Serial extraction
      
      HardwareSerial ISRs
      
      fix disabled serial2 causing Serial object to link
      
      move usb devices out to framework
      
      separate out adc/pwm peripheral function from hal.cpp
      
      fix includes
      
      remove unused pwm init
      
      move adc
      
      HAL header update
      
      templated filtered adc
      
      LPC1769 platform
      5ddf52d5
  9. Oct 03, 2018
  10. Sep 09, 2018
  11. Sep 02, 2018
  12. Sep 01, 2018
  13. Aug 31, 2018
  14. Aug 21, 2018
  15. Aug 14, 2018
  16. Aug 10, 2018
  17. Jul 31, 2018
  18. Jul 26, 2018
  19. Jul 17, 2018
  20. Jun 28, 2018
  21. Jun 22, 2018
  22. Jun 15, 2018
  23. Jun 14, 2018
  24. Jun 12, 2018
  25. May 29, 2018
  26. May 27, 2018
  27. May 19, 2018
  28. May 11, 2018
  29. Apr 23, 2018
  30. Apr 17, 2018
  31. Apr 15, 2018
  32. Apr 13, 2018
Loading