<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Easy Raspberry Pi Pico Microcontroller C / C++ Programming on Windows	</title>
	<atom:link href="https://paulbupejr.com/raspberry-pi-pico-windows-development/feed/" rel="self" type="application/rss+xml" />
	<link>https://paulbupejr.com/raspberry-pi-pico-windows-development/</link>
	<description>Hardware, software, and everything in between</description>
	<lastBuildDate>Tue, 21 Nov 2023 14:33:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Daniel Jankins		</title>
		<link>https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-17648</link>

		<dc:creator><![CDATA[Daniel Jankins]]></dc:creator>
		<pubDate>Tue, 21 Nov 2023 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://paulbupejr.com/?p=734#comment-17648</guid>

					<description><![CDATA[Thank you for writing this.
Have you tried to get the debug probe running under wsl?]]></description>
			<content:encoded><![CDATA[<p>Thank you for writing this.<br />
Have you tried to get the debug probe running under wsl?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marco Prata		</title>
		<link>https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-16875</link>

		<dc:creator><![CDATA[Marco Prata]]></dc:creator>
		<pubDate>Tue, 12 Sep 2023 01:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://paulbupejr.com/?p=734#comment-16875</guid>

					<description><![CDATA[Great Guide!
I have one issue though:
When i try to compile anything in Windows i get this message: &quot;Unable to determine what CMake generator to use. Please install or configure a preferred generator, or update settings.json, your Kit configuration or PATH variable. Error: No usable generator found.&quot;
However if i run VScode in WSL, it complies just fine.
I can find alot (too many) examples of this error, but not in the context of WSL.
Can you help me? 
Tks]]></description>
			<content:encoded><![CDATA[<p>Great Guide!<br />
I have one issue though:<br />
When i try to compile anything in Windows i get this message: &#8220;Unable to determine what CMake generator to use. Please install or configure a preferred generator, or update settings.json, your Kit configuration or PATH variable. Error: No usable generator found.&#8221;<br />
However if i run VScode in WSL, it complies just fine.<br />
I can find alot (too many) examples of this error, but not in the context of WSL.<br />
Can you help me?<br />
Tks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gordon Macdonald		</title>
		<link>https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-15647</link>

		<dc:creator><![CDATA[Gordon Macdonald]]></dc:creator>
		<pubDate>Tue, 30 May 2023 04:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://paulbupejr.com/?p=734#comment-15647</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-15392&quot;&gt;Sven&lt;/a&gt;.

This guy covers it well.
https://learnembeddedsystems.co.uk/pico-usb-serial-code]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-15392">Sven</a>.</p>
<p>This guy covers it well.<br />
<a href="https://learnembeddedsystems.co.uk/pico-usb-serial-code" rel="nofollow ugc">https://learnembeddedsystems.co.uk/pico-usb-serial-code</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sven		</title>
		<link>https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-15392</link>

		<dc:creator><![CDATA[Sven]]></dc:creator>
		<pubDate>Sun, 05 Mar 2023 14:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://paulbupejr.com/?p=734#comment-15392</guid>

					<description><![CDATA[Thanks for this great tutorial! You saved me a lot of time and frustration! *thumbs up*

But unfortunately, I am still struggeling to connect the serial console within Visual Studio Code to the Raspberry PI Pico. Do you have any idea or hint? In addition, I am also interested in debugging the Pico within Visual Studio Code using a Pico Debugger Probe. 
Have you tried this already?

Best regards, Sven]]></description>
			<content:encoded><![CDATA[<p>Thanks for this great tutorial! You saved me a lot of time and frustration! *thumbs up*</p>
<p>But unfortunately, I am still struggeling to connect the serial console within Visual Studio Code to the Raspberry PI Pico. Do you have any idea or hint? In addition, I am also interested in debugging the Pico within Visual Studio Code using a Pico Debugger Probe.<br />
Have you tried this already?</p>
<p>Best regards, Sven</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roberto Bozzolo		</title>
		<link>https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-14714</link>

		<dc:creator><![CDATA[Roberto Bozzolo]]></dc:creator>
		<pubDate>Thu, 19 Jan 2023 15:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://paulbupejr.com/?p=734#comment-14714</guid>

					<description><![CDATA[Having a guide on creating a new project would be helpful: I tried to make some test code in pico/tests/myBlink folder but I&#039;m getting a compile error stating that VS code is not able to find pico/stdlib.h file!
I just started using VS code and I would appreciate some guidance on this kind of errors.

Also, both in building blink example and my modified code I get the following linking error:

The C compiler
  &quot;/usr/bin/arm-none-eabi-gcc&quot;
is not able to compile a simple test program.

It fails with the following output:
(bla bla)
  Linking C executable (...) /usr/lib/gcc/arm-none-eabi/9.2.1/../../../arm-none-eabi/lib/libc.a(lib_a-exit.o): in function `exit&#039;:
(...) undefined reference to `_exit&#039;]]></description>
			<content:encoded><![CDATA[<p>Having a guide on creating a new project would be helpful: I tried to make some test code in pico/tests/myBlink folder but I&#8217;m getting a compile error stating that VS code is not able to find pico/stdlib.h file!<br />
I just started using VS code and I would appreciate some guidance on this kind of errors.</p>
<p>Also, both in building blink example and my modified code I get the following linking error:</p>
<p>The C compiler<br />
  &#8220;/usr/bin/arm-none-eabi-gcc&#8221;<br />
is not able to compile a simple test program.</p>
<p>It fails with the following output:<br />
(bla bla)<br />
  Linking C executable (&#8230;) /usr/lib/gcc/arm-none-eabi/9.2.1/../../../arm-none-eabi/lib/libc.a(lib_a-exit.o): in function `exit&#8217;:<br />
(&#8230;) undefined reference to `_exit&#8217;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andreas Kircher		</title>
		<link>https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-14614</link>

		<dc:creator><![CDATA[Andreas Kircher]]></dc:creator>
		<pubDate>Tue, 10 Jan 2023 22:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://paulbupejr.com/?p=734#comment-14614</guid>

					<description><![CDATA[I did not expect an easy success, especially seeing all the steps you have to take. But my board blinked at the end !

Thanks a lot.]]></description>
			<content:encoded><![CDATA[<p>I did not expect an easy success, especially seeing all the steps you have to take. But my board blinked at the end !</p>
<p>Thanks a lot.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brian		</title>
		<link>https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-14401</link>

		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Mon, 26 Dec 2022 21:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://paulbupejr.com/?p=734#comment-14401</guid>

					<description><![CDATA[Thank you for putting this together, I was able to follow and build examples (with some adjustment &quot;/project/&quot;).  

May I request a follow-up article?  I would like to set up this environment in a new directory (eg ~/proj/) but when I attempt this VS code goes back to vanilla, and I am having a lot of trouble to build the same environment &quot;from scratch&quot;]]></description>
			<content:encoded><![CDATA[<p>Thank you for putting this together, I was able to follow and build examples (with some adjustment &#8220;/project/&#8221;).  </p>
<p>May I request a follow-up article?  I would like to set up this environment in a new directory (eg ~/proj/) but when I attempt this VS code goes back to vanilla, and I am having a lot of trouble to build the same environment &#8220;from scratch&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James		</title>
		<link>https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-14197</link>

		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Sat, 10 Dec 2022 22:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://paulbupejr.com/?p=734#comment-14197</guid>

					<description><![CDATA[I needed to upgrade cmake to a version &#062; 3.10 (which is the latest one in ubuntu 18) because the current pico-sdk requires at least 3.12. Newer cmake versions can be found here: https://apt.kitware.com/]]></description>
			<content:encoded><![CDATA[<p>I needed to upgrade cmake to a version &gt; 3.10 (which is the latest one in ubuntu 18) because the current pico-sdk requires at least 3.12. Newer cmake versions can be found here: <a href="https://apt.kitware.com/" rel="nofollow ugc">https://apt.kitware.com/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael McKnight		</title>
		<link>https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-13922</link>

		<dc:creator><![CDATA[Michael McKnight]]></dc:creator>
		<pubDate>Thu, 24 Nov 2022 08:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://paulbupejr.com/?p=734#comment-13922</guid>

					<description><![CDATA[Just some trouble shooting notes:

In the c_cpp_properties.json you may need to better define the compiler path, I had to set it to &quot;/usr/bin/arm-none-eabi-gcc&quot;

Also if you are using the raspberry pi pico W, you need to add some settings in order to properly access the sketches:
Go to &quot;\pico\pico-examples\pico_sdk_import.cmake&quot; and add the following to the top of the file :
set(PICO_BOARD pico_w)
set(WIFI_SSID &quot;Name of your WIFI network&quot;)
set(WIFI_PASSWORD &quot;Your wifi password&quot;)

There are other settings to define if you want to use the examples that interact with a webpage I think. I don&#039;t think it HAS to be that specific cmake file but that is how I did it  and it managed to compile and run properly on my pico W.]]></description>
			<content:encoded><![CDATA[<p>Just some trouble shooting notes:</p>
<p>In the c_cpp_properties.json you may need to better define the compiler path, I had to set it to &#8220;/usr/bin/arm-none-eabi-gcc&#8221;</p>
<p>Also if you are using the raspberry pi pico W, you need to add some settings in order to properly access the sketches:<br />
Go to &#8220;\pico\pico-examples\pico_sdk_import.cmake&#8221; and add the following to the top of the file :<br />
set(PICO_BOARD pico_w)<br />
set(WIFI_SSID &#8220;Name of your WIFI network&#8221;)<br />
set(WIFI_PASSWORD &#8220;Your wifi password&#8221;)</p>
<p>There are other settings to define if you want to use the examples that interact with a webpage I think. I don&#8217;t think it HAS to be that specific cmake file but that is how I did it  and it managed to compile and run properly on my pico W.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adrian Neill		</title>
		<link>https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-12509</link>

		<dc:creator><![CDATA[Adrian Neill]]></dc:creator>
		<pubDate>Fri, 09 Sep 2022 10:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://paulbupejr.com/?p=734#comment-12509</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-6635&quot;&gt;ALIREZA DABAGH&lt;/a&gt;.

I agree Alireza, the project subfolder shouldn&#039;t be there, as every other tutorial for setting up pico&#039;s puts a pico folder directly in your ~ home folder. no projecy sub.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://paulbupejr.com/raspberry-pi-pico-windows-development/#comment-6635">ALIREZA DABAGH</a>.</p>
<p>I agree Alireza, the project subfolder shouldn&#8217;t be there, as every other tutorial for setting up pico&#8217;s puts a pico folder directly in your ~ home folder. no projecy sub.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: paulbupejr.com @ 2026-04-28 22:47:40 by W3 Total Cache
-->