mbed-os/libraries/tests
Rob Meades 04d5c19e69 Vector table must be 256 aligned
The vector table must be 256 aligned to work reliably, it must have been working by accident up to now.  This modification tested on a u-blox c027 board.  Without the change the value of `SCB->VTOR` and int_table are as follows:

`SCB->VTOR 0x10000280, int_table 0x100002a0`

...with the change they are as follows:

`SCB->VTOR 0x10000400, int_table 0x10000400`

...and the test passes.

See issue:

https://github.com/mbedmicro/mbed/issues/992
2015-03-23 14:58:30 +00:00
..
KL25Z spaces removal - tests 2014-05-29 15:50:20 +02:00
benchmarks spaces removal - tests 2014-05-29 15:50:20 +02:00
dsp spaces removal - tests 2014-05-29 15:50:20 +02:00
export/mcb1700 spaces removal - tests 2014-05-29 15:50:20 +02:00
libs spaces removal - tests 2014-05-29 15:50:20 +02:00
mbed Vector table must be 256 aligned 2015-03-23 14:58:30 +00:00
net IAR support for ethernet library 2015-03-04 13:06:27 +01:00
peripherals spaces removal - tests 2014-05-29 15:50:20 +02:00
rtos Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
usb/device spaces removal - tests 2014-05-29 15:50:20 +02:00
utest Merge pull request #900 from PrzemekWirkus/host_test_autodetection 2015-02-16 09:37:56 +00:00