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.

Committer:
bogdanm
Date:
Mon Aug 05 14:12:34 2013 +0300
Revision:
13:0645d8841f51
Child:
20:4263a77256ae
Update mbed sources to revision 64

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 13:0645d8841f51 1 # 1 "vector_table.s"
bogdanm 13:0645d8841f51 2 # 1 "<built-in>"
bogdanm 13:0645d8841f51 3 # 1 "<command line>"
bogdanm 13:0645d8841f51 4 # 1 "vector_table.s"
bogdanm 13:0645d8841f51 5 ;
bogdanm 13:0645d8841f51 6
bogdanm 13:0645d8841f51 7
bogdanm 13:0645d8841f51 8
bogdanm 13:0645d8841f51 9
bogdanm 13:0645d8841f51 10 # 1 "vector_defns.h" 1
bogdanm 13:0645d8841f51 11 # 7 "vector_table.s" 2
bogdanm 13:0645d8841f51 12
bogdanm 13:0645d8841f51 13 ;
bogdanm 13:0645d8841f51 14
bogdanm 13:0645d8841f51 15
bogdanm 13:0645d8841f51 16
bogdanm 13:0645d8841f51 17
bogdanm 13:0645d8841f51 18
bogdanm 13:0645d8841f51 19
bogdanm 13:0645d8841f51 20
bogdanm 13:0645d8841f51 21 .section VECTOR_TABLE, "ax"
bogdanm 13:0645d8841f51 22 .arm
bogdanm 13:0645d8841f51 23
bogdanm 13:0645d8841f51 24
bogdanm 13:0645d8841f51 25 .global __main
bogdanm 13:0645d8841f51 26 .global __mbed_reset
bogdanm 13:0645d8841f51 27 .global __mbed_undef
bogdanm 13:0645d8841f51 28 .global __mbed_swi
bogdanm 13:0645d8841f51 29 .global __mbed_prefetch_abort
bogdanm 13:0645d8841f51 30 .global __mbed_data_abort
bogdanm 13:0645d8841f51 31 .global __mbed_irq
bogdanm 13:0645d8841f51 32 .global __mbed_fiq
bogdanm 13:0645d8841f51 33
bogdanm 13:0645d8841f51 34 ;
bogdanm 13:0645d8841f51 35
bogdanm 13:0645d8841f51 36
bogdanm 13:0645d8841f51 37 __main:
bogdanm 13:0645d8841f51 38 LDR PC, =__mbed_reset
bogdanm 13:0645d8841f51 39 LDR PC, =__mbed_undef
bogdanm 13:0645d8841f51 40 LDR PC, =__mbed_swi
bogdanm 13:0645d8841f51 41 LDR PC, =__mbed_prefetch_abort
bogdanm 13:0645d8841f51 42 LDR PC, =__mbed_data_abort
bogdanm 13:0645d8841f51 43 NOP ;
bogdanm 13:0645d8841f51 44 LDR PC, =__mbed_irq
bogdanm 13:0645d8841f51 45 LDR PC, =__mbed_fiq