mbed-os/libraries/tests/mbed
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
..
analog [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
analog_in modify main.cpp of analog and analog_in 2015-01-27 15:41:52 +08:00
analog_pot Add AnalogIn potentiometer test for A0, A1 as present on the mbed application shield and automate MMA7660 test. 2015-02-20 04:15:26 +02:00
basic Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
blinky modify main.cpp of analog and analog_in 2015-01-27 15:41:52 +08:00
bus Added notify_start() to indicate test start 2014-07-22 09:53:05 +03:00
bus_out Removed extra checks for operator[] and replaced them with MBED_ASSERT for cleaner code 2015-01-26 08:47:44 +00:00
call_before_main Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
can Fixed target issues for TARGET_LPC4088_DM 2015-02-08 11:56:39 +01:00
can_interrupt [LPC1549] Added CAN support 2014-06-30 15:21:42 +09:00
cpp Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
cstring Added source folder with CSTRING test 2014-09-03 11:06:39 +01:00
detect Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
dev_null Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
digitalin_digitalout [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
digitalinout [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
dir spaces removal - tests 2014-05-29 15:50:20 +02:00
dir_sd [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
div Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
echo Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
echo_flow_control spaces removal - tests 2014-05-29 15:50:20 +02:00
env Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
file Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
freopen spaces removal - tests 2014-05-29 15:50:20 +02:00
fs spaces removal - tests 2014-05-29 15:50:20 +02:00
heap_and_stack spaces removal - tests 2014-05-29 15:50:20 +02:00
hello Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
i2c_MMA8451Q Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
i2c_SRF08 Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
i2c_TMP102 [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
i2c_eeprom [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
i2c_eeprom_line [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
i2c_master HAL : [LPC824] Fix SPI1 SWM table 2014-10-17 19:16:37 +09:00
i2c_master_slave spaces removal - tests 2014-05-29 15:50:20 +02:00
i2c_mma7660 Add AnalogIn potentiometer test for A0, A1 as present on the mbed application shield and automate MMA7660 test. 2015-02-20 04:15:26 +02:00
i2c_slave spaces removal - tests 2014-05-29 15:50:20 +02:00
interrupt_chaining Added new serial class, remove interrupt chaining 2013-10-23 16:08:34 +03:00
interruptin [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
interruptin_2 spaces removal - tests 2014-05-29 15:50:20 +02:00
modserial spaces removal - tests 2014-05-29 15:50:20 +02:00
pin_toggling Optimize for speed 2014-02-11 17:07:29 +00:00
portinout [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
portout spaces removal - tests 2014-05-29 15:50:20 +02:00
portout_portin [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
pwm spaces removal - tests 2014-05-29 15:50:20 +02:00
pwm_led [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
reset spaces removal - tests 2014-05-29 15:50:20 +02:00
rpc [KLXX] Added RPC + RTOS support 2014-05-25 18:03:50 +09:00
rtc Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
sd [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
sd_perf_fatfs [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
sd_perf_fhandle [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
sd_perf_stdio [NUCLEO_L073RZ] Add target in test files 2015-03-16 14:44:36 +01:00
semihost Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
serial_interrupt Tests: re-order and add new NUCLEO targets 2014-09-23 13:01:21 +02:00
serial_interrupt_2 spaces removal - tests 2014-05-29 15:50:20 +02:00
sleep [K22F] Sleep/deepsleep verified to work 2014-09-11 08:33:44 +02:00
sleep_timeout Added MBED_16 RTC host test automation (5 reads from RTC) 2014-03-20 15:52:06 +00:00
spi spaces removal - tests 2014-05-29 15:50:20 +02:00
spi_ADXL345 spaces removal - tests 2014-05-29 15:50:20 +02:00
spi_master HAL : [LPC824] Fix SPI1 SWM table 2014-10-17 19:16:37 +09:00
spi_slave [LPC11XX_11CXX] Fix SPI slave issue 2014-12-03 14:49:23 +09:00
spifi1 spaces removal - tests 2014-05-29 15:50:20 +02:00
spifi2 spaces removal - tests 2014-05-29 15:50:20 +02:00
stdio Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
stdio_benchmark spaces removal - tests 2014-05-29 15:50:20 +02:00
stl Refreshed STL test 2014-09-03 09:49:22 +01:00
ticker Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
ticker_2 Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
ticker_3 Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
ticker_mfun Added test for timer to check member function attached 2014-09-10 12:44:31 +01:00
time_us Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
timeout Refactored names for MBED_HOSTTEST macros used in test case auto-detection 2015-02-11 10:37:03 +00:00
tsi Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
vtor_reloc Vector table must be 256 aligned 2015-03-23 14:58:30 +00:00