rt-thread/bsp/pic32ethernet
Meco Man f58d3c5200 rt_device_write/read return data type as rt_ssize_t
rt_ssize_t can give negative error code, which follows the unix style correctly
2023-02-07 21:43:57 -05:00
..
application.c [rtdef] use lower-case to define attributes (#6728) 2022-12-11 13:12:03 -05:00
board.c
console.c
procdefs.ld
project.cbp
project.mcp
project.mcw
readme.txt
rtconfig.h modify RT_ALIGN_SIZE as 8 by default 2023-01-12 22:47:23 -05:00
startup.c add RT_USING_POSIX_STDIO 2022-01-05 23:11:58 +08:00
uart.c rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
uart.h

readme.txt

board: PIC32 Ethernet Starter Kit
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en545713

Warning:
Because PIC32 Ethernet Starter Kit have no uart or other.
so,console print use DBPRINTF.
if you want to use DBPRINTF in PIC32 Ethernet Starter Kit,
you project must globl define PIC32_STARTER_KIT and debug in MPLAB.
but,if you want run app without debug mode,you must remove this features.
if not,the app can't run(loop in DBPRINTF).