Replies: 1 comment 1 reply
-
Unfortunately I do not have a PicoW to work with.
…On Fri, Sep 27, 2024 at 6:22 AM DeeJay ***@***.***> wrote:
Not in any way essential or detracting from the value of the work you have
done.
Might you consider - or provide a hint as to how to self-provide - a build
of pshell that would run on the *W* variants of the pico boards to the
extent that the on-board LED can be controlled? (Not expecting BT or wlan
support.)
The released code as of today seems to run perfectly well on an rp2040
Pico-W, but without LED support.
I understand very little of the RPi Pico SDK. I have tried building with
cmake .. -DPICO_BOARD=pico_w -DPICO_PLATFORM=rp2040
but that fails with
In file included from /home/david/Projects/PicoW/pshell/cc/cc.c:257:
/home/david/Projects/PicoW/pshell/cc/2040/cc_defs.h:51:30: error: 'PICO_DEFAULT_LED_PIN' undeclared here (not in a function); did you mean 'PICO_DEFAULT_SPI'?
51 | {"PICO_DEFAULT_LED_PIN", PICO_DEFAULT_LED_PIN},
I have tried modifying cc_defs.h to use the CYW43 version of the function,
but not to a point where the project will build.
Thanks for listening...
(My selfish motivation is that since the price delta for the W variants is
so slim there seems to be no reason to buy the base networkless version for
home hacking any more.)
—
Reply to this email directly, view it on GitHub
<#29>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQBPNGBBQKD5ND6XH7KDDNDZYUWVBAVCNFSM6AAAAABO63OMAWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGI2DGMBQGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[Edit: since typing the following less than an hour ago I have heard rumours via PiMoRoNi of an RPi RM2 wireless module compatible with rp2350. So the target implementation may be about to change... ]
Not in any way essential or detracting from the value of the work you have done.
Might you consider - or provide a hint as to how to self-provide - a build of pshell that would run on the W variants of the pico boards to the extent that the on-board LED can be controlled? (Not expecting BT or wlan support.)
The released code as of today seems to run perfectly well on an rp2040 Pico-W, but without LED support.
I understand very little of the RPi Pico SDK. I have tried building with
cmake .. -DPICO_BOARD=pico_w -DPICO_PLATFORM=rp2040
but that fails with
I have tried modifying cc_defs.h to use the CYW43 version of the function, but not to a point where the project will build and run. Possibly it is finding the headers but not the actual binary of the supporting library?
Thanks for listening...
(My selfish motivation is that since the price delta for the W variants is so slim there seems to be no reason to buy the base networkless version for home hacking any more.)
Beta Was this translation helpful? Give feedback.
All reactions