-
**_Personal experience w/ Pico:_**
I've read (most of) the documentation, and posted a couple of pico-related issues here on github. I've also built several of examples, and have successfully "used"…
-
**Describe the bug**
While converting double values to string using XmlExportHelper::ToXmlStringFromDouble the precision is lost. This creates problems like position values being not correctly export…
-
Hi , I builded follow project via clangd (I used cross-compiler arm-none-eabi-gcc)
```
$ cd ~/
$ mkdir pico
$ git clone -b master https://github.com/raspberrypi/pico-examples.git
$ cd pico-exam…
-
Hi,
I have two question about esminiLib.dll usage in python.
1st question: can we define
```
if (SE_Env::Inst().GetDatFilePath().empty())
{
datFilen…
-
`const char*` is returned by some C/C++ functions, but it (usually) can't be represented in Nim. Sometimes we use `cstring` for it, which may cause problems because many C++ compilers insist that they…
-
It's sometimes useful to run the RP2040 quite slowly to reduce power consumption. I'm not sure whether it is reasonable to expect Wifi to continue to work at low clock speeds - but I think it is reas…
-
Hi @adamdruppe,
**Project:** https://github.com/kassane/rp2040-dlang
ldc2: works
opend-ldc2: get errors [see `build-output`].
**Note:** `betterC` disabled and no moduleinfo by default.
bu…
-
The default `runtime_init` calls `clocks_init`, which sets up the external crystal and PLLs, and configures all the clocks, and then takes all peripherals out of reset, blocking until they come up.
…
-
I am working on a clock for the picoW - building on the ntp example.
I generated the new project using the plugin - ran "Configure CMake" and then "Compile Project"
Board set to PICOW
SDK 2..0
To…
-
I took inspiration from clocks_init() for switching clocks for entering and leaving power-save sleeping.
clocks_init() first switches clk_ref and clk_sys to a save input, specifically rosc.
But in…