65 Commits (4dbec774b5839df5c0ec0b078f21bb2e07b86707)

Author SHA1 Message Date
Scott Lahteine 928e50e724 Try LiquidCrystal@1.3.4 7 years ago
Chris Pepper f89f7c4a82 [2.0.x][LPC176x][Build] Force single precision constants, disable freestanding (#10892) 7 years ago
Scott Lahteine 22771dd2dd Update 'board_f_cpu' to 'board_build.f_cpu' 7 years ago
Bob Kuhn 62e2987488 add AT90USB support & add items to popup menu (#10779) 7 years ago
Scott Lahteine 8f18854d4d monitor_baud => monitor_speed 7 years ago
Scott Lahteine 7d78f3476b Use the latest L6470 library 7 years ago
xC0000005 73022d3119 Add a PlatformIO environment for Malyan M200 7 years ago
Karl Andersson 428c54f2ad [2.0.x] HAL for STM32F4 (#10434) 7 years ago
Scott Lahteine 74f4eb8312 Drop utf8 tweaks in build files 7 years ago
Yunhui Fu c96412a78f [2.0.x] UTF-8 language translation support (#10213) 7 years ago
Bob-the-Kuhn 85014cd132 [2.0.x] LPC1768 - automatic selection of upload disk (#10374) 7 years ago
Scott Lahteine e6042a7c52 Tweak platformio debug_server options 7 years ago
Alexey Shvetsov cbdc78ec0f Fix STM32 compilation with PlatformIO (#10245) 7 years ago
Scott Lahteine a891af2f7a Enforce minimum TMC2130 / TMC2208 libs 7 years ago
etagle c3b23974bd Added detection of case when no unwind tables are available 7 years ago
Scott Lahteine 883524056b Set default baudrate for the pio serial monitor 7 years ago
Scott Lahteine 73616d721a Use the latest L6470 library (v0.6) 7 years ago
Scott Lahteine 1e946d681d Update Marlin for newest TMC libraries
- TMC2130Stepper v2.2.0
- TMC2208Stepper v0.0.4
7 years ago
Scott Lahteine 4c3d7083c0 Fix DUE build in Travis CI
Followup to #10096
7 years ago
Bob-the-Kuhn d194be8e8b platformio.ini DUE native port support 7 years ago
Bob-the-Kuhn c1f4112bdc [2.0.x] Add 1284 support & misc. bug fixes (#9864) 7 years ago
Bob-the-Kuhn f15d7bdbf2 [2.0.x] ELF improvement, fix lib_ignore (#9793)
- Compiler flags so ELF will include the original source.
- Use commit-id archives for a working `lib_ignore`.
7 years ago
Scott Lahteine 90fa423737
Preliminary cleanup of #include structure (#9763) 7 years ago
Scott Lahteine f0debfd2fc See if this passes Travis CI 7 years ago
Scott Lahteine 4fef36966b Rename environment anet10 to melzi 7 years ago
Johnny Eshak 852468ead7 [2.0.x] Fix compile Error Anet (#9509) 7 years ago
teemuatlut 5c69d45f5b [2.0.x] TMC2130 support for LPC platform (#9114) 7 years ago
Scott Lahteine 6e3519abae Try to use an Neopixel library for Travis CI 7 years ago
Ivan Kravets a994eec513 Cleanup unused options (#9115) 7 years ago
Bob-the-Kuhn 760dbbb734 works
root cause identified
7 years ago
Bob-the-Kuhn a142fab155 Enable RRDFGSC on Due 7 years ago
Thomas Moore 45e73b72a5 Stop compiling after first five errors 7 years ago
teemuatlut 0cd1e91056 [2.0.x] TMC driver update (#8769) 7 years ago
Thomas Moore 50a5bb77d2 Update PlatformIO lib_deps 7 years ago
Scott Lahteine 81b91b3f9d Clean up some trailing white-space 7 years ago
Bob-the-Kuhn d47fbf791b Arduini IDE compatibility changes
changed includes to make Arduino IDE happy
7 years ago
Bob-the-Kuhn c388dce2b5 move U8glib-HAL 7 years ago
Bob-the-Kuhn 0483a7df91 AVR RRD works
LPC1768 VIKI2 & RRDFG are working

looks like all SPIs are working

library change

sh1106 locks up

fixed lockup, started I2C SW com

pretty

re-org

restore a few files

make library happy

switched HAL version of rrd

fix travis error

travis error fixes

another travis fix

cleanup

minor update

one more

correct spacing in platformio.ini
7 years ago
Alexey Shvetsov 83555933aa Add platformio support for stm32 (#8246)
[2.0] Add platformio support for stm32
7 years ago
Thomas Moore 9e699811d2 Make LPC1768 pinmapping not specific to Re-ARM (#8063)
* Merging early because of build failures.  See #8105

* Make LPC1768 pinmapping not specific to Re-ARM

* Add HAL_PIN_TYPE and LPC1768 pin features

* M43 Updates

* Move pin map into pinsDebug_LPC1768.h

* Incorporate comments and M226

* Fix persistent store compilation issues

* Update pin features

* Update MKS SBASE pins

* Use native LPC1768 pin numbers in M42, M43, and M226
7 years ago
Chris Pepper 46b2773e13 General fixes for LPC1768 (#7834)
* 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
7 years ago
Scott Lahteine 200f971ef7 Reduce Teensy++ 2.0 to a single entry
Followup to #7750, #7826
7 years ago
Ralph Schmidt 1ae208395c Remove MOTHERBOARD from "due" entry
Also reformat and document
7 years ago
Scott Lahteine 2d41c59320 Tweak some spacing 7 years ago
Christopher Pepper bea3ec2724 M355 S0, S1 fixes & faster LCD, SD card
fix Travis error
7 years ago
Thomas Moore ddbd4b73e0 Move LPC1768 framework out of Marlin source folder 7 years ago
Scott Lahteine 038f82cc38 Fix L6470 init and options 7 years ago
Scott Lahteine 42e2dd9251 Build file updates 7 years ago
Scott Lahteine 7e42c7563c Move build files into place 7 years ago
Scott Lahteine 48351fd6d5 Move root sources 7 years ago