This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/src/HAL/HAL_LPC1768
Bob-the-Kuhn fb44f8e50f
Merge pull request #8616 from hg42/bugfix-2.0.x
[2.0.x][LPC1768][FIX] NUM_DIGITAL_PINS was negative, fixes PWM, arduino io functions, M42, M43, M226, probably also Servo, some LCD, soft spi, SoftwareSerial, ... may be others
2017-12-03 14:48:00 -06:00
..
include Fix _BV already defined warnings 2017-11-24 21:59:31 -06:00
arduino.cpp Misc. general cleanup 2017-11-19 15:43:39 -06:00
debug_extra_script.py General fixes for LPC1768 (#7834) 2017-10-04 15:40:54 -05:00
endstop_interrupts.h HAL for Re:ARM (LPC1768) architecture 2017-08-31 18:21:38 -05:00
fastio.h as a workaround enable PWM for any pin, see PR #8622 2017-12-03 20:37:02 +01:00
HAL.cpp M42 P1.20 fix 2017-11-20 13:58:02 -06:00
HAL.h Fix sq/min/max macros after platform headers 2017-11-19 15:43:39 -06:00
HAL_LCD_delay.h AVR RRD works 2017-11-07 18:40:29 -06:00
HAL_LCD_I2C_routines.c Misc. general cleanup 2017-11-19 15:43:39 -06:00
HAL_LCD_I2C_routines.h Try port*100+pin, fix config dependency 2017-11-20 13:58:23 -06:00
HAL_LCD_pin_routines.c Try port*100+pin, fix config dependency 2017-11-20 13:58:23 -06:00
HAL_LCD_pin_routines.h AVR RRD works 2017-11-07 18:40:29 -06:00
HAL_LPC1768_LCD_defines.h Apply some formatting 2017-11-18 03:12:30 -06:00
HAL_spi.cpp finish 2017-11-10 14:39:55 -06:00
HAL_temp.h AVR RRD works 2017-11-07 18:40:29 -06:00
HAL_timers.cpp [2.0.x] Enable hardware serial ports on LPC1768 (#8004) 2017-10-24 17:28:33 -05:00
HAL_timers.h Fix name collision. timer_t => hal_timer_t 2017-11-05 19:31:07 -06:00
HardwareSerial.cpp Clean up trailing spaces 2017-10-26 23:33:43 -05:00
HardwareSerial.h [2.0.x] Enable hardware serial ports on LPC1768 (#8004) 2017-10-24 17:28:33 -05:00
lpc1768_flag_script.py Make LPC1768 pinmapping not specific to Re-ARM (#8063) 2017-10-26 13:37:26 -05:00
LPC1768_PWM.cpp Spacing, macros in LPC1768_PWM 2017-11-26 20:20:05 -06:00
LPC1768_PWM.h Dependency adjustments 2017-11-19 15:43:38 -06:00
LPC1768_Servo.cpp Make LPC1768 pinmapping not specific to Re-ARM (#8063) 2017-10-26 13:37:26 -05:00
LPC1768_Servo.h Fix Servo class compile errors 2017-09-29 08:17:30 -05:00
main.cpp Try port*100+pin, fix config dependency 2017-11-20 13:58:23 -06:00
persistent_store_impl.cpp Make LPC1768 pinmapping not specific to Re-ARM (#8063) 2017-10-26 13:37:26 -05:00
pinmapping.cpp Cleanup narrowing warning in pin_is_protected 2017-11-24 22:15:56 -06:00
pinmapping.h fix NUM_DIGITAL_PINS being negative for more than 127 digital pins 2017-12-01 07:39:46 +01:00
pinsDebug_LPC1768.h Apply some formatting 2017-11-18 03:12:30 -06:00
SanityCheck_Re_ARM.h HAL compatible pinsDebug & misc 2017-08-31 18:23:44 -05:00
serial.h LPC1768: fix serial buffer underrun (#7854) 2017-10-05 17:19:43 -05:00
servo_private.h Apply some formatting 2017-11-18 03:12:30 -06:00
SoftwareSerial.cpp Try port*100+pin, fix config dependency 2017-11-20 13:58:23 -06:00
SoftwareSerial.h Try port*100+pin, fix config dependency 2017-11-20 13:58:23 -06:00
spi_pins.h Add BIQU BQ111-A4 board 2017-11-22 16:34:59 -06:00
u8g_com_HAL_LPC1768_hw_spi.cpp Arduini IDE compatibility changes 2017-11-08 20:49:49 -06:00
u8g_com_HAL_LPC1768_ssd_hw_i2c.cpp Arduini IDE compatibility changes 2017-11-08 20:49:49 -06:00
u8g_com_HAL_LPC1768_ssd_sw_i2c.cpp under construction Arduini IDE compatibility changes 2017-11-08 20:49:49 -06:00
u8g_com_HAL_LPC1768_st7920_hw_spi.cpp Arduini IDE compatibility changes 2017-11-08 20:49:49 -06:00
u8g_com_HAL_LPC1768_st7920_sw_spi.cpp Arduini IDE compatibility changes 2017-11-08 20:49:49 -06:00
u8g_com_HAL_LPC1768_sw_spi.cpp Arduini IDE compatibility changes 2017-11-08 20:49:49 -06:00
watchdog.cpp LPC1768: updates to use the new pin_t typedef 2017-11-02 18:43:57 -05:00
watchdog.h HAL for Re:ARM (LPC1768) architecture 2017-08-31 18:21:38 -05:00
WInterrupts.cpp Try using <Arduino.h> everywhere 2017-11-19 14:23:02 -06:00