mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-28 01:50:22 +00:00
*** EFM32 branch ***
1. Upgrade EFM32 driver libraries (CMSIS and efm32lib): version 2.3.0 -> 2.3.2 2. Upgrade EFM32GG_DK3750 development kit driver library: version 1.2.1 -> 1.2.2 3. Upgrade EFM32_Gxxx_DK development kit driver library: version 1.7.2 -> 1.7.3 4. Add LCD driver (SSD2119) and DEMO 5. Change SPI write format 6. Modify SD card driver due to SPI write format changed 7. Modify building scripts git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1883 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -56,7 +56,7 @@ typedef struct
|
||||
//void UsageFault_Handler(void);
|
||||
//void SVC_Handler(void);
|
||||
//void DebugMon_Handler(void);
|
||||
void DMA_IRQHandler_All(unsigned int channel, bool primary, void *user);
|
||||
void DMA_IRQHandler_All(rt_uint32_t channel, rt_bool_t primary, void *user);
|
||||
void efm32_irq_hook_register(efm32_irq_hook_init_t *hook);
|
||||
|
||||
#endif /* __HDL_INTERRUPT_H__ */
|
||||
|
||||
Reference in New Issue
Block a user