This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
arch
/
arm
/
src
/
lpc2378
History
Gregory Nutt
83bc1c97c3
Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore()
2016-02-14 16:11:25 -06:00
..
chip.h
…
Kconfig
…
lpc23xx_decodeirq.c
…
lpc23xx_gpio.h
…
lpc23xx_head.S
…
lpc23xx_i2c.c
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
2016-02-13 19:11:09 -06:00
lpc23xx_i2c.h
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
2016-02-02 12:08:23 -06:00
lpc23xx_io.c
…
lpc23xx_irq.c
Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore()
2016-02-14 16:11:25 -06:00
lpc23xx_lowputc.S
…
lpc23xx_pinsel.h
…
lpc23xx_pllsetup.c
…
lpc23xx_scb.h
…
lpc23xx_serial.c
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
2016-02-13 19:11:09 -06:00
lpc23xx_spi.c
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
2016-02-13 19:11:09 -06:00
lpc23xx_spi.h
For LPC2378 MCUs, rename up_spiinitialize to lpc23_spibus_initialize
2016-01-27 09:02:15 -06:00
lpc23xx_timer.h
…
lpc23xx_timerisr.c
…
lpc23xx_uart.h
…
lpc23xx_vic.h
…
lpc2378.h
…
Make.defs
…