mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

targets/cmsis/TARGET_NXP/TARGET_LPC2460/TOOLCHAIN_GCC_ARM/vector_table.S

Committer:
mbed_official
Date:
2015-07-01
Revision:
577:15494b56c2f3
Parent:
targets/cmsis/TARGET_NXP/TARGET_LPC2460/TOOLCHAIN_GCC_ARM/vector_table.s@ 554:edd95c0879f8

File content as of revision 577:15494b56c2f3:

# 1 "vector_table.s"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "vector_table.s"
;




# 1 "vector_defns.h" 1
# 7 "vector_table.s" 2

;







        .section .vectors, "ax"
        .arm


        .global __main
        .global __mbed_reset
        .global __mbed_undef
        .global __mbed_swi
        .global __mbed_prefetch_abort
        .global __mbed_data_abort
        .global __mbed_irq
        .global __mbed_fiq

;


_start:
        LDR PC, =__mbed_reset
        LDR PC, =__mbed_undef
        LDR PC, =__mbed_swi
        LDR PC, =__mbed_prefetch_abort
        LDR PC, =__mbed_data_abort
        NOP ;
        LDR PC, =__mbed_irq
        LDR PC, =__mbed_fiq