Search found 473 matches

by devnull
Mon Dec 27, 2021 2:33 am
Forum: Other Boards
Topic: samd XIAO USB Mass Storeage
Replies: 5
Views: 17594

Re: samd XIAO USB Mass Storeage

Thanks for helping. I was able to add floating point support with: #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT) #define MICROPY_PY_BUILTINS_COMPLEX (0) #define MICROPY_PY_MATH (0) #define MICROPY_PY_CMATH (0) However I still cannot get it to mount as USB mass storeage.
by devnull
Sat Dec 25, 2021 8:18 am
Forum: Other Boards
Topic: samd XIAO USB Mass Storeage
Replies: 5
Views: 17594

Re: samd XIAO USB Mass Storeage

Oh, discovereed another problem with this device:

Code: Select all

>>> 4.1
Traceback (most recent call last):
  File "<stdin>", line 1
SyntaxError: decimal numbers not supported
Floating point not supported ???
by devnull
Sat Dec 25, 2021 3:23 am
Forum: Other Boards
Topic: samd XIAO USB Mass Storeage
Replies: 5
Views: 17594

Re: samd XIAO USB Mass Storeage

Hmmm... If I use the firmware from here: https://circuitpython.org/board/seeeduino_xiao/ then the device mounts as a USB mass stureage device but cannot be accessed via rshell. I can however access the circuitpython version using the 'screen' command. So how do I enable USB Mass Storeage mode in mic...
by devnull
Sat Dec 25, 2021 2:31 am
Forum: Other Boards
Topic: samd XIAO USB Mass Storeage
Replies: 5
Views: 17594

samd XIAO USB Mass Storeage

Firstly HaPpY Christmas to everyone :-) I am struggling with a SEEED XIAO, I have built and uploaded the firmware to the board, but I am unable to upload any files to it. I understand that it should mount as a USB storage device and from there I should be able to manage files on the flash, but it do...
by devnull
Sun Dec 19, 2021 10:16 am
Forum: Development of MicroPython
Topic: make error buildung Micropython for RP2
Replies: 8
Views: 64162

Re: make error buildung Micropython for RP2

Uh oh, still fails: [ 94%] Building C object CMakeFiles/firmware.dir/usr/share/upydev/work/micropython/lib/tinyusb/src/portable/raspberrypi/rp2040/rp2040_usb.c.obj /usr/share/upydev/work/micropython/lib/pico-sdk/src/rp2_common/pico_standard_link/new_delete.cpp:22:1: error: identifier 'noexcept' is a...
by devnull
Sun Dec 19, 2021 8:56 am
Forum: Development of MicroPython
Topic: make error buildung Micropython for RP2
Replies: 8
Views: 64162

Re: make error buildung Micropython for RP2

So I thought I would add this folder, still no-go: # mkdir /usr/share/upydev/work/micropython/ports/rp2/build-PICO root@26950a4e3ede:/usr/share/upydev/work/micropython/ports/rp2# make [ -d build-PICO ] || cmake -S . -B build-PICO -DPICO_BUILD_DOCS=0 -DMICROPY_BOARD=PICO make -s -C build-PICO make[1]...
by devnull
Sun Dec 19, 2021 8:54 am
Forum: Development of MicroPython
Topic: make error buildung Micropython for RP2
Replies: 8
Views: 64162

Re: make error buildung Micropython for RP2

I have identical issue: #micropython/ports/rp2# make clean rm -f -rf build-PICO #micropython/ports/rp2# make [ -d build-PICO ] || cmake -S . -B build-PICO -DPICO_BUILD_DOCS=0 -DMICROPY_BOARD=PICO CMake Error: The source directory "/usr/share/upydev/work/micropython/ports/rp2/build-PICO" does not exi...
by devnull
Sat Dec 18, 2021 1:26 am
Forum: ESP8266 boards
Topic: ets_delay_us uint16_t changed to uint32_t in >= SDK 2.2.x [SOLVED]
Replies: 6
Views: 18542

Re: ets_delay_us uint16_t changed to uint32_t in >= SDK 2.2.x [SOLVED]

I know this is an old thread, but I am facing the same issue.

Is there a solution for this ?

I have a fresh build environment using

Code: Select all

ESP8266_NONOS_SDK-3.0.1
by devnull
Tue Dec 14, 2021 10:36 am
Forum: Development of MicroPython
Topic: ERROR: tool xxxx has no installed versions. Please run...
Replies: 0
Views: 15821

ERROR: tool xxxx has no installed versions. Please run...

Been away for a while, and the bash scripts to build my ports no longer works, so I decided to rebuild my development environment from scratch, starting with the esp32. I am using (as always) vmware VMs, in this case I am using Alpine since it is lightweight and fast, and have as far as I can tell i...
by devnull
Wed Aug 05, 2020 10:05 am
Forum: ESP32 boards
Topic: BT Scanning is Broken
Replies: 2
Views: 2436

Re: BT Scanning broken ???

Confirmed, I just reverted back to:

Code: Select all

200419-1b1ceb6.hex
And everything works perfectly !