.. |
chip
|
Update LM FLASH definitions for LM4F120. From Vinti
|
2013-06-29 07:02:56 -06:00 |
chip.h
|
Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARMv7-M architectures
|
2013-01-22 01:25:40 +00:00 |
Kconfig
|
Move CONFIG_NET_DUMPPACKET from LPC17 and STM32 to commong network drivers. Automatically enabled CONFIG_NETDEVICES when any Ethernet driver is enabled
|
2013-09-25 11:50:05 -06:00 |
lm_allocateheap.c
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
lm_dumpgpio.c
|
Handle LM4F GPIO -- fewer ports
|
2013-03-02 00:11:43 +00:00 |
lm_ethernet.c
|
Fix various typos assocated with LM4F
|
2013-03-20 03:39:17 +00:00 |
lm_ethernet.h
|
Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to make room in the namespace for LM4F
|
2013-01-09 18:15:02 +00:00 |
lm_flash.c
|
Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h
|
2013-11-15 11:22:23 -06:00 |
lm_gpio.c
|
Fix network poll() issue: don't interrupt poll if socket not connected. Listen sockets are not connected and the poll() is waiting for connection events.
|
2013-03-07 17:59:21 +00:00 |
lm_gpio.h
|
Fix LM4F120 LaunchPad serial output. Add support for all 7 LM4F120 UARTs
|
2013-03-24 20:40:40 +00:00 |
lm_gpioirq.c
|
Handle LM4F GPIO -- fewer ports
|
2013-03-02 00:11:43 +00:00 |
lm_irq.c
|
Fix error in last ARMv7-M up_disable_irq checkin
|
2014-01-15 15:26:32 -06:00 |
lm_lowputc.c
|
Fix LM4F120 LaunchPad serial output. Add support for all 7 LM4F120 UARTs
|
2013-03-24 20:40:40 +00:00 |
lm_lowputc.h
|
Fix LM4F120 LaunchPad serial output. Add support for all 7 LM4F120 UARTs
|
2013-03-24 20:40:40 +00:00 |
lm_mpuinit.c
|
Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs
|
2013-03-24 17:28:38 +00:00 |
lm_mpuinit.h
|
Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs
|
2013-03-24 17:28:38 +00:00 |
lm_serial.c
|
Fix cut'n'paster errors in conditional compilation. Prevented LM4F120 Launchpad UARTs 2-7 from being used
|
2014-02-03 17:00:05 -06:00 |
lm_ssi.c
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
lm_ssi.h
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
lm_start.c
|
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
|
2014-02-10 18:08:49 -06:00 |
lm_syscontrol.c
|
Fixes to the LM4F clock configuration. Errors in register handling caused everything to run at half speed
|
2013-04-09 17:27:13 -06:00 |
lm_syscontrol.h
|
Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configuration variables from CONFIG_LM3S_ to CONFIG_LM_
|
2013-01-09 14:48:55 +00:00 |
lm_timerisr.c
|
Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to make room in the namespace for LM4F
|
2013-01-09 18:15:02 +00:00 |
lm_userspace.c
|
Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs
|
2013-03-24 17:28:38 +00:00 |
lm_userspace.h
|
Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs
|
2013-03-24 17:28:38 +00:00 |
lm_vectors.S
|
Fix a duplicate label introduce in recent commit
|
2013-12-23 14:29:25 -06:00 |
Make.defs
|
Improve some ARMv7-A/M floating point register save time; Add floating point register save logic for ARMv7-A
|
2013-07-23 17:52:06 -06:00 |