nuttx/arch/arm/src/lpc17xx
2018-12-03 17:41:59 -06:00
..
chip Squashed commit of the following: 2018-06-20 08:18:32 -06:00
chip.h Squashed commit of the following: 2018-06-20 08:18:32 -06:00
Kconfig All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences. 2018-11-21 07:57:26 -06:00
lpc17_adc.c Squashed commit of the following: 2018-07-06 09:15:57 -06:00
lpc17_adc.h Squashed commit of the following: 2018-07-06 09:15:57 -06:00
lpc17_allocateheap.c arch/: Fix an error found in build testing. The protoype of mpu_log2regionfloor() changed; an additional parameter was added. However, none of the calls to mpu_log2regionfloor() were updated to pass the new, additional parameter. 2018-08-24 16:40:37 -06:00
lpc17_can.c arch/arm/src/lpc11,lpc17,lpc43,stm32,stm32l4: Fix scope of naming. CONFIG_CAN_TSEG1->CONFIG_LPC17_CAN_TSEG, for example. 2018-06-28 15:44:42 -06:00
lpc17_can.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lpc17_clockconfig.c
lpc17_clockconfig.h
lpc17_clrpend.c
lpc17_clrpend.h
lpc17_dac.c
lpc17_dac.h
lpc17_emacram.h This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 2018-07-04 14:10:40 -06:00
lpc17_emc.c
lpc17_emc.h
lpc17_ethernet.c All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences. 2018-11-21 07:57:26 -06:00
lpc17_ethernet.h
lpc17_gpdma.c arch/arm/src/max326xx: Add framework for MAX326XX standard DMA support. 2018-11-20 08:09:03 -06:00
lpc17_gpdma.h
lpc17_gpio.c
lpc17_gpio.h
lpc17_gpiodbg.c
lpc17_gpioint.c
lpc17_i2c.c
lpc17_i2c.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lpc17_i2s.h
lpc17_idle.c
lpc17_irq.c In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts. 2018-12-03 17:41:59 -06:00
lpc17_lcd.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lpc17_lcd.h
lpc17_lowputc.c Merged in hg42/nuttx/lpc17-disable-FDR-2 (pull request #596) 2018-02-11 21:24:47 +00:00
lpc17_lowputc.h
lpc17_mcpwm.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lpc17_mpuinit.c
lpc17_mpuinit.h
lpc17_ohciram.h Squashed commit of the following: 2018-07-01 08:38:05 -06:00
lpc17_progmem.c Merged in ebsong/nuttx (pull request #722) 2018-09-21 03:18:38 +00:00
lpc17_progmem.h arch/arm/src/lpc17xx: This commit adds a configurable option to allow using a part of LPC17xx's internal flash memory as a Memory Technology Device via NuttX' mtd_progmem infrastructure. Tested with LPC1769. 2018-05-01 14:49:16 -06:00
lpc17_pwm.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lpc17_pwm.h
lpc17_qei.h
lpc17_rit.h
lpc17_rtc.h
lpc17_sdcard.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lpc17_sdcard.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lpc17_serial.c Squashed commit of the following: 2018-07-06 09:15:57 -06:00
lpc17_serial.h
lpc17_spi.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lpc17_spi.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lpc17_ssp.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lpc17_ssp.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lpc17_start.c Squashed commit of the following: 2018-06-20 08:18:32 -06:00
lpc17_start.h Squashed commit of the following: 2018-06-20 08:18:32 -06:00
lpc17_timer.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
lpc17_timer.h
lpc17_timerisr.c Squashed commit of the following: 2018-11-19 10:47:28 -06:00
lpc17_usbdev.c arch/arm/src/lpc17xx/lpc17_usbdev: Fix typo introduced with last change 2018-05-21 06:13:30 -06:00
lpc17_usbhost.c drivers/usbhost/usbhost_max3421e.c: Fix an error in reading the pending interrupts. Aos fix a number of typos and update a README. 2018-07-29 15:06:44 -06:00
lpc17_usbhost.h
lpc17_userspace.c
lpc17_userspace.h
lpc17_wdt.h
lpc176x_clockconfig.c
lpc176x_gpio.c
lpc176x_gpio.h
lpc176x_rtc.c
lpc178x_clockconfig.c
lpc178x_gpio.c
lpc178x_gpio.h
Make.defs arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions. 2018-08-25 10:23:21 -06:00