Gregory Nutt
|
645d02acdc
|
USB monitor extended so that it can also be used with USB host trace data
|
2013-09-09 15:02:33 -06:00 |
|
Gregory Nutt
|
0f83209b97
|
Trivial updates assocaited with USB host mass storage and SAMA5 EHCI
|
2013-09-08 13:42:56 -06:00 |
|
Gregory Nutt
|
1094bbb382
|
Fix warnings in USB MSC when compiled for a high speed device; also fix USB MSC default VID/PID configuration
|
2013-09-07 10:12:02 -06:00 |
|
Gregory Nutt
|
b345e0d8e7
|
Fix bug introduced to msconn; Was hanging is invoked from NSH
|
2013-09-07 10:09:52 -06:00 |
|
Gregory Nutt
|
af051009ba
|
Suppress attempts to manage USB trace if the USB MSC example is built as an NSH built-in application. In that case, USB MSC does not do a good job managing trace data and gets in the way of other things that can do a better job (like NSH or the USB monitor).
|
2013-09-06 17:21:57 -06:00 |
|
Gregory Nutt
|
cf8d662122
|
SAMA5D3x-EK: Add support for USB MSC device on AT25 serial flash
|
2013-09-06 13:07:29 -06:00 |
|
Gregory Nutt
|
09f534db73
|
DHCPD: Fix calculation of lease address. Bad logic causes repeated assignment of the same IP address. SourceForge bug #21 from Paolo Messina.
|
2013-09-06 08:10:54 -06:00 |
|
Gregory Nutt
|
9fd96da125
|
apps/examples/pwm: Clean up some configuration confusion
|
2013-09-05 18:30:39 -06:00 |
|
Gregory Nutt
|
fd039c0559
|
Rename examples/usbstorage to examples/usbmsc. From CCTSAO
|
2013-09-05 08:07:03 -06:00 |
|
Gregory Nutt
|
b4134efe66
|
Some restructing of the CC3000 build
|
2013-09-04 16:40:57 -06:00 |
|
Gregory Nutt
|
d7c9fda519
|
Sourceforge bug #19. Fix typo from CCTSAO
|
2013-09-04 11:39:01 -06:00 |
|
Gregory Nutt
|
870606c810
|
CC3000 driver updates from Alan Carvalho de Assis
|
2013-09-04 09:45:59 -06:00 |
|
Gregory Nutt
|
16868bf39d
|
Initial cut of a driver for the TI CC3000 network module with support on the Freescale KL25Z board from Alan Carvalho de Assis
|
2013-09-03 14:59:48 -06:00 |
|
Gregory Nutt
|
04c04b4106
|
SAMA5 UDPHS: A little debugging progress. Not all transfers are working yet
|
2013-09-03 13:09:50 -06:00 |
|
Gregory Nutt
|
9cf8ce936c
|
Add example configurations that enable USB trace options must have Kconfig options to select the trace output
|
2013-09-02 12:25:17 -06:00 |
|
Gregory Nutt
|
f4bbddf789
|
Clean up some LP17xx and STM32 USB host configuration compilation errors due to the massive changes to the USB host interfaces needed to support the SAMA5
|
2013-08-13 17:43:19 -06:00 |
|
Gregory Nutt
|
09a7da9c18
|
Prep for NuttX-6.29 release
|
2013-07-31 14:25:06 -06:00 |
|
Gregory Nutt
|
4bb75f9a3f
|
More ARMv7-A files that are just copies of the ARMv4/5 files for now
|
2013-07-19 11:43:04 -06:00 |
|
Gregory Nutt
|
8a654d000b
|
Some initial frame for Cortex-A5 support. No much yet
|
2013-07-18 15:20:47 -06:00 |
|
Gregory Nutt
|
8d7ab4ba99
|
NSH cmp command by Andrew Twidgell
|
2013-07-18 08:24:29 -06:00 |
|
Gregory Nutt
|
394f46560c
|
Fix problems with host build of the Zmodem tools
|
2013-07-16 11:23:35 -06:00 |
|
Gregory Nutt
|
c0e4184a3f
|
More Zmodem tweaks
|
2013-07-16 08:26:59 -06:00 |
|
Gregory Nutt
|
4303ec02b1
|
Zmodem utilities can now be built for Linux; Fix some configuration confusion
|
2013-07-15 17:50:17 -06:00 |
|
Gregory Nutt
|
4dd3ecb5a2
|
Minor end-of-the-day Zmodem changes
|
2013-07-15 17:11:09 -06:00 |
|
Gregory Nutt
|
b6778bf21d
|
Fix file write loop
|
2013-07-15 16:21:20 -06:00 |
|
Gregory Nutt
|
4d3e50b66f
|
Partial fixes for Zmodem RX buffering problems.
|
2013-07-15 12:33:35 -06:00 |
|
Gregory Nutt
|
86330f31c6
|
Fix some Zmodem buffer sizing issues
|
2013-07-14 17:01:23 -06:00 |
|
Gregory Nutt
|
82297ff7f8
|
More Zmodem bug fixes: Too many pkttypes; Use wrong packet buffer
|
2013-07-14 15:39:26 -06:00 |
|
Gregory Nutt
|
b3eee3fd9b
|
Several fixes realted to receiving Zmodem files
|
2013-07-14 14:19:17 -06:00 |
|
Gregory Nutt
|
3fddcfd334
|
Fix an error in the ordering of fields in zm_transition_s structure; update documentation
|
2013-07-14 12:34:45 -06:00 |
|
Gregory Nutt
|
4d439eda39
|
Initial check-ing of (non-working) Zmodem receive logic
|
2013-07-14 11:05:23 -06:00 |
|
Gregory Nutt
|
b614666243
|
Resolve a few Zmodem sender streaming issues
|
2013-07-13 19:57:04 -06:00 |
|
Gregory Nutt
|
7576163ff6
|
More Zmodem bugfixes and new files
|
2013-07-13 13:19:15 -06:00 |
|
Gregory Nutt
|
ac1efbab61
|
More Zmodem-related changes
|
2013-07-12 19:06:00 -06:00 |
|
Gregory Nutt
|
2ac792d3e9
|
Additional support needed for Zmodem debug
|
2013-07-12 18:10:12 -06:00 |
|
Gregory Nutt
|
929de26f6e
|
A few more zmodem files; still missing a few but those are still fragile and like to undergo some resign before they are usable
|
2013-07-12 16:28:35 -06:00 |
|
Gregory Nutt
|
551af554c0
|
Build/test framework for the Zmodem sz and rz commands which are on their way
|
2013-07-12 16:01:37 -06:00 |
|
Gregory Nutt
|
3a2eb439f7
|
Change in apps/examples/composite to eliminate some false alarm debug assertions
|
2013-07-09 15:27:17 -06:00 |
|
Gregory Nutt
|
4d43f25479
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
|
Gregory Nutt
|
e65b38ac98
|
Add support fo SAM4S Xplained SRAM
|
2013-06-26 10:57:25 -06:00 |
|
Gregory Nutt
|
d77e2db372
|
Fix integration of RAM test into the build and configuration system
|
2013-06-26 10:54:12 -06:00 |
|
Gregory Nutt
|
4f13725f35
|
Fix UG-2832HSWEG04 landscape. Add reverse landscape support to UG_2864AMBAG01 and UG-9964HSWAG01. Fixe NXHELLO default colors for 1-bit mono modes
|
2013-06-24 12:37:02 -06:00 |
|
Gregory Nutt
|
56b87e424b
|
Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED module that uses that OLED.
|
2013-06-23 14:39:56 -06:00 |
|
Gregory Nutt
|
da19214ca7
|
Straighten out issues about who calls C++ initializers with CXXTEST or HELLOXX are built as NSH applications; Add an ofstream test to CXXTEST suggested by Michael; Update many defconfig fiels to that they set configurations to handle C++ constructors just as before these configuration changes
|
2013-06-21 09:32:57 -06:00 |
|
Gregory Nutt
|
1ac7315ca6
|
Prep for 6.28 release
|
2013-06-14 14:30:00 -06:00 |
|
Gregory Nutt
|
459d89d9db
|
Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
|
2013-06-12 17:32:00 -06:00 |
|
Gregory Nutt
|
60e6546ffb
|
Add missing NSH configuration settings. Correct some conditional logic for STM32 FALSH pre-fetch settings. From Lorenz Meier
|
2013-06-02 13:16:35 -06:00 |
|
Gregory Nutt
|
296044f63e
|
Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool
|
2013-06-02 10:33:57 -06:00 |
|
Gregory Nutt
|
b673cbebb9
|
Updates to README files
|
2013-06-01 17:25:16 -06:00 |
|
Gregory Nutt
|
8ecaf62d3b
|
Add NRF24L01 terminal example. From Laurent Latil.
|
2013-06-01 08:23:06 -06:00 |
|