chrysn
12 years ago
6 changed files with 139 additions and 0 deletions
@ -0,0 +1,35 @@ |
|||
includeguard: LIBOPENCM3_EFM32G_NVIC_H |
|||
partname_humanreadable: EFM32 Gecko series |
|||
partname_doxygen: EFM32G |
|||
# The names and sequence are taken from d0001_efm32g_reference_manual.pdf table 4.1. |
|||
irqs: |
|||
- dma |
|||
- gpio_even |
|||
- timer0 |
|||
- usart0_rx |
|||
- usart0_tx |
|||
- acmp01 |
|||
- adc0 |
|||
- dac0 |
|||
- i2c0 |
|||
- gpio_odd |
|||
- timer1 |
|||
- timer2 |
|||
- usart1_rx |
|||
- usart1_tx |
|||
- usart2_rx |
|||
- usart2_tx |
|||
- uart0_rx |
|||
- uart0_tx |
|||
- leuart0 |
|||
- leuart1 |
|||
- letimer0 |
|||
- pcnt0 |
|||
- pcnt1 |
|||
- pcnt2 |
|||
- rtc |
|||
- cmu |
|||
- vcmp |
|||
- lcd |
|||
- msc |
|||
- aes |
@ -0,0 +1,43 @@ |
|||
includeguard: LIBOPENCM3_EFM32GG_NVIC_H |
|||
partname_humanreadable: EFM32 Giant Gecko series |
|||
partname_doxygen: EFM32GG |
|||
# The names and sequence are taken from d0053_efm32gg_refreence_manual.pdf table 4.1. |
|||
irqs: |
|||
- dma |
|||
- gpio_even |
|||
- timer0 |
|||
- usart0_rx |
|||
- usart0_tx |
|||
- usb |
|||
- acmp01 |
|||
- adc0 |
|||
- dac0 |
|||
- i2c0 |
|||
- i2c1 |
|||
- gpio_odd |
|||
- timer1 |
|||
- timer2 |
|||
- timer3 |
|||
- usart1_rx |
|||
- usart1_tx |
|||
- lesense |
|||
- usart2_rx |
|||
- usart2_tx |
|||
- uart0_rx |
|||
- uart0_tx |
|||
- uart1_rx |
|||
- uart1_tx |
|||
- leuart0 |
|||
- leuart1 |
|||
- letimer0 |
|||
- pcnt0 |
|||
- pcnt1 |
|||
- pcnt2 |
|||
- rtc |
|||
- burtc |
|||
- cmu |
|||
- vcmp |
|||
- lcd |
|||
- msc |
|||
- aes |
|||
- ebi |
@ -0,0 +1,43 @@ |
|||
includeguard: LIBOPENCM3_EFM32LG_NVIC_H |
|||
partname_humanreadable: EFM32 Leopard Gecko series |
|||
partname_doxygen: EFM32LG |
|||
# The names and sequence are taken from d0183_efm32lg_reference_manual.pdf table 4.1. |
|||
irqs: |
|||
- dma |
|||
- gpio_even |
|||
- timer0 |
|||
- usart0_rx |
|||
- usart0_tx |
|||
- usb |
|||
- acmp01 |
|||
- adc0 |
|||
- dac0 |
|||
- i2c0 |
|||
- i2c1 |
|||
- gpio_odd |
|||
- timer1 |
|||
- timer2 |
|||
- timer3 |
|||
- usart1_rx |
|||
- usart1_tx |
|||
- lesense |
|||
- usart2_rx |
|||
- usart2_tx |
|||
- uart0_rx |
|||
- uart0_tx |
|||
- uart1_rx |
|||
- uart1_tx |
|||
- leuart0 |
|||
- leuart1 |
|||
- letimer0 |
|||
- pcnt0 |
|||
- pcnt1 |
|||
- pcnt2 |
|||
- rtc |
|||
- burtc |
|||
- cmu |
|||
- vcmp |
|||
- lcd |
|||
- msc |
|||
- aes |
|||
- ebi |
Loading…
Reference in new issue