Ivan Kravets
|
17efa89047
|
Disable STM8 from CI tests
|
2019-01-30 18:00:40 +02:00 |
|
Ivan Kravets
|
527efe3359
|
RISV-GAP, document AutoTiler
|
2019-01-30 18:00:12 +02:00 |
|
Ivan Kravets
|
5aed0efd61
|
Docs: Add Alorium Hinj board
|
2019-01-29 22:20:41 +02:00 |
|
Ivan Kravets
|
27ac17e8c3
|
Release docs to 3.6.4
|
2019-01-23 21:24:29 +02:00 |
|
Ivan Kravets
|
d2c545eb27
|
Bump version to 4.0.0a3
|
2019-01-23 20:55:18 +02:00 |
|
Ivan Kravets
|
035ab14202
|
Merge tag 'v3.6.4' into develop
Bump version to 3.6.4
# Conflicts:
# HISTORY.rst
# platformio/__init__.py
|
2019-01-23 20:54:21 +02:00 |
|
Ivan Kravets
|
4504080027
|
Merge branch 'release/v3.6.4'
|
2019-01-23 20:51:48 +02:00 |
|
Ivan Kravets
|
367e4d663c
|
Bump version to 3.6.4
|
2019-01-23 20:47:18 +02:00 |
|
Ivan Kravets
|
28bca48eca
|
Ignore examples for ststm8 on Linux
|
2019-01-23 17:55:07 +02:00 |
|
Ivan Kravets
|
eb57e14ac1
|
Fix "ValueError: invalid literal for int() with base 10" // Resolve #2061
|
2019-01-23 17:54:45 +02:00 |
|
Ivan Kravets
|
69065d8bd6
|
Fix "ValueError: invalid literal for int() with base 10" // Resolve #2058
|
2019-01-22 22:16:58 +02:00 |
|
Ivan Kravets
|
3cc996d89f
|
Fix "ValueError: invalid literal for int() with base 10" // Resolve #2058
|
2019-01-22 21:59:26 +02:00 |
|
Ivan Kravets
|
d7d981f522
|
Add "Variable Format" section to VSCode
|
2019-01-22 21:05:38 +02:00 |
|
Ivan Kravets
|
eedc1c3ccd
|
Bump version to 4.0.0a2
|
2019-01-17 18:18:28 +02:00 |
|
Ivan Kravets
|
db0bbcc043
|
CLion: Improve project portability using "${CMAKE_CURRENT_LIST_DIR}" instead of USER_HOME
|
2019-01-17 18:05:05 +02:00 |
|
Ivan Kravets
|
63075c9607
|
CLion: Improve project portability using "${CMAKE_CURRENT_LIST_DIR}" instead of USER_HOME
|
2019-01-17 18:04:52 +02:00 |
|
Ivan Kravets
|
b594c11718
|
Fix cmd_lib test
|
2019-01-17 17:56:35 +02:00 |
|
Ivan Kravets
|
b6ccda3568
|
Fix cmd_lib test
|
2019-01-17 17:56:21 +02:00 |
|
Ivan Kravets
|
35f96a534a
|
Drop "do-not-modify-files-here.url" from build_dir
|
2019-01-17 02:07:46 +02:00 |
|
Ivan Kravets
|
7e8349d45e
|
Docs: Sync Atmel AVR boards
|
2019-01-16 15:34:31 +02:00 |
|
Ivan Kravets
|
88d06b4437
|
Ignore examples for ststm8 on Linux
|
2019-01-12 01:08:13 +02:00 |
|
Ivan Kravets
|
3019e35724
|
Initial support for STM8
|
2019-01-11 16:52:01 +02:00 |
|
Ivan Kravets
|
38bb2c61c1
|
Docs: Sort upload protocols for board
|
2019-01-11 14:35:54 +02:00 |
|
Ivan Kravets
|
c7949ecd07
|
Temporary disable checking for PlatformIO Core engine (allow PIO Core 3 dev/platforms for PIO Core 4)
|
2019-01-11 14:11:54 +02:00 |
|
Ivan Kravets
|
d627a42268
|
Fix PyLint warning
|
2019-01-11 14:07:46 +02:00 |
|
Ivan Kravets
|
2b467f3fee
|
Fix PyLint warning
|
2019-01-11 14:07:35 +02:00 |
|
Ivan Kravets
|
f058b8f18f
|
Fix PY3 Lint "consider-using-set-comprehension"
|
2019-01-11 13:02:12 +02:00 |
|
Ivan Kravets
|
a750b06fc8
|
Fix PY3 Lint "consider-using-set-comprehension"
|
2019-01-11 13:01:53 +02:00 |
|
Ivan Kravets
|
13430aa628
|
Use GCC C++ compiler for Eclipse project indexer // Issue #1010
|
2019-01-11 12:52:17 +02:00 |
|
Ivan Kravets
|
286a53991c
|
Use GCC C++ compiler for Eclipse project indexer // Issue #1010
|
2019-01-11 12:52:00 +02:00 |
|
Ivan Kravets
|
b92a8467c9
|
Update SCons to 3.0.3
|
2019-01-10 23:47:43 +02:00 |
|
Ivan Kravets
|
56cd55ba7d
|
Eclipse: Provide language standard to a project C/C++ indexer // Resolve #1010
|
2019-01-10 21:57:52 +02:00 |
|
Ivan Kravets
|
a092f87c50
|
Eclipse: Provide language standard to a project C/C++ indexer // Resolve #1010
|
2019-01-10 21:57:39 +02:00 |
|
Ivan Kravets
|
19b5285d50
|
Fix "TypeError : startswith first arg" when checking udev rules with PY3 // Resolve #2000
|
2019-01-10 19:34:09 +02:00 |
|
Ivan Kravets
|
d5d95092c4
|
Fix an error "Could not extract item..." when extracting TAR archive with symbolic items on Windows platform // Resolve #2015
|
2019-01-10 19:33:45 +02:00 |
|
Ivan Kravets
|
02937216b0
|
Fix "TypeError : startswith first arg" when checking udev rules with PY3 // Resolve #2000
|
2019-01-10 19:33:15 +02:00 |
|
Ivan Kravets
|
e02d7528ad
|
Fix an error "Could not extract item..." when extracting TAR archive with symbolic items on Windows platform // Resolve #2015
|
2019-01-10 19:14:03 +02:00 |
|
Ivan Kravets
|
68e3f9dc00
|
Fix "Runtime Error: Dictionary size changed during iteration" // Resolve #2003
|
2019-01-09 16:34:55 +02:00 |
|
Ivan Kravets
|
2ae41c8434
|
Fix "Runtime Error: Dictionary size changed during iteration" // Resolve #2003
|
2019-01-09 16:34:39 +02:00 |
|
Ivan Kravets
|
aa2bc4a63b
|
Implement "get_file_contents" helper
|
2018-12-27 14:48:22 +02:00 |
|
Ivan Kravets
|
74218f4f93
|
Fix PyLint warning for Windows
|
2018-12-26 22:33:21 +02:00 |
|
Ivan Kravets
|
a60c57ac58
|
Initial support for Python 3.5+ // Resolve #895 Resolve #1365
|
2018-12-26 20:54:29 +02:00 |
|
Ivan Kravets
|
fabaadec60
|
Fix an issue with incorrect detecting of compatibility (LDF) between generic library and Arduino or ARM mbed frameworks
|
2018-12-22 22:30:23 +02:00 |
|
Ivan Kravets
|
7f697961ec
|
Sync docs
|
2018-12-21 17:26:13 +02:00 |
|
Ivan Kravets
|
9334f31ff2
|
Docs: Sync boards
|
2018-12-20 20:51:34 +02:00 |
|
Ivan Kravets
|
579de32d4e
|
Docs: Remove examples with ESP8266 LD scripts, they can change
|
2018-12-14 18:38:41 +02:00 |
|
Ivan Kravets
|
c3702391ea
|
Docs: Add RISC-V ASM Video Tutorial
|
2018-12-13 20:45:35 +02:00 |
|
Ivan Kravets
|
826418a443
|
Bump version to 3.6.4b1
|
2018-12-13 17:30:49 +02:00 |
|
Ivan Kravets
|
4dfa885a85
|
CLion: Improve project portability using "${CMAKE_CURRENT_LIST_DIR}" instead of full path
|
2018-12-13 17:30:10 +02:00 |
|
Ivan Kravets
|
9f4dde4b5e
|
Use full path to PlatformIO CLI when generate project for IDE
|
2018-12-13 17:24:08 +02:00 |
|