mbed-os/targets/TARGET_Maxim
Martin Kojtal d4bab30923 MAX32630FTHR: Fix NVIC_SetVector type in HAL
Change the irq_handler parameter of NVIC_SetVector from a function
pointer to a uin32_t so it matches the cmsis specification. This
prevents the following problem from occurring in RTX5 when building
for IAR:
The error: Error[Pe167]: argument of type "void (*)(void)" is incompatible
with parameter of type "uint32_t".
2017-05-11 18:09:58 -05:00
..
TARGET_MAX32600 Added mapping to USER_BUTTON-labelled switches 2017-04-28 11:37:23 -05:00
TARGET_MAX32610 Added mapping to USER_BUTTON-labelled switches 2017-04-28 11:37:23 -05:00
TARGET_MAX32620 Addressed review comments: fixed unmapped switches and added Hexiware buttons 2017-05-02 12:20:05 -05:00
TARGET_MAX32625 Added mapping to USER_BUTTON-labelled switches 2017-04-28 11:37:23 -05:00
TARGET_MAX32630 MAX32630FTHR: Fix NVIC_SetVector type in HAL 2017-05-11 18:09:58 -05:00
mbed_rtx.h [MAX32630FTHR] Adding new platform 2017-01-24 15:48:19 -06:00