summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in AVR32 Kconfig files. From Stefan SperlingGregory Nutt2014-06-232-2/+2
* Update changelogGregory Nutt2014-06-231-1/+3
* Fix conditional compilation for CLOCK_MONTONIC. From Manuel StühnGregory Nutt2014-06-232-2/+2
* Fix typos from previous commit to fix button interruptsGregory Nutt2014-06-225-6/+6
* net: Add net/tcp/tcp.h; rename uip_tcpwrbuffer_ to tcp_wrbuffer_*Gregory Nutt2014-06-217-45/+159
* SAMA5D4: Add missing mappings for the VDEC and L2CC memory regionsGregory Nutt2014-06-214-2/+23
* Correct type of SAMA5 arm_decodefiq() return valueGregory Nutt2014-06-211-1/+1
* Need to enable FIQ in initial task state; Improve H32/64 test in IRQ handlingGregory Nutt2014-06-218-106/+130
* SAMA5: FIQs should be disabled along with IRQs on most exeptions in most conf...Gregory Nutt2014-06-201-22/+11
* SAMA5D4: Add support for secure/FIQ interrupts; SAIC supports need to be be ...Gregory Nutt2014-06-206-19/+128
* SAMA5D4: Fix MATRIX32 base addressGregory Nutt2014-06-201-1/+1
* SAMA5D4: Minor fixes to get working with SAMA5D3 againGregory Nutt2014-06-201-0/+2
* SAMA5D4: Add partial support for secure interrupt controller (SAIC)Gregory Nutt2014-06-207-88/+303
* SAMA5D4: USART peripheral clock appears to be MCK/2Gregory Nutt2014-06-2014-6/+81
* SAMA5D4-EK: Get ramtest clocking up to 528MHzGregory Nutt2014-06-201-3/+7
* SAMA5D4-EK: Make sure that the H32MX divider is set; correct sense of bit dr...Gregory Nutt2014-06-203-4/+43
* SAMA5D4: Fix peripheral clocking macros: AIC and L2CC are continuously clockedGregory Nutt2014-06-193-26/+57
* SAMA5D4: Initial bring-up fixesGregory Nutt2014-06-193-6/+17
* Update ChangeLogGregory Nutt2014-06-191-0/+6
* tools/mkfsdata.pl: Apparently, the trailing the 0x00 in http server files is ...Gregory Nutt2014-06-191-1/+2
* TCP write buffering: Add buffer allocation check from Max (himax)Gregory Nutt2014-06-191-28/+47
* Add missing CONFIG_NET_GUARDSIZE to KconfigGregory Nutt2014-06-191-0/+11
* Fix file names in new net/pkt/Make.defsGregory Nutt2014-06-191-4/+4
* Costmetic update to comments/README fileGregory Nutt2014-06-182-4/+6
* SAMA5D4: Fix ISRAM base address: 0x00200000, not like the SAMA5D3 SRAM at 0...Gregory Nutt2014-06-184-6/+28
* Networking: Move relevant parts of net/Kconfig to tcp/Kconfig, udp/Kconfig, ...Gregory Nutt2014-06-186-249/+289
* Move Packet files from net/uip to net/pktGregory Nutt2014-06-187-17/+62
* Move UDP files from net/uip to net/udpGregory Nutt2014-06-1810-335/+89
* Update ChangeLogGregory Nutt2014-06-181-0/+3
* Move uip/uip_listen.c to tcp/tcp_listen.cGregory Nutt2014-06-182-1/+290
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-181-0/+63
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-1813-42/+23
* Update ChangeLogGregory Nutt2014-06-181-0/+7
* Raw sockets: Various fixes for closing, free connections, TX from Daniel Laz...Gregory Nutt2014-06-182-5/+18
* Raw sockets: Various fixes for closing, free connections, TX from Daniel Laz...Gregory Nutt2014-06-182-0/+30
* Notify Ethernet driver of TX data availability on raw socket. From Daniel La...Gregory Nutt2014-06-181-0/+5
* Cosmetic cleanupGregory Nutt2014-06-182-16/+6
* SAMA5D4: XDMAC driver now compiles error/warning free (still untested)Gregory Nutt2014-06-173-197/+156
* Update ChangeLogGregory Nutt2014-06-171-0/+2
* SAMA5D4: More progress on XDMAC driver (still no complete); Also fixes some ...Gregory Nutt2014-06-173-580/+583
* kconfig2html: Exceed original maximum number of selectsGregory Nutt2014-06-161-1/+1
* Update ChangeLogGregory Nutt2014-06-151-0/+3
* Fix an error in exec(). argv[] has not being passedGregory Nutt2014-06-151-2/+2
* Several other interrupt button implementations had the same problem as did th...Gregory Nutt2014-06-155-16/+59
* Update ChangeLogGregory Nutt2014-06-151-0/+2
* SAM4S Xplained (both): Button interrupts not being disabled after being deta...Gregory Nutt2014-06-152-8/+34
* Update ChangeLogGregory Nutt2014-06-141-1/+6
* Add seekable standard streamsGregory Nutt2014-06-146-54/+330
* Add support for seekable raw streamsGregory Nutt2014-06-145-32/+279
* Add support for seekable memory streamsGregory Nutt2014-06-148-54/+538