144 Commits (016e46a3c0e429e9fec252af497945196517931b)

Autor SHA1 Mensaje Fecha
  Bob-the-Kuhn 1a948cbd93 Fix SET_OUTPUT glitch - LPC1768 & DUE hace 7 años
  etagle 33a6fc70e4 Adding USB MSD implementation to the HAL: Now, when you plug the Native USB port of the Arduino DUE to your PC, it will be detected as a composite USB device: One of the devices is a USB CDC (Serial port over USB) with native USB handshake (no more overflows!!) (set SERIAL_PORT to -1 to use it as main serial port) and also, a MSD (USB Mass Storage Device) will be detected, and the SD card present on the socket will be reflected as a Removable disk on your PC) hace 7 años
  etagle d8a4db72ac Reimplemented SW SPI for DUE in assembler. This allows to reach 12Mhz as SPI Clock and improves 4x the transfer speed to the SD card. This is REQUIRED so access to SD from USB is usable (allows 600Kbytes/second transfer speeds) hace 7 años
  victorpv 2ec4113cb2 Changes to STM32F1 HAL (#8833) hace 7 años
  Scott Lahteine fc9ee1a4de Fix up serial sanity check hace 7 años
  Scott Lahteine 097a26007f Fix SDSUPPORT for MKS SBASE hace 7 años
  Scott Lahteine 8b12371e45 Change some hex case hace 7 años
  Eduardo José Tagle ac168a03c8 Fixes for the Arduino DUE HAL (Serial Port, Graphics Display, EEPROM emulation) (#8651) hace 7 años
  victorpv 084f2434a7
Update readme.md hace 7 años
  victorpv 7c7ae5ebef
Delete duplicated file. hace 7 años
  victorpv 4feffca178
fix for issue #8585 hace 7 años
  victorpv a5150c83a2 [2.0.x] Multiple updates to STM32F1 HAL (#8733) hace 7 años
  Scott Lahteine 6149b82119 Allow setting current timer counter hace 7 años
  Scott Lahteine 82ef6b5242 Add an option to specify "pulse" timer hace 7 años
  Scott Lahteine b8bc965414 General cleanup HAL timers hace 7 años
  Scott Lahteine de3d3b9cb1 Put FORCE_INLINE before static hace 7 años
  Scott Lahteine a3b098b4be Whitespace clean hace 7 años
  Bob-the-Kuhn 57fac33a74 add explanations hace 7 años
  Bob-the-Kuhn bb23286383 add README & modify spi_pins.h hace 7 años
  Harald Gutsche f5b4e1ef4f as a workaround enable PWM for any pin, see PR #8622 hace 7 años
  Unknown 4c5ffd2349 [2.0.x] Report SERIAL_XON_XOFF in M115 hace 7 años
  Unknown d1f11e9c10 fix missing GET_TIMER (used by PWM for Ex_AUTO_FAN) hace 7 años
  Harald Gutsche dd1b503f64 fix NUM_DIGITAL_PINS being negative for more than 127 digital pins hace 7 años
  Scott Lahteine c8718aa111 Spacing, macros in LPC1768_PWM hace 7 años
  Bob-the-Kuhn 59b32c25b5 MKS Sbase changes hace 7 años
  Thomas Moore 7bb1721f35 Fix _BV already defined warnings for Teensy hace 7 años
  Thomas Moore 5f9592a523 Cleanup narrowing warning in pin_is_protected hace 7 años
  Thomas Moore 34eaaab5fb Fix _BV already defined warnings hace 7 años
  Thomas Moore fa577392b2 Add BIQU BQ111-A4 board hace 7 años
  Scott Lahteine c2fc78c3a8 #ifndef => #if !PIN_EXISTS hace 7 años
  Scott Lahteine c613a1ed38 Fix indentation, stepper.h dependency, etc. hace 7 años
  teemuatlut f011a32771 Board definitions for Ultratronics Pro v1.0 hace 7 años
  Bob-the-Kuhn 9dad534f02 fixed hace 7 años
  Scott Lahteine 3066655727 Try port*100+pin, fix config dependency hace 7 años
  Scott Lahteine ba8bc7ea80 Cosmetic tweaks hace 7 años
  Scott Lahteine f409147116 Fix P2_04, P2_05 hace 7 años
  Bob-the-Kuhn a28ccabe2a M42 P1.20 fix hace 7 años
  Scott Lahteine b9327a4d16 Misc. general cleanup hace 7 años
  Scott Lahteine 8836623e0f Fix `sq`/`min`/`max` macros after platform headers hace 7 años
  Scott Lahteine fe4f009fdd 32-bit unless… hace 7 años
  Scott Lahteine 1d4571b88d Dependency adjustments hace 7 años
  Scott Lahteine 550f1025f0 Try using <Arduino.h> everywhere hace 7 años
  Bob-the-Kuhn c14000775b PWM fixes, slow down fan update hace 7 años
  Scott Lahteine 32512332df Apply some formatting hace 7 años
  Scott Lahteine 5079a02c90 Add HAL_SERVO_LIB to HAL_Due.h hace 7 años
  Bob-the-Kuhn b6415dc169 finish hace 7 años
  Bob-the-Kuhn d47fbf791b Arduini IDE compatibility changes hace 7 años
  Bob-the-Kuhn 0483a7df91 AVR RRD works hace 7 años
  Alexey Shvetsov 83555933aa Add platformio support for stm32 (#8246) hace 7 años
  Scott Lahteine 2246316605 Fix name collision. timer_t => hal_timer_t hace 7 años