Ivan Kravets
8c2a7df53e
Fixed a regression bug when opening device monitor without any filters // Resolve #4363
2022-07-18 20:46:27 +03:00
Ivan Kravets
d92e36efa0
Minor fixes to email regexp
2022-07-18 18:06:37 +03:00
Ivan Kravets
741e9a40b3
Bump version to 6.1.3a1
2022-07-18 17:27:13 +03:00
Ivan Kravets
cd4f5541ac
Bump version to 6.1.2
2022-07-18 17:26:10 +03:00
Ivan Kravets
73089b3cb0
Warn about unknown device monitor filters // Resolve #4362
2022-07-18 17:24:38 +03:00
Ivan Kravets
bedbae6311
Bump version to 6.1.2a3
2022-07-14 14:45:55 +03:00
Ivan Kravets
842679c32b
Export a "PIO_UNIT_TESTING" macro to the project source files and dependent libraries in the Unit Testing mode
2022-07-14 14:45:31 +03:00
Ivan Kravets
bc325ab2cc
Increase number of http retries to 5
2022-07-13 18:32:04 +03:00
Ivan Kravets
a31a7f2b06
Improved detection of Windows architecture // Resolve #4353
2022-07-13 18:26:21 +03:00
Ivan Kravets
4278574450
Fixed an issue when the "pio pkg publish" command didn’t work with Python 3.6 // #4352
2022-07-13 14:46:40 +03:00
Ivan Kravets
6f8f2511c2
Look for another mirror on any requests.exceptions.RequestException
2022-07-13 14:31:28 +03:00
Ivan Kravets
5282124664
Bump version to 6.1.2a2
2022-07-12 22:21:42 +03:00
Ivan Kravets
dcc02c3e14
Revert "Use generic MISSING helper"
...
This reverts commit 31a24e1652 .
2022-07-12 22:06:29 +03:00
Ivan Kravets
f070399cad
Bump version to 6.1.2a1
2022-07-11 13:39:17 +03:00
Ivan Kravets
f4535190a3
Bump version to 6.1.1
2022-07-11 13:33:34 +03:00
Ivan Kravets
236c4570cf
Added new `monitor_encoding` project configuration option // Resolve #4350
2022-07-11 13:26:43 +03:00
Ivan Kravets
5844c536a4
Typo fix
2022-07-10 11:50:13 +03:00
smarq8
6627fd5790
fix compat mode when no framework ( #4346 )
...
fix strict compat mode when no framework
2022-07-09 22:50:02 +03:00
Ivan Kravets
25074d80d3
Allowed specifying project environments for "pio ci" command // Resolve #4347
2022-07-09 21:58:34 +03:00
Ivan Kravets
f032663b33
Bump version to 6.1.1rc1
2022-07-09 21:43:14 +03:00
Ivan Kravets
d24702eb29
Fixed an issue with endless scanning of project dependencies // Resolve #4349
2022-07-09 21:42:47 +03:00
Ivan Kravets
7637286efa
Improve detecting of common builder by paths
2022-07-09 21:36:37 +03:00
Ivan Kravets
31a24e1652
Use generic MISSING helper
2022-07-09 19:25:04 +03:00
Ivan Kravets
c8c4028a23
Bump version to 6.1.1a3
2022-07-09 17:23:57 +03:00
Ivan Kravets
0bd27a36e9
Fixed an issue when a serial port was not automatically detected if the board has predefined HWIDs
2022-07-09 17:23:38 +03:00
Ivan Kravets
ee93ca1615
Bump version to 6.1.1a2
2022-07-08 15:19:25 +03:00
Ivan Kravets
4c2aca4956
Show "TimeoutError" only in the verbose mode when can not find a serial port
2022-07-08 15:18:52 +03:00
Ivan Kravets
6464420c1c
Bump version to 6.1.1a1
2022-07-06 20:06:16 +03:00
Ivan Kravets
c2ddc89e46
Bump version to 6.1.0
2022-07-06 16:24:03 +03:00
Ivan Kravets
6e16b43568
Automatically upgrade outdated Unity library
2022-07-05 18:57:06 +03:00
Ivan Kravets
6c18b37d54
Bump version to 6.1.0rc1
2022-07-04 18:50:23 +03:00
Ivan Kravets
6134db8e81
Fixed an issue when library dependencies were installed for the incompatible project environment // Resolve #4338
2022-07-04 18:50:06 +03:00
Ivan Kravets
523b6dfa98
Do not immediately terminate a testing program when results are received
2022-07-04 17:32:11 +03:00
Ivan Kravets
3928cb522e
Bump version to 6.1.0b2
2022-07-04 13:55:11 +03:00
Tim Gates
d3b7508bd5
docs: Fix a few typos ( #4340 )
...
There are small typos in:
- platformio/test/helpers.py
- platformio/util.py
- tests/project/test_savedeps.py
Fixes:
- Should read `specified` rather than `sepcified`.
- Should read `overridden` rather than `overriden`.
- Should read `compatibility` rather than `compatiblty`.
2022-07-03 13:16:33 +03:00
Ivan Kravets
d2e27f5385
Better wording with dependency resolving
2022-07-02 20:17:31 +03:00
Ivan Kravets
2a5de43964
Refactor project IDE integration
2022-07-02 20:16:56 +03:00
Ivan Kravets
029e66cd06
PyLint fixes
2022-07-02 19:19:48 +03:00
Ivan Kravets
96fb8c74f9
PyLint: fix "superfluous-parens"
2022-07-02 19:05:32 +03:00
Ivan Kravets
b006f53010
PyLint: Fix "useless-object-inheritance"
2022-07-02 19:03:25 +03:00
Ivan Kravets
19d518fc4c
Fix PyLint: Consider explicitly re-raising
2022-07-02 18:37:57 +03:00
Ivan Kravets
f01cd7570c
Fix handling of unknown targets when processing pre/post actions
2022-07-01 20:14:58 +03:00
Ivan Kravets
ffebfd4376
Drop deprecated "program" target
2022-07-01 19:44:14 +03:00
Ivan Kravets
e4264a6a51
Make $PROGPATH configurable
2022-07-01 19:38:51 +03:00
Ivan Kravets
d85bc0f7f8
Make $PROGPATH configurable
2022-07-01 19:29:07 +03:00
Ivan Kravets
3b878747f2
Bump GoogleTest dependency to 1.12.1
2022-07-01 18:03:48 +03:00
Ivan Kravets
401f8a4891
Added new "pio run --monitor-port" option to specify custom device monitor port to the "monitor" target // Resolve #4337
2022-06-29 22:46:53 +03:00
Ivan Kravets
6bec593b93
Simplify output from the clean target
2022-06-29 22:17:30 +03:00
Ivan Kravets
772e25df49
Bump version to 6.1.0b1
2022-06-28 19:37:16 +03:00
Ivan Kravets
3363b3a516
Significantly improved support for Pre & Post Actions
2022-06-28 19:36:49 +03:00