summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-0413-9/+30
* Remove all inclusion of uip.hGregory Nutt2014-07-0413-13/+0
* NET: More renamingGregory Nutt2014-07-0413-42/+42
* AMA5 OHCI: Pointers to allocated port values were not being nullified after b...Gregory Nutt2014-07-041-3/+7
* Move crypto header files from include/crypto to include/nuttx/cryptoGregory Nutt2014-07-031-3/+3
* Correct authorship on a few filesGregory Nutt2014-07-032-3/+2
* NET: More renamingGregory Nutt2014-07-038-65/+63
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-032-2/+2
* SAMA5 OHCI: Fix an error in a DEBUGASSERT statement. Caused assertion to fir...Gregory Nutt2014-07-031-3/+2
* SAMA5D3/4: UPLL divisor to generate 48MHz for OHCI is different from the two ...Gregory Nutt2014-07-032-8/+6
* CCM PROCFS: Changed the configuration a bit. I am still not happy about the ...Gregory Nutt2014-07-033-14/+21
* Add STM32 CCM heep procfsGregory Nutt2014-07-032-0/+324
* Move cypto debug definitions to debug.h with other susbsystem-level debugGregory Nutt2014-07-031-16/+2
* Beginning of a crypto/ subsystem from Max NeklyudovGregory Nutt2014-07-031-0/+8
* SAM4 AES driver from Max NeklyudovGregory Nutt2014-07-035-2/+435
* SAM Ethernet: Eliminate a warningGregory Nutt2014-07-024-0/+12
* SAMA5D4-EK: NSH should run at 528MHzGregory Nutt2014-07-022-2/+4
* SAMA5D4-EK: NSH configuration now has TWI0 enabled and supports the I2C toolGregory Nutt2014-07-022-1/+11
* SAMA5D4 EMAC: Add a kludge to work around a suspected hardware issueGregory Nutt2014-07-021-2/+26
* SAM3/4 and SAMA5 Ethernet: Fix an error in the function that determines the ...Gregory Nutt2014-07-024-9/+8
* SAMA54D-EK: Don't disable any features in the NSH configuration. Comments u...Gregory Nutt2014-07-024-34/+34
* NET: Rename XYZ_uiptxpoll to just XYZ_txpollGregory Nutt2014-07-0113-73/+73
* SAMA5D4: Add a configuration option to force EMAC driver debugGregory Nutt2014-07-012-4/+22
* SAMA5D4: Fix error in EMAC driver (plus related EMAC/GMAC drivers)Gregory Nutt2014-07-014-51/+23
* Rename uip_poll->devif_poll and uip_timer->devif_timerGregory Nutt2014-06-3013-48/+48
* Rename uip_input to devif_inputGregory Nutt2014-06-3013-13/+13
* Fix typo/compile error introduced with last HSMCI changesGregory Nutt2014-06-302-142/+143
* SAM3/4: Important bugfix. Values read from PIO input pins do not change unle...Gregory Nutt2014-06-303-13/+188
* SAMA5D3/4: Fix some logic in conversion of physical and virtal DRAM addresses...Gregory Nutt2014-06-301-5/+55
* SAMA5D4: Don't touch ISLR unless PIO is configured as an interruptGregory Nutt2014-06-302-34/+48
* STM32: Add configuration support fort he STM32F103RC. From Kosma MoczekGregory Nutt2014-06-303-1/+10
* STM32: Reorder MCUs in choice menu; remove duplicates. From Kosma MoczekGregory Nutt2014-06-301-26/+19
* STM32: Move temperature ranges from chip selection configuration prompts. Fro...Gregory Nutt2014-06-303-7/+15
* Unconfigure GPIO pins when closing a serial port to prevent back effects fro...Gregory Nutt2014-06-301-0/+32
* Make variable definitions 'static const' when possible to save RAM usage. Fr...Gregory Nutt2014-06-302-10/+10
* Fix typos in debug statementsGregory Nutt2014-06-301-2/+2
* SAMA5 PIO: Add support for secure interrupts; Fix PIO debug outputGregory Nutt2014-06-293-36/+103
* SAMA5: Remove kruft in PIO header fileGregory Nutt2014-06-291-8/+1
* SAMA5D4 HSMCI: Fix a compiler in a debug statementGregory Nutt2014-06-291-1/+1
* SAMA5D4 XDMA: Fix some typosGregory Nutt2014-06-291-10/+10
* Fix system bus IDs for SAMA5D4; Don't use explicit PERIPHID_SHIFT for symmetr...Gregory Nutt2014-06-296-41/+61
* SAMA5D: Don't use explicit DMACH_FLAG_MEMPID_SHIFT; it does not exist in the...Gregory Nutt2014-06-295-22/+17
* SAMA5: Add configuration to assign an XDMAC channel to an HSMCIGregory Nutt2014-06-293-15/+90
* SAMA5D4-EK: Updates to get the at25boot configuration building correctlyGregory Nutt2014-06-282-3/+39
* Add more XMega skeleton directoriesGregory Nutt2014-06-271-0/+105
* Add skeletin of XMega includeGregory Nutt2014-06-273-0/+299
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-2714-192/+192
* SAM4CM: Fixes from Macs NGregory Nutt2014-06-273-14/+14
* SAM4CM: Add IPC register header file. From Macs NGregory Nutt2014-06-271-0/+80
* Add support for a network device IOCTL to access PHY registers. Ioctls only ...Gregory Nutt2014-06-271-0/+63