Skip to content
Snippets Groups Projects
  1. Feb 23, 2019
  2. Feb 10, 2019
  3. Jan 28, 2019
  4. Jan 24, 2019
  5. Jan 14, 2019
  6. Jan 12, 2019
  7. Jan 11, 2019
  8. Dec 31, 2018
  9. 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
  10. Dec 07, 2018
  11. Dec 05, 2018
  12. Nov 26, 2018
  13. Nov 20, 2018
  14. Nov 05, 2018
  15. Nov 03, 2018
  16. Oct 19, 2018
  17. 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
  18. Oct 03, 2018
  19. Sep 09, 2018
  20. Sep 02, 2018
  21. Sep 01, 2018
  22. Aug 31, 2018
  23. Aug 21, 2018
  24. Aug 14, 2018
  25. Aug 10, 2018
  26. Jul 31, 2018
  27. Jul 26, 2018
  28. Jul 17, 2018
  29. Jun 28, 2018
  30. Jun 22, 2018
  31. Jun 15, 2018
  32. Jun 14, 2018
  33. Jun 12, 2018
Loading