Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: Memory Safety (Re: Python: A Little Trick For Every Need) Date: 9 Feb 2026 04:58:26 GMT Lines: 20 Message-ID: References: <31stmk1pd8a7q0ekv0is4bd1l5aorcgo95@4ax.com> <9hlumk1lodkjlm9a6egbo2fa79f85v6mad@4ax.com> <10lqdk2$n03u$1@dont-email.me> <10lrt1t$16vf1$1@dont-email.me> <-EOdnRUZmNTqQx_0nZ2dnZfqn_qdnZ2d@giganews.com> <10m28je$38cir$3@dont-email.me> <10m2bqs$39oes$1@dont-email.me> <10m2qvk$3g6mr$1@dont-email.me> <10m4go5$2gva$3@dont-email.me> <10m7b6c$10ebk$7@dont-email.me> <10m9oaq$1rh0e$6@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net qpkAURii8pEDvUYi/+659wiQbCsa1xvj1oTFpFpucLnCafsgKU Cancel-Lock: sha1:USV74P+pHrqaJjKfuNPQ59gjkfQ= sha256:jrPC62RQURuCKUhFDrzzFTbVNKEnk7qMtPhutovK0vQ= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:81873 On Sun, 8 Feb 2026 22:39:06 -0500, c186282 wrote: > I'll see what the online docs can do for me, there are a fair number, > maybe they'll do it. Alas there always seem to be weird syntax traps > in some of the utilities. I would suggest VS Code with the Raspberry Pi Pico extension. https://vscodium.com/ https://github.com/microsoft/vscode Codium and Code-OSS may not have some of the Microsoft extensions but you won't need that for the Pi. 'New C/C++ Project' will set up the build environment or you can select from the examples. It also handles MicroPython projects. I haven't tried Rust or Zephyr. If you expect to print to the console make sure you select 'Console over USB'. If you miss it you can fix it in CMakeLists.txt. Make sure you select the right board. Pico and Pico 2 aren't the same and the W variants require a different approach for the Blinky test.