Scott Lahteine
4e0c935959
Update HAL and libs formatting
6 years ago
Scott Lahteine
0c85869c26
Clean up file endings
6 years ago
Scott Lahteine
9c0e05552e
Suppress some compile warnings
6 years ago
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup (#12322 )
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
6 years ago
Nils Hasenbanck
cafabf2055
Implement DELAY_NS with CYCCNT on Cortex-M7 (#12283 )
6 years ago
Scott Lahteine
d015f746cc
Fix some compile warnings (#12220 )
6 years ago
Christopher Pepper
254b68fe2c
servo update
7 years ago
Christopher Pepper
5ddf52d58e
[HAL][LPC176x] Pull out framework into separate repository
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
7 years ago
Scott Lahteine
0bd54392b7
Use uint8_t in EEPROM code
6 years ago
Scott Lahteine
348004c34f
STM32F7 HAL using the official STM32 Arduino Core (#11750 )
6 years ago
Eduardo José Tagle
f6f2246f59
Templatized serial classes (#11982 )
6 years ago
Ilya Bukhonin
7ecb8b4af5
[2.0.x] Teensy 3.1 and 3.2 support (#11460 )
7 years ago
Scott Lahteine
0987ed2a18
Use American English
7 years ago
jmz52
a77f8c6dd5
Implement servo support for STM32F1 (#11580 )
Implement servo support for STM32F1. Original code was incomplete and depended on Servo library from stm32duino which conflicts with `module/servo.h`.
7 years ago
Dave Johnson
0456caf0ad
Consolidate shared HALs and isolate HAL compile (#11552 )
7 years ago
ghent360
00d24a8219
Don't call __delay_4cycles for 0 cycle delay - takes a really long time. (#11586 )
7 years ago
Nils Hasenbanck
b37bfeffeb
[2.0.x] Use the new const functions of the persistentStore api (#11544 )
7 years ago
Chris Pepper
5573ef62c6
[2.0.x] PersistentStore update followup (#11549 )
7 years ago
Scott Lahteine
834ea7fcea
Remove 'const' from PersistentStore::capacity
7 years ago
Dave Johnson
c64199941e
Compile only selected PIO environment (#11519 )
7 years ago