summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kinetis
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet driversGregory Nutt2014-11-161-6/+6
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-1/+1
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-3/+3
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-298-20/+20
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-212-4/+4
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+0
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-5/+8
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-1/+2
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: More renamingGregory Nutt2014-07-041-3/+3
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-011-7/+7
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-301-5/+5
* Rename uip_input to devif_inputGregory Nutt2014-06-301-1/+1
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-13/+13
* Rename ip_eth_hdr to eth_hdr_sGregory Nutt2014-06-251-1/+1
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.hGregory Nutt2014-06-241-1/+1
* A few build fixes from last, big ARP relocation changeGregory Nutt2014-05-301-1/+1
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ...Gregory Nutt2014-05-301-5/+5
* Make sure that all references to up_prioritize_irq() are conditioned on CONFI...Gregory Nutt2014-05-203-0/+7
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* Fix an error introduced in the last commitGregory Nutt2014-04-191-0/+1
* LPC17xx, TIVA, and Kinetis interrupt initialization: use the NVIC ICTR regis...Gregory Nutt2014-04-171-41/+35
* More trailing whilespace removalGregory Nutt2014-04-139-31/+31
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-131-33/+38
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-15/+15
* Every ARM architecture must export g_instackbaseGregory Nutt2014-03-231-1/+2
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-4/+4
* Fix error in last ARMv7-M up_disable_irq checkinGregory Nutt2014-01-151-17/+22
* Fix all Cortex-M3/4 implementations of up_disable_irq(). They were doing not...Gregory Nutt2014-01-151-12/+39
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt2014-01-151-6/+3
* Fix a duplicate label introduce in recent commitGregory Nutt2013-12-231-8/+10
* Need to protect state on stack to do nested interrupt handlingGregory Nutt2013-12-231-11/+18
* Fixes a few more high priority, nested interrupt logicGregory Nutt2013-12-231-5/+8
* Finishes coding of ARMv7-M high priority nested interrupt logic. Still undoc...Gregory Nutt2013-12-211-5/+53
* Beginning of high priority nested interrupt support for the ARMv7-M familyGregory Nutt2013-12-211-6/+0
* Cosmetic: Changlog and update to commentsGregory Nutt2013-12-201-1/+1
* A10 serial driver (still needs some work). From Alan Carvalho de AssisGregory Nutt2013-12-131-0/+1
* A10: Add A10 configuration header fileGregory Nutt2013-12-131-1/+1
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-3/+3
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-273-10/+10
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, s...Gregory Nutt2013-08-101-1/+1
* Standard configuration variables used to enable interupt controller debug; SA...Gregory Nutt2013-08-031-30/+22
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-11/+11
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-231-1/+1
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1