aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of file:///Users/Shared/NuttXpx4dev2012-09-277-137/+437
|\ | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5197 42af7a65-404d-4744-a932-0658087f49c3
| * Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to ↵patacongo2012-09-261-8/+1
| | | | | | | | | | | | build system; Fixes to Shenzhou NxWM configuration for clean build git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5193 42af7a65-404d-4744-a932-0658087f49c3
| * Corrections for SD card on Shenzhou boardpatacongo2012-09-241-2/+4
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5183 42af7a65-404d-4744-a932-0658087f49c3
| * Fixes STM32F107 DMA issuepatacongo2012-09-243-8/+38
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5182 42af7a65-404d-4744-a932-0658087f49c3
| * Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when ↵patacongo2012-09-232-15/+47
| | | | | | | | | | | | using STM32 ethernet driver with F1 git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5181 42af7a65-404d-4744-a932-0658087f49c3
| * Add missing STM32 F1 pin remapping definitionspatacongo2012-09-222-65/+82
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5180 42af7a65-404d-4744-a932-0658087f49c3
| * STM32 Ethernet, Slightly differ register layout for DM9161AEP PHYpatacongo2012-09-222-30/+141
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5177 42af7a65-404d-4744-a932-0658087f49c3
| * Shenzhou board uses RMII PHY interface, not MIIpatacongo2012-09-221-1/+1
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5176 42af7a65-404d-4744-a932-0658087f49c3
| * Make the Olimex stm32 p107 clock configuratin the standard for connectivity ↵patacongo2012-09-222-8/+123
| | | | | | | | | | | | line devices git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5175 42af7a65-404d-4744-a932-0658087f49c3
| * Recent I2C changes for F4 broke F1patacongo2012-09-211-1/+2
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5170 42af7a65-404d-4744-a932-0658087f49c3
| * Oops.. the up_i2creset function mysteriously disappeared from stm32_i2c.cpatacongo2012-09-202-2/+117
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5167 42af7a65-404d-4744-a932-0658087f49c3
* | Merge from upstream NuttXpx4dev2012-09-192-8/+62
|\| | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5166 42af7a65-404d-4744-a932-0658087f49c3
| * Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-171-2/+4
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5158 42af7a65-404d-4744-a932-0658087f49c3
| * Resync new repository with old repo r5166patacongo2012-09-1732-236/+388
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
| * Resync new repository with old repo r5166patacongo2012-09-171403-0/+394681
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
* Re-enable the I2C lock around ACK sending pending a possible upstream fix.px4dev2012-09-161-2/+2
|
* Merge branch 'NuttX/master'px4dev2012-09-168-32/+52
|\ | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5163 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Add W25 FLASH driver; Use attribute definitions in nuttx/compiler.hpatacongo2012-09-1627-57/+80
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5161 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Fix logic in STM32 SPI driver that leaves interrupts disabled; back out ↵patacongo2012-09-152-32/+49
| | | | | | | | | | | | earlier change to irqsave() git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5158 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * CONFIG_ARCH_INTERRUPTSTACK is an integer. If not used, it should the value ↵patacongo2012-09-151-4/+5
| | | | | | | | | | | | 0 or be undefined. It is not a boolean git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5157 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Fix a ARMv7-M interrupt disable/optimization bugpatacongo2012-09-152-53/+59
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5155 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* | Make irqsave/irqrestore (much) cheaper.px4dev2012-09-151-0/+8
| |
* | Merge branch 'NuttX/master'px4dev2012-09-1478-654/+848
|\|
| * Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-142-10/+88
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5150 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Fixes for z80 compilation with SDCC toolchain. There are still a few header ↵patacongo2012-09-133-13/+35
| | | | | | | | | | | | file and linker issues git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5149 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Remove executable property from source and make filespatacongo2012-09-13196-0/+0
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5146 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Email address change in nuttx/patacongo2012-09-13854-21043/+21044
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5145 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * USB device drivers: Add hooks to to use common, external DMA buffer ↵patacongo2012-09-137-36/+143
| | | | | | | | | | | | allocation implementation.. git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5142 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * AVR corrections from Richard Cochran; uIP webserver enhancements from Katepatacongo2012-09-113-3/+4
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5126 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * The M3 Wildfire port is code complete and ready for testpatacongo2012-09-106-17/+75
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5125 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * More progress on the Wildfire STM32 portpatacongo2012-09-092-32/+77
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5121 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-0936-16/+85
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5118 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Remove some old logic in the arm, x86, hc, and sh linker scripts that was ↵patacongo2012-09-084-20/+0
| | | | | | | | | | | | kicked off when CONFIG_BOOT_RUNFROMFLASH=y. git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5117 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Kconfig: QEMU fixespatacongo2012-09-081-1/+1
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5116 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Changes to get a clean compile with the Kconfig Shenzhou board. Still some ↵patacongo2012-09-083-86/+114
| | | | | | | | | | | | link issues git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5115 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-086-40/+69
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5114 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Kconfig: Standardize board LED and button configurationspatacongo2012-09-082-12/+0
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5112 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * More info for the Shenzhou board configurationpatacongo2012-09-072-8/+22
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5109 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Removed delay after receiving in recvfrom(). This was killing network ↵patacongo2012-09-071-2/+2
| | | | | | | | | | | | performance git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5107 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * If serial DMA enabled, re-initialize serial consolepatacongo2012-09-072-1/+25
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5106 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Repairs needed after Kconfig changes for LPC31patacongo2012-09-061-2/+20
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5105 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Add LPC31 Kconfigpatacongo2012-09-0655-107/+390
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5104 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Update LPC43 Kconfigpatacongo2012-09-063-5/+37
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5103 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * configure.sh: Don't append the apps directory path setting if the correct ↵patacongo2012-09-061-2/+2
| | | | | | | | | | | | setting is already in defined in the defconfig file. git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5101 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-058-33/+76
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5100 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * LPC17xx Kconfig looks goodpatacongo2012-09-053-9/+34
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5099 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Update LPC17 Kconfigpatacongo2012-09-053-9/+167
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5097 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Add configuration for the LM3Spatacongo2012-09-055-46/+117
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5095 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Add Kconfig settings for the LPC17xxpatacongo2012-09-054-421/+460
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5094 7fd9a85b-ad96-42d3-883c-3090e2eb8679
| * Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-054-367/+15
| | | | | | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5092 7fd9a85b-ad96-42d3-883c-3090e2eb8679