mbed-os/targets/TARGET_Maxim
Sadik.Ozer 6f8e7232d1 Fix ARM toolchain #L6803W Relocation warnings
While building with ARM toolchain relocation warnings appears
This commit will fix it for MAX32625/30 targets.

The system interrupt function is defined as weak in startup file
and its overvides in other files, Becuase of the functions is overrites
while calling it in startup modile by B XXXXX probably compiler give
info purpose warnings... By using using . instead function name it says
go existing point to the compiler.
Warning detail:
https://www.keil.com/support/man/docs/armerr/armerr_dom1365073159742.htm

Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2021-09-28 12:01:13 +03:00
..
TARGET_MAX32620C Gate ticker (timer0) clock on deepsleep 2021-06-07 00:41:09 +03:00
TARGET_MAX32625 Fix ARM toolchain #L6803W Relocation warnings 2021-09-28 12:01:13 +03:00
TARGET_MAX32630 Fix ARM toolchain #L6803W Relocation warnings 2021-09-28 12:01:13 +03:00
CMakeLists.txt CMake: Create CMSIS library targets to remove dependency on MBED_TARGET_LABELS 2021-02-19 13:39:32 +00:00
USBEndpoints_Maxim.h Update header file to include SPDX identifier 2021-01-11 15:04:55 +03:00
USBPhyHw.h Use MBED_ALIGN and remove mbed.h from header 2021-01-11 22:53:36 +03:00
USBPhy_Maxim.cpp Use MBED_ALIGN and remove mbed.h from header 2021-01-11 22:53:36 +03:00
mbed_rtx.h Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00