Skip to content
Snippets Groups Projects
  1. Jun 26, 2019
  2. Jun 24, 2019
  3. Jun 23, 2019
  4. Jun 15, 2019
  5. Jun 12, 2019
  6. Jun 11, 2019
  7. May 11, 2019
  8. Apr 06, 2019
  9. Apr 05, 2019
  10. Mar 29, 2019
  11. Mar 13, 2019
  12. Mar 06, 2019
  13. Feb 23, 2019
  14. Feb 10, 2019
  15. Jan 28, 2019
  16. Jan 24, 2019
  17. Jan 14, 2019
  18. Jan 12, 2019
  19. Jan 11, 2019
  20. Dec 31, 2018
  21. Dec 20, 2018
    • jmz52's avatar
      Add support for MKS Robin board (#12650) · 33abb86b
      jmz52 authored
      Implement initial support for MKS Robin (STM32F103ZET6) board.
      Custom build script is used to generate encrypted firmware compatible with original MSK Robin bootloader (i.e. safe firmware update from SD card and possibility to go back to original close-source firmware).
      33abb86b
  22. Dec 07, 2018
  23. Dec 05, 2018
  24. Nov 26, 2018
  25. Nov 20, 2018
  26. Nov 05, 2018
  27. Nov 03, 2018
  28. Oct 19, 2018
  29. 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
  30. Oct 03, 2018
  31. Sep 09, 2018
  32. Sep 02, 2018
  33. Sep 01, 2018
Loading