platformio / platform-raspberrypi

Raspberry Pi: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/raspberrypi
Apache License 2.0
73 stars 96 forks source link

I need help in downloading PICO SDK to Platform IO so I can use SDK specific functions as I cannot already. #60

Closed tybasuleman closed 1 year ago

tybasuleman commented 1 year ago

What kind of issue is this?

You can erase any parts of this template not applicable to your Issue.


Configuration

Operating system:

PlatformIO Version (platformio --version):

Description of problem

Steps to Reproduce

1. 2. 3.

Actual Results

Expected Results

If problems with PlatformIO Build System:

The content of platformio.ini:

Insert here...

Source file to reproduce issue:

Insert here...

Additional info

tybasuleman commented 1 year ago

It says in the PLatformIO documentation that it fully supports PICO C SDK functions but I cannot use those libraries

valeros commented 1 year ago

Currently, there is no support for Pico SDK, closing as duplicate #45.

tybasuleman commented 1 year ago

Currently, there is no support for Pico SDK, closing as duplicate #45.

Okay, but the documentation of platform says #here that full functionalities of Pico SDK are being supported.

valeros commented 1 year ago

That's documentation for a different Arduino core that is not currently supported, the raspberrypi dev-platform uses the official one from the Arduino team https://github.com/arduino/ArduinoCore-mbed

tybasuleman commented 1 year ago

That's documentation for a different Arduino core that is not currently supported, the raspberrypi dev-platform uses the official one from the Arduino team https://github.com/arduino/ArduinoCore-mbed

Could you help me to get the arduino core that supports PICO SDK in PlatformIO?

valeros commented 1 year ago

There is no official support, but you can take a look at this implementation https://github.com/platformio/platform-raspberrypi/pull/36

tybasuleman commented 1 year ago

Alright, Thank You