Skip to content

Commit f287b2b

Browse files
committed
library update added DMA chain
PicoPiFi$ git submodule status +643578e5bebd82b11bcad14e700ca9c2d7abc424 CherryUSB (v1.3.1-17-g643578e) 6a7db34ff63345a7badec79ebea3aaef1712f374 pico-sdk (1.5.1) PicoPiFi/pico-sdk/lib$ git submodule status +2b49e57bd1fae85ac32ac1f41cdb7c794de335f6 btstack (v1.6.1) +1d2227bca200e13c1d6a630032d5f6d7fca69fef cyw43-driver (v1.0.3-7-g1d2227b) +73fcf72792a926a4e0ac8b656b29bff70552d927 lwip (STABLE-2_2_0_RELEASE-82-g73fcf727) +cb854d5d19e05339448afb03839bee7f7e3ecd23 mbedtls (v3.6.0-607-gcb854d5d1) +1ba88ff3ac939bbefb90e1fb2a7c4eb9a0c657f3 tinyusb (0.16.0-857-g1ba88ff3a)
1 parent 874ea20 commit f287b2b

File tree

12 files changed

+59332
-59101
lines changed

12 files changed

+59332
-59101
lines changed
564 Bytes
Binary file not shown.
1000 Bytes
Binary file not shown.

build/PicoPiFi.bin

336 Bytes
Binary file not shown.

build/PicoPiFi.dis

Lines changed: 38483 additions & 38341 deletions
Large diffs are not rendered by default.

build/PicoPiFi.elf

288 Bytes
Binary file not shown.

build/PicoPiFi.elf.map

Lines changed: 1179 additions & 1163 deletions
Large diffs are not rendered by default.

build/PicoPiFi.hex

Lines changed: 19581 additions & 19560 deletions
Large diffs are not rendered by default.

build/PicoPiFi.uf2

1 KB
Binary file not shown.

src/lwip.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "hardware/watchdog.h"
1111
#include "pico/bootrom.h"
1212
#include "hardware/dma.h"
13+
#include "hardware/irq.h"
1314

1415
// We're going to erase and reprogram a region 256k from the start of flash.
1516
// Once done, we can access this at XIP_BASE + 256k.
@@ -21,7 +22,10 @@ extern struct pbuf *out_pkt;
2122
extern bool link_up;
2223
static void lwip_service_traffic(void);
2324
void printline(int cdc,char string[],int len);
24-
//extern int chan;
25+
void dma_handler();
26+
void dma_handler_2();
27+
extern int chan;
28+
extern int chan_2;
2529

2630
extern char connect_ssid[190], connect_ssid_decode[95], connect_password[190], connect_password_decode[95], retry_ms[6], enc_type[1], wifi_configuration[450], wifi_configuration_last[450];
2731
extern int wifi_congfig_len;

0 commit comments

Comments
 (0)