summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a network test configuration for the STM3240G-EVALpatacongo2011-12-1314-12/+1605
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4169 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP ↵patacongo2011-12-1320-43/+1713
| | | | | | address order bugs in DHCPD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4168 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet needs a MAC addresspatacongo2011-12-124-9/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4167 42af7a65-404d-4744-a932-0658087f49c3
* STM32 F4 Ethernet driver is fully functionalpatacongo2011-12-123-52/+167
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4166 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet... initial bring-up changespatacongo2011-12-125-72/+323
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4165 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 DAC register definitions and skeleton DAC driverpatacongo2011-12-126-25/+602
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4164 42af7a65-404d-4744-a932-0658087f49c3
* Replace tabs with spacespatacongo2011-12-121-65/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4163 42af7a65-404d-4744-a932-0658087f49c3
* Add a skeleton for an STM32 ADC driverpatacongo2011-12-123-1/+391
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4162 42af7a65-404d-4744-a932-0658087f49c3
* Completes coding of the STM32 F4 Ethernet driverpatacongo2011-12-113-82/+420
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4161 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 Ethernet packet reception logicpatacongo2011-12-113-75/+385
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4160 42af7a65-404d-4744-a932-0658087f49c3
* Add Ethernet start-up logicpatacongo2011-12-101-0/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4159 42af7a65-404d-4744-a932-0658087f49c3
* Add Ethernet descriptor definitions and initializationpatacongo2011-12-102-9/+382
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4158 42af7a65-404d-4744-a932-0658087f49c3
* Add Ethernet interrupt configuration and handlingpatacongo2011-12-102-47/+144
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4157 42af7a65-404d-4744-a932-0658087f49c3
* Make declaration of _TCB idempotentpatacongo2011-12-102-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4156 42af7a65-404d-4744-a932-0658087f49c3
* Misc compilation warning cleanuppatacongo2011-12-103-11/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4155 42af7a65-404d-4744-a932-0658087f49c3
* Minor fixes for compile with DEBUG enabledpatacongo2011-12-102-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4154 42af7a65-404d-4744-a932-0658087f49c3
* BEV needs to be zero in single-vector mode; Interrupts go to EBASE+0x200patacongo2011-12-105-7/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4153 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 ethernet MAC and DMA initializationpatacongo2011-12-092-24/+321
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4152 42af7a65-404d-4744-a932-0658087f49c3
* Add PHY setup for STM3240G-EVAL Ethernet driverpatacongo2011-12-098-40/+616
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4151 42af7a65-404d-4744-a932-0658087f49c3
* Oops.. pic32mx-exception.c, not pic32mx-exception.Spatacongo2011-12-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4150 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 bugfixespatacongo2011-12-089-57/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4149 42af7a65-404d-4744-a932-0658087f49c3
* Add Ethernet pin/clock configuration logicpatacongo2011-12-0810-72/+498
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4148 42af7a65-404d-4744-a932-0658087f49c3
* Finish STM32 Ethernet header file; Add ethernet driver skeletonpatacongo2011-12-088-103/+1183
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4147 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 timer source frequencypatacongo2011-12-072-8/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4146 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of ethernet register definitions for the STM32 F4patacongo2011-12-075-16/+357
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4145 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Cortex-M4 floating pointingpatacongo2011-12-0711-12/+287
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4144 42af7a65-404d-4744-a932-0658087f49c3
* Add storage space for FPU registers in context switchingpatacongo2011-12-072-2/+83
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4143 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 F4 DMA framework (untested)patacongo2011-12-078-595/+1335
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4142 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.12 releasenuttx-6.12patacongo2011-12-074-104/+156
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4141 42af7a65-404d-4744-a932-0658087f49c3
* Calibrated STM3240G-EVAL delay looppatacongo2011-12-062-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4140 42af7a65-404d-4744-a932-0658087f49c3
* Add an NSH configuration for the STM3240G-EVALpatacongo2011-12-067-5/+1963
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4139 42af7a65-404d-4744-a932-0658087f49c3
* Basic bring-up of the STM3240G-EVAL board is completepatacongo2011-12-063-9/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4138 42af7a65-404d-4744-a932-0658087f49c3
* Fix STM32F40 build problem. Moved ARM.exidx to FLASHpatacongo2011-12-062-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4137 42af7a65-404d-4744-a932-0658087f49c3
* Fix banding on the R61580 LCDpatacongo2011-12-0513-70/+227
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4136 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for STM32F40xxx portpatacongo2011-12-054-19/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4135 42af7a65-404d-4744-a932-0658087f49c3
* Fix a compile error when CONFIG_ARCH_INTERRUPTSTACK is turned on for Cortex-M*patacongo2011-12-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4134 42af7a65-404d-4744-a932-0658087f49c3
* mq_notify() was not setting errno on failurespatacongo2011-12-042-35/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4133 42af7a65-404d-4744-a932-0658087f49c3
* Fix a cloned error in driver poll setuppatacongo2011-12-034-6/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4132 42af7a65-404d-4744-a932-0658087f49c3
* Add comments that indicate that tsc2007_activate is probably not neededpatacongo2011-12-011-2/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4131 42af7a65-404d-4744-a932-0658087f49c3
* Add two new small, bold, sans-serif fontspatacongo2011-12-0114-17/+3574
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4130 42af7a65-404d-4744-a932-0658087f49c3
* Fix handling of NULL pointer in sig_timedwait()patacongo2011-11-292-5/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4129 42af7a65-404d-4744-a932-0658087f49c3
* wchar_t is a C++ built in and should not (always) be definedpatacongo2011-11-294-6/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4128 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in sim buildpatacongo2011-11-281-2/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4127 42af7a65-404d-4744-a932-0658087f49c3
* update some commentspatacongo2011-11-271-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4126 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 error in last check-inpatacongo2011-11-252-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4125 42af7a65-404d-4744-a932-0658087f49c3
* Finish code for basic STM3240 portpatacongo2011-11-2416-91/+600
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4124 42af7a65-404d-4744-a932-0658087f49c3
* Add clock configuration logic for the STM32F40patacongo2011-11-236-92/+638
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4123 42af7a65-404d-4744-a932-0658087f49c3
* Finish port of GPIO driver for STM3240patacongo2011-11-234-210/+397
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4122 42af7a65-404d-4744-a932-0658087f49c3
* More changes for STM3240 buildpatacongo2011-11-2210-377/+723
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4121 42af7a65-404d-4744-a932-0658087f49c3
* More changes, getting closer to a clean STM3240 compilepatacongo2011-11-225-161/+291
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4120 42af7a65-404d-4744-a932-0658087f49c3