mbed-os/tools/cmake/upload_methods
Jamie Smith 3af1c75ca8
Bring python packages into the mbed-os source (#192)
* Initial import of python packages

* Move tests to subfolder, use tests in generate_configuration.cmake

* Bring python packages into the source tree instead of needing to be installed separately

* Use python3

* Just use distro default python

* Install all the requirements with apt-get

* unittests is part of Python now

* Add appdirs, set python version

* Add some missing dependencies

* Add more packages

* Add requirements.apt.txt files, fix relative paths with scancode_evaluate.py

* Fix return code handling for license scan errors

* ok let's try that again, also improve error output from scancode evaluate

* Add missing license headers
2023-10-10 09:54:53 -07:00
..
CheckPythonPackage.cmake License header added to all new filed 2022-09-14 00:25:27 -07:00
FindArduinoBossac.cmake Enable Arduino Nano 33 BLE (#55) 2022-10-16 10:32:38 -07:00
FindJLINK.cmake License header added to all new filed 2022-09-14 00:25:27 -07:00
FindLinkServer.cmake Replace REDLINK upload method with LINKSERVER (#186) 2023-09-26 23:28:35 -07:00
FindOpenOCD.cmake Add out-of-the-box upload support for LPC1768 (OpenOCD and MBED methods only) 2022-09-14 00:25:27 -07:00
FindPicotool.cmake Add RP2040 support (#168) 2023-07-12 21:11:26 -07:00
FindSTLINKTools.cmake Rename inconsistently named testing-related variables. Also fix STM32CUBE not working from application code. 2022-09-14 00:25:29 -07:00
Findstlink.cmake Fix OpenOCD not working for L452RE, fix running tests with a non-default baudrate set, add warning about old stlink versions which may not work 2022-09-14 00:25:32 -07:00
UploadMethodARDUINO_BOSSAC.cmake Enable Arduino Nano 33 BLE (#55) 2022-10-16 10:32:38 -07:00
UploadMethodJLINK.cmake More fixes for sleep and clocking stuff on MIMXRT105x (#158) 2023-05-11 22:49:55 -07:00
UploadMethodLINKSERVER.cmake Refactor flash setup for MIMXRT105x devices, add flash API support for MIMXRT1062 EVK (#187) 2023-10-01 09:25:26 -07:00
UploadMethodMBED.cmake Bring python packages into the mbed-os source (#192) 2023-10-10 09:54:53 -07:00
UploadMethodNONE.cmake Response to comments 2022-09-14 00:25:27 -07:00
UploadMethodOPENOCD.cmake Refactor upload methods to streamline the debugging experience (#129) 2023-02-20 00:16:15 -08:00
UploadMethodPICOTOOL.cmake Add RP2040 support (#168) 2023-07-12 21:11:26 -07:00
UploadMethodPYOCD.cmake Refactor upload methods to streamline the debugging experience (#129) 2023-02-20 00:16:15 -08:00
UploadMethodSTLINK.cmake Refactor upload methods to streamline the debugging experience (#129) 2023-02-20 00:16:15 -08:00
UploadMethodSTM32CUBE.cmake Refactor upload methods to streamline the debugging experience (#129) 2023-02-20 00:16:15 -08:00
python_packagecheck.py License header added to all new filed 2022-09-14 00:25:27 -07:00