Skip to content

Commit

Permalink
CherryUSB Library Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sidd-kishan committed Feb 20, 2024
1 parent 4b95056 commit a73ee72
Show file tree
Hide file tree
Showing 12 changed files with 32,487 additions and 32,409 deletions.
Binary file modified build/CMakeFiles/PicoPiFi.dir/src/wifi_tx.c.obj
Binary file not shown.
Binary file modified build/CMakeFiles/cherryusblib.dir/CherryUSB/core/usbd_core.c.obj
Binary file not shown.
Binary file modified build/PicoPiFi.bin
Binary file not shown.
30,029 changes: 15,049 additions & 14,980 deletions build/PicoPiFi.dis

Large diffs are not rendered by default.

Binary file modified build/PicoPiFi.elf
Binary file not shown.
1,312 changes: 656 additions & 656 deletions build/PicoPiFi.elf.map

Large diffs are not rendered by default.

33,548 changes: 16,777 additions & 16,771 deletions build/PicoPiFi.hex

Large diffs are not rendered by default.

Binary file modified build/PicoPiFi.uf2
Binary file not shown.
Binary file modified build/libcherryusblib.a
Binary file not shown.
2 changes: 1 addition & 1 deletion src/lwip.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// We're going to erase and reprogram a region 256k from the start of flash.
// Once done, we can access this at XIP_BASE + 256k.
#define FLASH_TARGET_OFFSET (700 * 1024)
#define FLASH_TARGET_OFFSET (1280 * 1024)

extern const uint8_t *flash_target_contents;

Expand Down
3 changes: 3 additions & 0 deletions usb_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
#define CONFIG_USBDEV_MSC_MAX_LUN 1
#endif

#ifndef CONFIG_USBDEV_EP_NUM
#define CONFIG_USBDEV_EP_NUM 8
#endif

/* Enable print with color */
#define CONFIG_USB_PRINTF_COLOR_ENABLE
Expand Down

0 comments on commit a73ee72

Please sign in to comment.