RE: Raspberry Pi Pico Not Responing

2021-11-21 Thread Yuuichi.A.Nakamura
Oops. I mistook the git option. Please use the following command. $ git clone -b1.1.2 master https://github.com/raspberrypi/pico-sdk.git -Original Message- From: Nakamura, Yuuichi (SGC) Sent: Monday, November 22, 2021 3:11 PM To: dev@nuttx.apache.org; malek.l...@gmail.com Cc: Nakamura,

RE: Raspberry Pi Pico Not Responing

2021-11-21 Thread Yuuichi.A.Nakamura
Hi Lukas and Alan, Would you try the following command to get the Raspberry Pi Pico SDK ? $ git clone -r1.1.2 master https://github.com/raspberrypi/pico-sdk.git NuttX for Raspberry Pi Pico uses a part of Pico SDK for bootloader, but did not follow the latesd SDK update. By using the fixed versi

RE: Nuttx Task Trace

2021-01-07 Thread Yuuichi.A.Nakamura
Dear Sebastian, > NuttX/nuttx/include/sys/syscall_lookup.h:350:18: error: attempt to use > poisoned "getenv" PX4 project seems to prohibit some APIs by using GCC #pragma in src/include/visibility.h #pragma GCC poison getenv setenv putenv Because NuttX Task Trace creates wrappers for all APIs t

RE: Nuttx Task Trace

2021-01-04 Thread Yuuichi.A.Nakamura
Hi Sebastian, I had mainly tested NuttX Task Trace with spresense:nsh and maix-bit:nsh. I confirmed the feature by the latest source code by changing the following configs and found that it still works. If possible, would you share the configuration to get the error ? diff boards/arm/cxd56xx/spr