Changes between Version 2 and Version 3 of Debugging/OpenOCD/Raspberry_Pi


Ignore:
Timestamp:
06/15/16 15:21:54 (8 years ago)
Author:
Pavel Pisa
Comment:

Debugging/OpenOCD/Raspberry_Pi JTAG pins enable patch corrections.

Legend:

Unmodified
Added
Removed
Modified
  • Debugging/OpenOCD/Raspberry_Pi

    v2 v3  
    2121--- a/c/src/lib/libbsp/arm/raspberrypi/startup/bspstarthooks.c
    2222+++ b/c/src/lib/libbsp/arm/raspberrypi/startup/bspstarthooks.c
    23 @@ -29,6 +29,15 @@
     23@@ -28,7 +28,20 @@
     24 #include <bsp/mm.h>
    2425 #include <libcpu/arm-cp15.h>
    2526 #include <bsp.h>
     27+#include <bsp/rpi-gpio.h>
     28+#include <bsp/usart.h>
    2629
    2730+void ll_strout(char *str)
     
    3437+  }
    3538+}
     39+
     40+volatile int continue_execution;
    3641
    3742 void BSP_START_TEXT_SECTION bsp_start_hook_0(void)
    3843 {
    39 @@ -66,6 +75,21 @@ void BSP_START_TEXT_SECTION bsp_start_hook_0(void)
     44@@ -66,6 +79,21 @@ void BSP_START_TEXT_SECTION bsp_start_hook_0(void)
    4045
    4146   /* Clear Secure or Non-secure Vector Base Address Register */
     
    6570}}}
    6671
     72OpenOCD setup for FTDI based JTAG.
    6773
    6874File "rpi-jt_usb5.cfg":