| View previous topic :: View next topic |
| Author |
Message |
pgvt
Joined: 17 Aug 2024 Posts: 17
|
|
Posted: Thu Nov 20, 2025 10:36 am |
|
|
| Marttyn wrote: | Hope you do! Now I dont use your task as it is as I dont want to choose the PIC type every time. With this is very easy and you can set up per project.
Also having options to modify the compilation behavior is great! |
Please use English comments on first snipped for universality.
Can you also add the tool ICD-U64 CCLOAD - this is the programmer sold by CCSINFO:
https://www.ccsinfo.com/downloads.php#progDebug
The best will be if we do code-writter's way by Pull Request and so on through GitLab repository - if you know how, go ahead ( I also need to learn how, so this is good real opportunity and we will retain contributors ownership.
I will invite you to GitLab project just send me your e-mail address to PM here. |
|
 |
Marttyn
Joined: 06 Mar 2015 Posts: 32 Location: Spain
|
|
Posted: Thu Nov 20, 2025 4:08 pm |
|
|
I didnt use English comments as it was for personal use. Shared just to explain my approach. If its useful one single prompt can translate the comments in copilot
I dont use or have ICD, so I can not test it. But if there is a user manual or the command line help available just share with copilot/ChatGPT and it will create the options for you.
Ive never contributed to a repo, so im not familiar with how to do it, but I will try to find out. I will send you my Gitlab email to join. |
|
 |
pgvt
Joined: 17 Aug 2024 Posts: 17
|
| New version for test |
Posted: Thu Jan 29, 2026 11:41 am |
|
|
I moved the compiler selection PCB/PCM/PCH/PCD choice to vsCode taskbar. You can test it, get the extension.vsix from
https://gitlab.com/vitapg/picc-ccs-support/-/releases/0.1.7-TEST3
To change the compiler PCB, PCH, PCM, PCD "flavor" (it will be remembered for next session) click on status bar:
Upgrade Notes: Users updating existing workspace from version 0.1.5 or earlier will be prompted to update their tasks.json configuration. A backup will be created automatically.
To invoke manually later the migration cleanup by command palette, type PICC ..:
Unfortunately, I have no anymore access to the official publishing to update because of my e-mail migration to other provider caused marketplace access issue. Hope it will be restored. |
|
 |
allenhuffman
Joined: 17 Jun 2019 Posts: 656 Location: Des Moines, Iowa, USA
|
|
Posted: Wed Feb 04, 2026 2:21 pm |
|
|
Wow, nice work. I missed these replies. I am just now checking it out. I got it to build a simple test. Nice. _________________ Allen C. Huffman, Sub-Etha Software (est. 1990) http://www.subethasoftware.com
Embedded C, Arduino, MSP430, ESP8266/32, and PIC24 programmer.
http://www.whywouldyouwanttodothat.com ?
Using: 24FJ256GA106, 24EP256GP202, 24FJ64GA002 and 24FJ1024GA606. |
|
 |
pgvt
Joined: 17 Aug 2024 Posts: 17
|
|
 |
djsb
Joined: 29 Jan 2011 Posts: 56
|
|
Posted: Mon Feb 23, 2026 1:07 am |
|
|
| I'm using VSCODIUM (with MPLAB) will the CCS extension work with this? |
|
 |
pgvt
Joined: 17 Aug 2024 Posts: 17
|
|
Posted: Mon Feb 23, 2026 6:55 am |
|
|
| djsb wrote: | | I'm using VSCODIUM (with MPLAB) will the CCS extension work with this? |
Interesting. You can test directly by installing to VSCODIUM
manually my extension.vsix file from https://gitlab.com/vitapg/picc-ccs-support/-/releases
It should work. Please test - then I can publish it in https://open-vsx.org/ too for automatic installations.
I'm not sure the (with MPLAB) presence will do and what are your expectations of all this. |
|
 |
djsb
Joined: 29 Jan 2011 Posts: 56
|
|
Posted: Mon Feb 23, 2026 7:21 am |
|
|
I mostly use CCS in MPLABX at the moment, but hope to try VSCODIUM at some point as well. After reading about VSCODIUM (and it's removal of Microsoft telemetry, branding and tracking as well as being open source) on EEVBlog I uninstalled VSCODE.
I only occasionally use XC8 and have never used it in VSCODE or VSCODIUM. |
|
 |
|