Skip to content
Snippets Groups Projects
  1. Dec 15, 2017
  2. Dec 13, 2017
  3. Dec 12, 2017
    • Eduardo José Tagle's avatar
      Fixes for the Arduino DUE HAL (Serial Port, Graphics Display, EEPROM emulation) (#8651) · ac168a03
      Eduardo José Tagle authored
      * Fixing the DUE serial port assignments: Now -1 means the SAM3x USB Device emulating a serial port, and 0 means the USB to serial adapter included as a programming port
      
      * Improving the Fast IO port access implementation on Arduino DUE
      
      * Implemented EEPROM emulation on Due by storing data on the internal FLASH (with wear leveling)
      
      * Implemented a Software SPI for the ST7920 graphics display for the Arduino RAMPS for DUE, as the default one in u8glib is clocking data too fast on ARM, and the display does not understand it.
      
      * Fixing the case where the serial port selected is the USB device
      
      * Adding configuration for the Makerparts 3D printer (www.makerparts.net)
      
      * Tuned MakerParts acceleration on X and Y axis so it never loses steps. Also adjusted pulses per mm to match default hw configuration
      
      * Fine tuned Maximum acceleration for MakerParts printer
      
      * Style cleanup
      
      * Style cleanup (2)
      
      * Style fixes (3)
      
      * Fixing the DUE serial port assignments: Now -1 means the SAM3x USB Device emulating a serial port, and 0 means the USB to serial adapter included as a programming port
      
      * Improving the Fast IO port access implementation on Arduino DUE
      
      * Implemented EEPROM emulation on Due by storing data on the internal FLASH (with wear leveling)
      
      * Implemented a Software SPI for the ST7920 graphics display for the Arduino RAMPS for DUE, as the default one in u8glib is clocking data too fast on ARM, and the display does not understand it.
      
      * Fixing the case where the serial port selected is the USB device
      
      * Adding configuration for the Makerparts 3D printer (www.makerparts.net)
      
      * Tuned MakerParts acceleration on X and Y axis so it never loses steps. Also adjusted pulses per mm to match default hw configuration
      
      * Fine tuned Maximum acceleration for MakerParts printer
      
      * Style cleanup
      
      * Style changes to u8g_dev_st7920_128_64_sw_spi.cpp
      
      * Even more improvements to the FastIO HAL for DUE. Now WRITE() is 2 ASM instructions, if value is constant, and 5 cycles if value is not constant. Previously, it was 7..8 cycles
      
      * After some problems and debugging, seems we need to align the interrupt vector table to 256 bytes, otherwise, the program sometimes stops working
      
      * Moved comments out of macro, otherwise, token pasting does not properly work sometimes
      
      * Improved Software SPI implementation on DUE: Now it honors the selected speed passed to spiInit(). This allows much faster SDCARD access, improving SDCARD menus and reducing latency
      
      * Update u8g_dev_st7920_128_64_sw_spi.cpp
      
      * Disabling EEPROM over FLASH emulatiion if an I2C or SPI EEPROM is present
      ac168a03
    • victorpv's avatar
      Update readme.md · 084f2434
      victorpv authored
      084f2434
    • victorpv's avatar
      Delete duplicated file. · 7c7ae5eb
      victorpv authored
      7c7ae5eb
    • victorpv's avatar
      fix for issue #8585 · 4feffca1
      victorpv authored
      As reported in this issue:
      https://github.com/MarlinFirmware/Marlin/issues/8585
      I have it working fine in my local copy like that change.
      4feffca1
  4. Dec 11, 2017
  5. Dec 09, 2017
Loading