Skip to content

Commit

Permalink
CherryUSB and picosdk latest and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
sidd-kishan committed Feb 24, 2024
1 parent 9cd30f1 commit 3f1ac1e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If not, compile [CMake from source](https://cmake.org/download/#latest) first.
## Build instructions

```
git clone --depth 1 https://github.com/sidd-kishan/pico-webserver
git clone --depth 1 https://github.com/sidd-kishan/PicoPiFi
cd pico-webserver
git submodule update --init
cd pico-sdk
Expand Down
Binary file modified build/PicoPiFi.elf
Binary file not shown.
12 changes: 6 additions & 6 deletions build/PicoPiFi.elf.map
Original file line number Diff line number Diff line change
Expand Up @@ -2015,9 +2015,9 @@ Discarded input sections
.bss 0x0000000000000000 0x0 libcherryusblib.a(usbd_cdc.c.obj)
.data 0x0000000000000000 0x0 libcherryusblib.a(usbd_rndis.c.obj)
.data 0x0000000000000000 0x0 libcherryusblib.a(usbd_core.c.obj)
.text 0x0000000000000000 0x0 /tmp/cc6lOaRO.o
.data 0x0000000000000000 0x0 /tmp/cc6lOaRO.o
.bss 0x0000000000000000 0x0 /tmp/cc6lOaRO.o
.text 0x0000000000000000 0x0 /tmp/ccvNFto1.o
.data 0x0000000000000000 0x0 /tmp/ccvNFto1.o
.bss 0x0000000000000000 0x0 /tmp/ccvNFto1.o
.data 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.3.1/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
.bss 0x0000000000000000 0x0 /usr/lib/gcc/arm-none-eabi/10.3.1/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
.text 0x0000000000000000 0x10 /usr/lib/gcc/arm-none-eabi/10.3.1/../../../arm-none-eabi/lib/thumb/v6-m/nofp/libc.a(lib_a-atexit.o)
Expand Down Expand Up @@ -2234,7 +2234,7 @@ LOAD /usr/lib/gcc/arm-none-eabi/10.3.1/../../../arm-none-eabi/lib/thumb/v6-m/nof
.boot2 0x0000000010000000 0x100
0x0000000010000000 __boot2_start__ = .
*(.boot2)
.boot2 0x0000000010000000 0x100 /tmp/cc6lOaRO.o
.boot2 0x0000000010000000 0x100 /tmp/ccvNFto1.o
0x0000000010000100 __boot2_end__ = .
0x0000000000000001 ASSERT (((__boot2_end__ - __boot2_start__) == 0x100), ERROR: Pico second stage bootloader must be 256 bytes in size)

Expand Down Expand Up @@ -4365,7 +4365,7 @@ LOAD CMakeFiles/PicoPiFi.dir/pico-sdk/src/rp2_common/pico_cyw43_driver/cyw43_dri
LOAD CMakeFiles/PicoPiFi.dir/pico-sdk/src/rp2_common/pico_async_context/async_context_threadsafe_background.c.obj
LOAD CMakeFiles/PicoPiFi.dir/pico-sdk/src/rp2_common/pico_async_context/async_context_base.c.obj
LOAD libcherryusblib.a
LOAD /tmp/cc6lOaRO.o
LOAD /tmp/ccvNFto1.o
LOAD /usr/lib/gcc/arm-none-eabi/10.3.1/../../../arm-none-eabi/lib/thumb/v6-m/nofp/libstdc++.a
LOAD /usr/lib/gcc/arm-none-eabi/10.3.1/../../../arm-none-eabi/lib/thumb/v6-m/nofp/libm.a
START GROUP
Expand Down Expand Up @@ -4521,7 +4521,7 @@ LOAD linker stubs
.ARM.attributes
0x0000000000000b22 0x2c libcherryusblib.a(usbd_core.c.obj)
.ARM.attributes
0x0000000000000b4e 0x22 /tmp/cc6lOaRO.o
0x0000000000000b4e 0x22 /tmp/ccvNFto1.o
.ARM.attributes
0x0000000000000b70 0x1e /usr/lib/gcc/arm-none-eabi/10.3.1/thumb/v6-m/nofp/libgcc.a(_dvmd_tls.o)
.ARM.attributes
Expand Down

0 comments on commit 3f1ac1e

Please sign in to comment.