• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

application.c A D21-Aug-20251.6 KiB6440

board.c A D21-Aug-20254.1 KiB12355

console.c A D21-Aug-2025865 368

procdefs.ld A D21-Aug-20252.5 KiB6663

project.cbp A D21-Aug-202518 KiB450449

project.mcp A D21-Aug-20253.9 KiB195194

project.mcw A D21-Aug-202556.5 KiB

readme.txt A D21-Aug-2025482 119

rtconfig.h A D21-Aug-20253 KiB13758

startup.c A D21-Aug-20251.6 KiB8035

uart.c A D21-Aug-20258.9 KiB296220

uart.h A D21-Aug-2025168 116

readme.txt

1board: PIC32 Ethernet Starter Kit
2http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en545713
3
4Warning:
5Because PIC32 Ethernet Starter Kit have no uart or other.
6so,console print use DBPRINTF.
7if you want to use DBPRINTF in PIC32 Ethernet Starter Kit,
8you project must globl define PIC32_STARTER_KIT and debug in MPLAB.
9but,if you want run app without debug mode,you must remove this features.
10if not,the app can't run(loop in DBPRINTF).
11