Dave Johnson
|
f58ba3a64e
|
Improve AVR arch detection
Replace ARDUINO_ARCH_AVR with __AVR__ to better detect architecture for non-Arduino dev environments. Resolves compile failure in PIO for 8-bit Teensduino targets
More info:
https://forum.pjrc.com/threads/33234-Using-Teensyduino-Selecting-Teensy-3-2-3-1-board-has-incorrect-platform-define
http://www.atmel.com/webdoc/avrlibcreferencemanual/using_tools_1using_avr_gcc_mach_opt.html
|
8 years ago |
Scott Lahteine
|
142d8aae56
|
Move debugging to serial.*
|
8 years ago |
Scott Lahteine
|
f52a31a275
|
Core updates
|
8 years ago |
Scott Lahteine
|
4e4d16c92e
|
Move 'core' files
|
8 years ago |
Christopher Pepper
|
4b16fa3272
|
Implement HAL and apply macros across code-base
Implement AVR Platform
|
8 years ago |
Scott Lahteine
|
6c45d0fd81
|
Apply maths macros and type changes ahead of HAL
|
8 years ago |
Scott Lahteine
|
e94f79ccea
|
Patch some serial macros
|
8 years ago |
Scott Lahteine
|
f0fe26c411
|
Ensure Arduino.h and configs are included for serial.cpp
|
8 years ago |
Scott Lahteine
|
12ce051b55
|
Add a function to output spaces to serial
|
8 years ago |
Scott Lahteine
|
60be3d264b
|
Macros to print floats, hiding imprecision
|
8 years ago |
Scott Lahteine
|
2cbc7b4b73
|
Relocate serial macros and functions
|
8 years ago |