Ivan Kravets
08103cfc59
Improve settings printing
2019-08-17 23:57:12 +03:00
Simon Arlott
0587f5b964
Add __attribute__((unused)) to generated test code ( #2906 )
...
Without this, the compiler will generate unused parameter warnings in
the native version:
test/output_export.cpp: In function ‘void output_start(unsigned int)’:
test/output_export.cpp:6:32: error: unused parameter ‘baudrate’ [-Werror=unused-parameter]
void output_start(unsigned int baudrate)
^~~~~~~~
cc1plus: all warnings being treated as errors
2019-08-17 21:07:37 +03:00
Ivan Kravets
0677bcecb9
Improve printing of tabulated results
2019-08-17 20:55:16 +03:00
Ivan Kravets
9023358d9e
YAPF=0.28.0
2019-08-17 17:54:31 +03:00
Ivan Kravets
3edf7e6ca8
Fixed an issue with PIO Home's "No JSON object could be decoded" // Resolve #2823
2019-08-15 21:44:07 +03:00
Ivan Kravets
6a90388649
Move FS related helpers to fs.py module
2019-08-12 19:44:37 +03:00
Ivan Kravets
5505c6c0e3
Switch Energia's projects to Arduino framework
2019-07-21 22:31:39 +03:00
Ivan Kravets
6d7854d113
Session based IDE integration with PIO Home
2019-07-19 12:59:50 +03:00
Ivan Kravets
aebe891895
Skip modified homeState
2019-07-18 14:17:30 +03:00
Ivan Kravets
6ea49910d5
Fixed an issue when "debug", "home", "run", and "test" commands were not shown in "platformio --help" CLI
2019-07-18 00:19:30 +03:00
Ivan Kravets
8059e04499
Improved computing of project check sum (structure, configuration) and avoid unnecessary rebuilding
2019-07-16 15:47:33 +03:00
Ivan Kravets
71c4201487
Do not save unnecessary data for PIO Home
2019-07-16 14:15:48 +03:00
Ivan Kravets
425c1fb0a8
Do not shutdown PIO Home Server for "upgrade" operations // Resolve #2784
2019-07-15 18:19:40 +03:00
Ivan Kravets
6f2779fe5d
Remove unnecessary code
2019-07-15 14:46:23 +03:00
Ivan Kravets
b51f2ae722
Fixed an issue with incorrect escaping of Windows slashes for PIO Unified Debugger
2019-07-15 14:20:14 +03:00
Ivan Kravets
5e73348263
Print debug tool name in debugging session
2019-07-11 14:09:15 +03:00
Ivan Kravets
f81b1089c1
Control a number of parallel build jobs with a new -j, --jobs option
2019-07-10 13:00:51 +03:00
Ivan Kravets
d003dffc5a
Fixed an issue with broken internal call for PIO Account // Resolve #2748
2019-07-10 00:20:23 +03:00
Ivan Kravets
0a638b7ea5
Fix issues with Unicode arguments when calling inline PIO Core
2019-07-09 00:14:11 +03:00
Ivan Kravets
ffcf6b873a
Use native Windows API for getting My Documents folder path
2019-07-08 17:21:28 +03:00
Ivan Kravets
caf5159002
Fixed an issue when Ctrl+C(SIGINT) terminates debugging session instead of halting // Resolve #2733
2019-07-04 17:47:26 +03:00
Ivan Kravets
26dda104dd
Remove debug code
2019-07-03 15:22:04 +03:00
Ivan Kravets
7c6fabaee2
Fix an issue with unhandled warnings from PIO Core when calling it internally // Resolved #2727
2019-07-03 15:10:37 +03:00
Ivan Kravets
fd9ca0cd15
Ensure buffer is created for thread stream
2019-07-02 22:35:35 +03:00
Ivan Kravets
6c47c7506e
Do not remove thread buffers, reset them instead
2019-07-02 22:26:01 +03:00
Ivan Kravets
18d93dfcc9
Use StringIO for PY3
2019-07-02 21:04:43 +03:00
Ivan Kravets
4b24d6e3e4
Minor changes
2019-07-02 20:48:43 +03:00
Ivan Kravets
2988724456
Setup MultiThreadingStdStreams from child threads
2019-07-02 20:44:33 +03:00
Ivan Kravets
148b7dccfd
Refactor ThreadSafeStdBuffer
2019-07-02 15:47:03 +03:00
Ivan Kravets
d2c86ab71c
Refactor state to a proxied dictionary
2019-07-02 00:41:47 +03:00
Ivan Kravets
bf77d70d82
Thread safe internal PIO Core calling for PIO Home
2019-07-01 20:39:52 +03:00
Ivan Kravets
dfca7f0b68
Speedup PIO Home via internal calling of PIO Core CLI
2019-07-01 15:55:42 +03:00
Ivan Kravets
f30bd18bdc
Skip async output when empty byte is given
2019-06-28 19:07:59 +03:00
Ivan Kravets
a75823227d
Use :1234 as default GDB port for QEMU
2019-06-27 15:13:16 +03:00
Ivan Kravets
96d337388b
Debug: Initial configuration for QEMU
2019-06-27 15:07:13 +03:00
Ivan Kravets
c89793eab9
Use piped openOCD for RISC-V
2019-06-27 15:06:12 +03:00
Ivan Kravets
e27b40390d
Look for project dir in sys env variables (hooks for Eclipse, CLion)
2019-06-27 14:57:05 +03:00
Ivan Kravets
d07a1d265e
Log stdout of GDB client
2019-06-27 13:38:46 +03:00
Ivan Kravets
89b951e7d5
Switch to news from registry
2019-06-26 00:29:49 +03:00
Ivan Kravets
1ccc526960
Revert "Revert back "Look firstly in built-in library storages""
...
This reverts commit 4ae302762a .
2019-06-13 13:08:53 +03:00
Ivan Kravets
4ae302762a
Revert back "Look firstly in built-in library storages"
2019-06-13 00:42:10 +03:00
Ivan Kravets
d5c98e4f27
Look firstly in built-in library storages for a missing dependency instead of PlatformIO Registry // Resolve #1654
2019-06-12 22:02:59 +03:00
Ivan Kravets
b7e9bcb609
Do not check udev rules for gdb --version
2019-06-11 20:30:06 +03:00
Ivan Kravets
9de7297d38
Fix "UnicodeEncodeError: 'ascii' codec can't encode characters" // Resolve #2644
2019-06-10 19:44:18 +03:00
Ivan Kravets
80718ebb95
Fix "UnicodeEncodeError: 'ascii' codec can't encode characters" // Resolve #2644
2019-06-10 15:25:59 +03:00
Ivan Kravets
bcff26d4d7
Refactor using "@util.memoized"
2019-06-06 00:13:04 +03:00
Ivan Kravets
522f814811
Show detailed info about a platform when is installed from local folder or VCS // Resolve #2081
2019-06-05 18:26:39 +03:00
Ivan Kravets
394d272324
Fix numerous issues related to "UnicodeDecodeError" and international locales, or when project path contains non-ASCII chars // Resolve #143 , Resolve #1342 , Resolve #1959 , Resolve #2100
2019-06-05 17:57:22 +03:00
Ivan Kravets
d09964a897
Use common IDE data loading for IDE and DEBUG
2019-06-03 19:20:10 +03:00
Ivan Kravets
e269c91d26
Improve compatibility with hashlib Py2/Py3
2019-06-03 13:30:35 +03:00