summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Fixes for clean compile/linkpatacongo2009-09-287-20/+72
* Add RCC supportpatacongo2009-09-286-23/+475
* IRQ numbering fixespatacongo2009-09-262-22/+27
* Add IRQ and SYSTICK logicpatacongo2009-09-267-7/+625
* Oops.. last edit still in editorpatacongo2009-09-261-8/+8
* Fix USART descriptionpatacongo2009-09-261-12/+12
* Add UART4/5 register definitionspatacongo2009-09-262-2/+35
* USART driver implementationpatacongo2009-09-265-149/+527
* Add framework (only) for STM32 USART supportpatacongo2009-09-266-32/+1080
* cosmeticpatacongo2009-09-252-2/+2
* Fixes for compilepatacongo2009-09-258-17/+20
* Fix commentpatacongo2009-09-251-1/+1
* Add board src and include directoriespatacongo2009-09-259-0/+742
* Add STM32 interrupt vectorspatacongo2009-09-252-3/+534
* Add start-up logic and irq.h headerpatacongo2009-09-254-3/+660
* Add timer header filepatacongo2009-09-241-0/+872
* Advanced, general, basic clockspatacongo2009-09-231-14/+17
* Add STM3210E-EVAL boardpatacongo2009-09-231-0/+5
* Add BKP, DBGMCU, EXTI, and PWR header filespatacongo2009-09-235-12/+551
* Add DMA header filepatacongo2009-09-232-0/+265
* Add CAN header filepatacongo2009-09-233-2/+480
* Add USB header filepatacongo2009-09-231-0/+209
* Add RTC and WDG header filespatacongo2009-09-232-0/+252
* Fix SPI2/3 base addressespatacongo2009-09-221-4/+4
* Add GPIO header filepatacongo2009-09-221-0/+365
* Add RCC header filepatacongo2009-09-222-3/+318
* Add ADC and I2C header filespatacongo2009-09-222-0/+533
* Add SPI and UART header filespatacongo2009-09-224-2/+340
* Add stm32 header filespatacongo2009-09-215-25/+308
* Add stm3210e-eval board configurationpatacongo2009-09-206-1/+1109
* Prep for 0.4.11 releasepatacongo2009-09-164-109/+137
* Fix debug output; remove redundanct close()patacongo2009-09-161-11/+8
* Sockets were not being closed when a task exitspatacongo2009-09-163-14/+69
* Consulting wrong list to see if socket is listening for a connectionpatacongo2009-09-162-24/+40
* Fix some errno reportingpatacongo2009-09-161-24/+27
* cosmeticpatacongo2009-09-161-1/+2
* Must periodically check if CGI task is still alivepatacongo2009-09-163-38/+39
* Reference count must be zero before calling uip_tcpfree()patacongo2009-09-162-0/+2
* Add netstat CGI examplepatacongo2009-09-166-11/+223
* THTTPD CGI workspatacongo2009-09-168-45/+335
* Need to use only lldbg in fault handlerpatacongo2009-09-161-1/+1
* Fix pointer increment bugpatacongo2009-09-161-1/+1
* remove warningpatacongo2009-09-161-4/+5
* Add logic to dump data in and out of pipepatacongo2009-09-152-5/+21
* CGI needs to copy httpd_conn because it is volatilepatacongo2009-09-152-117/+172
* cosmeticpatacongo2009-09-151-2/+2
* Fix reference counting errorspatacongo2009-09-154-0/+16
* SDCLONE was disabledpatacongo2009-09-154-12/+19
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-1527-124/+166
* Add CONFIG_DEBUG_SYMBOLSpatacongo2009-09-15108-107/+284