mirror of
https://git.code.sf.net/p/openocd/code
synced 2024-11-24 22:16:31 +00:00
7c5acf8660
Remove useless space/tab at end of lines. Remove spaces in indentation and replace with tab. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
4 lines
394 B
Plaintext
4 lines
394 B
Plaintext
Here you'll find a simple example tested with PIC32 Starter kit (source code and .elf file). It will blink repeatedly the LEDs on the board.
|
|
The program was compiled and written on the target using MPLAB IDE v 8.0 that comes with the kit because openocd is missing currently the ability
|
|
to program the flash for this specific target. It is possible in the future this limitation to be removed.
|