Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
ac23f2bd
Commit
ac23f2bd
authored
17 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
Added chip info
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@197
42af7a65-404d-4744-a932-0658087f49c3
parent
8f5fcc8b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/arm/include/lpc214x/irq.h
+25
-1
25 additions, 1 deletion
arch/arm/include/lpc214x/irq.h
arch/arm/src/lpc214x/chip.h
+4
-0
4 additions, 0 deletions
arch/arm/src/lpc214x/chip.h
with
29 additions
and
1 deletion
arch/arm/include/lpc214x/irq.h
+
25
−
1
View file @
ac23f2bd
...
...
@@ -50,7 +50,31 @@
/* LPC214X Interrupts */
#define NR_IRQS 16
#define LPC214X_WDT_IRQ 0
/* Watchdog */
#define LPC214X_RESERVED_IRQ 1
/* SWI only */
#define LPC214X_DBGCOMMRX_IRQ 2
/* Embedded debug */
#define LPC214X_DBGCOMMTX_IRQ 3
/* Embedded debug */
#define LPC214X_TIMER0_IRQ 4
/* Timer 0 */
#define LPC214X_TIMER1_IRQ 5
/* Timer 1 */
#define LPC214X_UART0_IRQ 6
/* UART 0 */
#define LPC214X_UART1_IRQ 7
/* UART 1 */
#define LPC214X_PWM0_IRQ 8
/* PWM 0 */
#define LPC214X_I2C0_IRQ 9
/* I2C 0 */
#define LPC214X_SPI0_IRQ 10
/* SPI 0 */
#define LPC214X_SPI1_IRQ 11
/* SPI 1 */
#define LPC214X_PLL_IRQ 12
/* PLL Lock IRQ */
#define LPC214X_RTC_IRQ 13
/* Real Time Clock */
#define LPC214X_EINT0_IRQ 14
/* External interrupt 0 */
#define LPC214X_EINT1_IRQ 15
/* External interrupt 1 */
#define LPC214X_EINT2_IRQ 16
/* External interrupt 2 */
#define LPC214X_EINT3_IRQ 17
/* External interrupt 3 */
#define LPC214X_ADC0_IRQ 18
/* ADC 0 */
#define LPC214X_I2C1_IRQ 19
/* I2C 1 */
#define LPC214X_BOD_IRQ 20
/* Brown Out Detect */
#define LPC214X_ADC1_IRQ 21
/* ADC 1 */
#define LPC214X_USB_IRQ 22
/* USB */
#define NR_IRQS 23
/************************************************************
* Public Types
...
...
This diff is collapsed.
Click to expand it.
arch/arm/src/lpc214x/chip.h
+
4
−
0
View file @
ac23f2bd
...
...
@@ -48,7 +48,11 @@
#define LPC214X_FLASH_BASE 0x00000000
#define LPC214X_ONCHIP_RAM_BASE 0x40000000
#define LPC214X_USBDMA_RAM_BASE 0x7fd00000
#define LPC214X_BOOT_BLOCK 0x7fffd000
#define LPC214X_EXTMEM_BASE 0x80000000
#define LPC214X_APB_BASE 0xe0000000
#define LPC214X_AHB_BASE 0xf0000000
/* Interrupts **********************************************************************/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment