Commit Graph

6300 Commits

Author SHA1 Message Date
Ivan Kravets 6db3eb8e33 Bump version to 6.1.6rc1 2023-01-14 22:17:33 +02:00
Ivan Kravets 355222b0c0 Fixed an issue when "pio pkg list" and "pio pkg uninstall" commands fail if there are circular dependencies in the library.json manifests // Resolve #4475 2023-01-14 20:20:15 +02:00
Ivan Kravets 2fbd766fd9 Remove debug code 2023-01-14 19:43:31 +02:00
Ivan Kravets fb5e99473f Fixed an issue when extends does not override options in the right order // Resolve #4462 2023-01-14 19:40:53 +02:00
Ivan Kravets de4ba4cbe1 Fixed an issue with an incorrect test summary when a testcase name includes a colon // Resolve #4508 2023-01-14 17:38:26 +02:00
Ivan Kravets 42f1197de8 Added a new "name" configuration option to customize a project name // Resolve #4498 2023-01-14 17:17:26 +02:00
Ivan Kravets 2337dbd2cd Fix incorrect type of "examples" // Resolve #4502 2023-01-13 20:50:29 +02:00
Ivan Kravets 17360b0ed2 Show the real error message instead of "Can not remove temporary directory" when "platform.ini" is broken // Resolve #4480 2023-01-13 19:56:08 +02:00
Ivan Kravets 5ee79f1724 Sync docs 2023-01-13 19:55:53 +02:00
Ivan Kravets 20067c5736 Removed dependency on the "zeroconf" package and install it only when a user lists mDNS devices (issue with zeroconf's LGPL license) 2023-01-13 19:09:19 +02:00
Ivan Kravets d43c5696cc Lock "sphinx-rtd-theme" to the 1.1.1 2023-01-05 18:31:51 +02:00
Ivan Kravets 8970f36f1a Docs: Remove simulators from "onboard debug" list // Resolve #150 2023-01-05 16:14:43 +02:00
Ivan Kravets 75716d26ff Sync docs 2023-01-04 18:40:04 +02:00
Ivan Kravets d0ca48661c Sync docs 2022-12-29 13:47:25 +02:00
Ivan Kravets 4121882a9d Split project configuration docs into the multiple pages 2022-12-21 09:34:36 +02:00
Ivan Kravets 9c38cf6621 Make "get_config_options_schema" public 2022-12-19 16:34:54 +02:00
Ivan Kravets 6395a032e5 Ensure dependent packages for PIO Home are installed 2022-12-15 20:01:28 +02:00
Ivan Kravets a0387bd16e Update tox configuration 2022-12-14 21:15:23 +02:00
Ivan Kravets 4d4aec4f57 Export test suite directory 2022-12-13 19:36:41 +02:00
Ivan Kravets 7bbfaab891 Avoid tox 4.0 2022-12-13 19:36:15 +02:00
Ivan Kravets 337e7fe43a Update deps 2022-12-10 11:22:52 +02:00
Ivan Kravets 38f03224d3 Switch to ubuntu-20.04 (supports Python 3.6) 2022-12-07 16:07:48 +02:00
Valerii Koval 48655ad728 Update Clang-Tidy to v15.0.5 // Resolve #4420 2022-12-05 11:58:01 +02:00
Ivan Kravets 5de541e493 Update SPDX Data List to 3.19 2022-11-30 21:17:06 +02:00
mjysci 527d61296f add udev rule for AIR32F103 board (#4481) 2022-11-30 12:52:55 +02:00
Ivan Kravets 2141a09736 A JSON Schema for library.json // Resolve #1903 2022-11-28 22:44:57 +02:00
Dror Gluska 190ebcccfe add library.json schema (#4476) 2022-11-28 19:57:36 +02:00
Ivan Kravets a1d9798594 Bump version to 6.1.6a4 2022-11-25 02:20:38 +02:00
Ivan Kravets bf3942e7cc Use full paths to the assets (issue with setuptools) 2022-11-25 02:20:06 +02:00
Ivan Kravets 5ec5660fa6 Update deps 2022-11-22 20:06:00 +02:00
Ivan Kravets fb09077c38 Update docs.yml 2022-11-18 21:56:09 +02:00
Ivan Kravets ec5bf1b5e7 Bump version to 6.1.6a3 2022-11-18 19:52:02 +02:00
Ivan Kravets bf7fb15941 Made assets (templates, "99-platformio-udev.rules") part of Python’s module // Resolve #4458 2022-11-18 19:51:19 +02:00
Ivan Kravets b35f1ea572 Added support for Python 3.11 2022-11-18 15:48:39 +02:00
Ivan Kravets 7e6cb84c87 Add "env.IsCleanTarget()" to the Build API 2022-11-18 15:44:49 +02:00
Ivan Kravets bf769e1a9e Update deps 2022-11-18 13:39:36 +02:00
Ivan Kravets 476bf20923 Update CI scripts 2022-11-18 13:34:08 +02:00
Thijs Triemstra 3277ac3a18 ci: update actions (#4464)
* ci: update actions

* ci: update actions

* ci: update actions

* ci: use py3.9 for docs
2022-11-18 12:24:04 +02:00
Thijs Triemstra 93ce9b0c5e add missing space (#4463) 2022-11-18 12:23:33 +02:00
Ivan Kravets b11925a9ec Bump version to 6.1.6a2 2022-11-05 12:04:50 +02:00
Ivan Kravets 7f8784e2a8 PyLint fix 2022-11-05 12:04:36 +02:00
Ivan Kravets ca7a100392 Import the "zeroconf" module only when a user lists mDNS devices (issue with zeroconf's LGPL license) 2022-11-05 12:03:06 +02:00
Ivan Kravets 32c2e33edf Sync docs 2022-11-05 11:47:34 +02:00
Ivan Kravets 30fc00098d Black formatting 2022-11-02 13:08:36 +02:00
Norbert Szulc 1dd62361c7 Add list_logical_devices to public (#4450)
* Add list_logical_devices to public

https://github.com/maxgerhardt/platform-raspberrypi/issues/15

* Sort imports

Co-authored-by: Ivan Kravets <me@ikravets.com>
2022-11-02 13:06:03 +02:00
Ivan Kravets c870c09d67 Bump version to 6.1.6a1 2022-11-01 20:54:20 +02:00
Ivan Kravets 30b00e7a9d Merge branch 'release/v6.1.5' 2022-11-01 20:28:49 +02:00
Ivan Kravets c763f4b3a3 Merge tag 'v6.1.5' into develop
Bump version to 6.1.5
2022-11-01 20:28:49 +02:00
Ivan Kravets 9800fb7b2c Bump version to 6.1.5 2022-11-01 20:28:27 +02:00
Ivan Kravets 3b66f4270c Update PIO Project location for the smartknob project 2022-10-26 23:51:34 +03:00