Commit Graph

1315 Commits

Author SHA1 Message Date
patacongo
95faa59faa Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4354 42af7a65-404d-4744-a932-0658087f49c3
2012-01-31 23:39:12 +00:00
patacongo
389e425268 Most USB Composite device debug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4344 42af7a65-404d-4744-a932-0658087f49c3
2012-01-27 21:03:20 +00:00
patacongo
c5e006c8f0 First round of changes from debug of USB composite device (still has problems)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4342 42af7a65-404d-4744-a932-0658087f49c3
2012-01-27 16:25:57 +00:00
patacongo
4acba7bfa1 Add a text for the new composite USB device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4341 42af7a65-404d-4744-a932-0658087f49c3
2012-01-26 23:14:27 +00:00
patacongo
b9f1e16baf More USB composite device logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4340 42af7a65-404d-4744-a932-0658087f49c3
2012-01-26 19:37:34 +00:00
patacongo
5344651b90 More clean up of namespace
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4338 42af7a65-404d-4744-a932-0658087f49c3
2012-01-26 14:24:15 +00:00
patacongo
53f0b47e3e More name changes: USBSER->PL2303 CDCSER->CDCACM
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4337 42af7a65-404d-4744-a932-0658087f49c3
2012-01-25 23:04:17 +00:00
patacongo
16c2867705 Massive name change USB STRG -> USB MSC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 42af7a65-404d-4744-a932-0658087f49c3
2012-01-25 20:17:59 +00:00
patacongo
422cdf7e26 Lots of re-organization -- getting ready to support a composite USB device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4329 42af7a65-404d-4744-a932-0658087f49c3
2012-01-24 21:51:26 +00:00
patacongo
386f36dc13 Create directory structures to support power-related devices
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4321 42af7a65-404d-4744-a932-0658087f49c3
2012-01-22 16:42:49 +00:00
patacongo
62496fb473 Increase range of pulse count in PWM driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4302 42af7a65-404d-4744-a932-0658087f49c3
2012-01-16 15:43:01 +00:00
patacongo
92f5e9e7b5 Prep for 6.14 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4301 42af7a65-404d-4744-a932-0658087f49c3
2012-01-15 16:11:32 +00:00
patacongo
0dee6b3726 Fix bug in STM32 CAN: It must be interrupt driven
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4295 42af7a65-404d-4744-a932-0658087f49c3
2012-01-11 14:56:56 +00:00
patacongo
5a69380d47 Add support for the STM32F4-Discovery (from Mike Smith)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4294 42af7a65-404d-4744-a932-0658087f49c3
2012-01-11 13:01:26 +00:00
patacongo
3f3afc5762 Add APIs to support user access to the STM3240G-EVAL LEDs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4263 42af7a65-404d-4744-a932-0658087f49c3
2012-01-05 16:58:18 +00:00
patacongo
1fca8b083e Add suport for the Stellaris LM3S6432S2E and the TI RDK-S2E
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4260 42af7a65-404d-4744-a932-0658087f49c3
2012-01-04 22:27:35 +00:00
patacongo
69596d80cd Fix an issue for architectures where interrupt numbers and vector numbers do not match 1-to-1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4258 42af7a65-404d-4744-a932-0658087f49c3
2012-01-04 00:14:45 +00:00
patacongo
4592664d33 Remove references to the detron board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4250 42af7a65-404d-4744-a932-0658087f49c3
2012-01-02 12:34:31 +00:00
patacongo
eef571b777 Add FAT long filename support to the Olimex LPC1766-STK NSH and FTPC configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4248 42af7a65-404d-4744-a932-0658087f49c3
2012-01-01 18:30:56 +00:00
patacongo
ec1da138c5 Fix some issues with LPC1766-STK button support (there are more)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4245 42af7a65-404d-4744-a932-0658087f49c3
2011-12-31 20:47:53 +00:00
patacongo
b1d1b97441 Update README, LPC1766-STK button improvements, new Make targets, new Getting Started document
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4244 42af7a65-404d-4744-a932-0658087f49c3
2011-12-31 16:53:05 +00:00
patacongo
a1750183ee Prep for 6.13 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4231 42af7a65-404d-4744-a932-0658087f49c3
2011-12-26 20:07:04 +00:00
patacongo
0c2abc50b9 Add support for LEDs on the Ethernet Starter kit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4223 42af7a65-404d-4744-a932-0658087f49c3
2011-12-25 14:28:12 +00:00
patacongo
73ceb73ed2 Update to README files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4222 42af7a65-404d-4744-a932-0658087f49c3
2011-12-24 13:46:06 +00:00
patacongo
d6d0de6de3 Add loopback support to STM32 CAN driver; Add apps/examples/can loopback test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4213 42af7a65-404d-4744-a932-0658087f49c3
2011-12-22 15:59:50 +00:00
patacongo
3fced8cf04 Add the beginning of an STM32 CAN driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4209 42af7a65-404d-4744-a932-0658087f49c3
2011-12-21 15:50:06 +00:00
patacongo
35333b9e58 Finishes the PWM driver for the STM32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4206 42af7a65-404d-4744-a932-0658087f49c3
2011-12-20 18:28:50 +00:00
patacongo
b65884fa3c Add a test for PWM drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4202 42af7a65-404d-4744-a932-0658087f49c3
2011-12-19 23:06:41 +00:00
patacongo
170c9ccab5 STM32 F4 RTC driver is fully coded (but not tested)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4176 42af7a65-404d-4744-a932-0658087f49c3
2011-12-14 19:12:00 +00:00
patacongo
3681dcf2e3 Re-arrange some files and interfaces to support the STM32 F4 date/time RTC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4175 42af7a65-404d-4744-a932-0658087f49c3
2011-12-14 14:47:42 +00:00
patacongo
db75c4b537 Prep for 6.12 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4141 42af7a65-404d-4744-a932-0658087f49c3
2011-12-07 01:15:08 +00:00
patacongo
dd328baad8 Fix banding on the R61580 LCD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4136 42af7a65-404d-4744-a932-0658087f49c3
2011-12-05 19:59:10 +00:00
patacongo
71b618c639 Add two new small, bold, sans-serif fonts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4130 42af7a65-404d-4744-a932-0658087f49c3
2011-12-01 15:15:35 +00:00
patacongo
b2263531bd wchar_t is a C++ built in and should not (always) be defined
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4128 42af7a65-404d-4744-a932-0658087f49c3
2011-11-29 14:26:12 +00:00
patacongo
5db6e1052f Button test can now be built as an NSH command
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4091 42af7a65-404d-4744-a932-0658087f49c3
2011-11-14 14:45:30 +00:00
patacongo
0e3309f913 Prep for 6.11 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4090 42af7a65-404d-4744-a932-0658087f49c3
2011-11-12 17:49:00 +00:00
patacongo
885e76542d Fix stack alignment for EABI floating point
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4089 42af7a65-404d-4744-a932-0658087f49c3
2011-11-11 14:06:10 +00:00
patacongo
6af733f190 Fix HTML errors in a document
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4065 42af7a65-404d-4744-a932-0658087f49c3
2011-10-25 19:08:05 +00:00
patacongo
dc094fb34f Add logic to read from graphics memory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4057 42af7a65-404d-4744-a932-0658087f49c3
2011-10-22 18:13:04 +00:00
patacongo
4f9a65cff8 Fix sim/nsh2 build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4039 42af7a65-404d-4744-a932-0658087f49c3
2011-10-11 14:34:18 +00:00
patacongo
959b83d2c2 Fix fclose() return value when closing read-only file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4036 42af7a65-404d-4744-a932-0658087f49c3
2011-10-10 19:40:56 +00:00
patacongo
8878bec5c4 Fix STM32 build with with no RTC; Fix STM3210E-EVAL color correction for the RenesasSP LCD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4030 42af7a65-404d-4744-a932-0658087f49c3
2011-10-07 17:21:16 +00:00
patacongo
117aec2341 Prep for 6.10 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4028 42af7a65-404d-4744-a932-0658087f49c3
2011-10-06 20:39:57 +00:00
patacongo
0c5c3c5c5a Add FAT date/time stamp
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4008 42af7a65-404d-4744-a932-0658087f49c3
2011-10-02 17:53:17 +00:00
patacongo
eb4fa80b42 Remove support for UTC time; add support for 64-bit time
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4006 42af7a65-404d-4744-a932-0658087f49c3
2011-10-02 14:16:30 +00:00
patacongo
360b2d795d Add support for lo- and hi-res RTC hardware
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4005 42af7a65-404d-4744-a932-0658087f49c3
2011-10-01 22:09:00 +00:00
patacongo
ea0f852c45 Add a simulated touchscreen driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3989 42af7a65-404d-4744-a932-0658087f49c3
2011-09-28 17:41:58 +00:00
patacongo
33a53d2d28 CDC ACM fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3981 42af7a65-404d-4744-a932-0658087f49c3
2011-09-27 17:05:24 +00:00
patacongo
f479a812af Add TIFF unit test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3969 42af7a65-404d-4744-a932-0658087f49c3
2011-09-22 14:53:15 +00:00
patacongo
b5bceb9724 A little progress with CDC ACM driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3959 42af7a65-404d-4744-a932-0658087f49c3
2011-09-16 18:42:54 +00:00
patacongo
4ebe85774e More CDC serial updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3954 42af7a65-404d-4744-a932-0658087f49c3
2011-09-15 13:26:00 +00:00
patacongo
f5d9dd7309 Add CDC ACM serial class device driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3953 42af7a65-404d-4744-a932-0658087f49c3
2011-09-13 19:04:13 +00:00
patacongo
80b2a82501 Prep for 6.9 Release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3950 42af7a65-404d-4744-a932-0658087f49c3
2011-09-11 18:41:52 +00:00
patacongo
ee8f93159f Add AT24xx and LPC17xx I2C drivers (from Lzyy)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3941 42af7a65-404d-4744-a932-0658087f49c3
2011-09-07 13:32:13 +00:00
patacongo
e92ed62ae8 Fix a error the the STM32 I2C timeout logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3940 42af7a65-404d-4744-a932-0658087f49c3
2011-09-06 21:00:48 +00:00
patacongo
148ee045dd Add PM block diagram
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3938 42af7a65-404d-4744-a932-0658087f49c3
2011-09-04 23:36:43 +00:00
patacongo
40e90d6016 Update PM documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3937 42af7a65-404d-4744-a932-0658087f49c3
2011-09-04 22:16:10 +00:00
patacongo
d7f765b5e7 Add I2C README file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3934 42af7a65-404d-4744-a932-0658087f49c3
2011-09-02 13:59:46 +00:00
patacongo
536b3cabe7 Fix errors in gmtime and gmtime_r
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3933 42af7a65-404d-4744-a932-0658087f49c3
2011-09-01 17:56:03 +00:00
patacongo
5f0bb63da8 Add NSH date command
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3932 42af7a65-404d-4744-a932-0658087f49c3
2011-09-01 15:09:49 +00:00
patacongo
2c12bfa807 STM32 I2C fix, documentation update, fixes for FreeBSD/ASH build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3917 42af7a65-404d-4744-a932-0658087f49c3
2011-08-27 14:58:42 +00:00
patacongo
e7bc429d7a Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3914 42af7a65-404d-4744-a932-0658087f49c3
2011-08-25 16:44:11 +00:00
patacongo
f307e2558f Fix nxgl_splitline bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3912 42af7a65-404d-4744-a932-0658087f49c3
2011-08-25 03:13:28 +00:00
patacongo
a3411cf080 Add a test of the circle rendering logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3911 42af7a65-404d-4744-a932-0658087f49c3
2011-08-24 17:00:51 +00:00
patacongo
09e7141a1e Add circle drawing interfaces
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3910 42af7a65-404d-4744-a932-0658087f49c3
2011-08-24 14:46:59 +00:00
patacongo
d097689b14 Progress with Kinetis SDHC driver (more to to)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3904 42af7a65-404d-4744-a932-0658087f49c3
2011-08-22 15:42:10 +00:00
patacongo
c4cfb41303 Prep for 6.8 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3899 42af7a65-404d-4744-a932-0658087f49c3
2011-08-19 21:33:11 +00:00
patacongo
f86ead7d00 Add support for multiplexed SDIO pins from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3898 42af7a65-404d-4744-a932-0658087f49c3
2011-08-19 16:51:04 +00:00
patacongo
53483b1cc4 The basic Kinetis K60 port works
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3892 42af7a65-404d-4744-a932-0658087f49c3
2011-08-18 22:37:09 +00:00
patacongo
ad0170dac9 Add Kinesis watchdog, ramfuncs, idle loop, start of clock configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3875 42af7a65-404d-4744-a932-0658087f49c3
2011-08-12 22:10:48 +00:00
patacongo
d24b161f1c Misc documentation/LCD-related updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3844 42af7a65-404d-4744-a932-0658087f49c3
2011-08-05 02:31:59 +00:00
patacongo
be0b7cdc7a Completes test of line/trapezoid drawing routines
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3842 42af7a65-404d-4744-a932-0658087f49c3
2011-08-04 01:25:58 +00:00
patacongo
81857c0a4a Prep for 6.7 Release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3837 42af7a65-404d-4744-a932-0658087f49c3
2011-08-02 14:57:27 +00:00
patacongo
cf44f84a55 Add NX line drawing interfaces
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3836 42af7a65-404d-4744-a932-0658087f49c3
2011-08-02 13:39:55 +00:00
patacongo
4e9ced3577 Add one more font; Fix ez80 serial bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3825 42af7a65-404d-4744-a932-0658087f49c3
2011-07-29 13:21:30 +00:00
patacongo
948e53b812 Add more fonts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3824 42af7a65-404d-4744-a932-0658087f49c3
2011-07-29 05:28:06 +00:00
patacongo
dca0708135 Incorporated new fonts into examples; fix glyph allocation bug in nxhello
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3822 42af7a65-404d-4744-a932-0658087f49c3
2011-07-27 14:43:45 +00:00
patacongo
df46793880 Add memory usage monitor to USB storage example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3817 42af7a65-404d-4744-a932-0658087f49c3
2011-07-25 22:21:38 +00:00
patacongo
03065e36a2 Move NX header files to include/nuttx/nx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3816 42af7a65-404d-4744-a932-0658087f49c3
2011-07-24 20:49:01 +00:00
patacongo
e8c88de974 Update BDF converter
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3815 42af7a65-404d-4744-a932-0658087f49c3
2011-07-24 12:36:21 +00:00
patacongo
1528e9fe88 Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3814 42af7a65-404d-4744-a932-0658087f49c3
2011-07-23 14:27:01 +00:00
patacongo
d81ddbd8b5 Add JP's BDF font conversion program
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3813 42af7a65-404d-4744-a932-0658087f49c3
2011-07-23 13:53:59 +00:00
patacongo
06090fae16 apps/examples/usbstorage can now be built as NSH built-in commands; configs/stm3210e-eval/nsh2 now uses these usb storage commands
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3812 42af7a65-404d-4744-a932-0658087f49c3
2011-07-22 20:12:50 +00:00
patacongo
ae0212b297 Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3811 42af7a65-404d-4744-a932-0658087f49c3
2011-07-22 13:02:27 +00:00
patacongo
c80217d839 Documentation Updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3810 42af7a65-404d-4744-a932-0658087f49c3
2011-07-21 23:55:11 +00:00
patacongo
72592f4284 Use a handle instead of an ID in each font lookup; this saves doing the font set lookup each time
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3802 42af7a65-404d-4744-a932-0658087f49c3
2011-07-20 02:13:08 +00:00
patacongo
c85805b257 Setup environment to support multiple fonts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3799 42af7a65-404d-4744-a932-0658087f49c3
2011-07-19 20:08:28 +00:00
patacongo
226ba75ab6 Add sem_timedwait()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3798 42af7a65-404d-4744-a932-0658087f49c3
2011-07-19 13:40:15 +00:00
patacongo
7d9bcc057b Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3795 42af7a65-404d-4744-a932-0658087f49c3
2011-07-18 01:47:48 +00:00
patacongo
0ee56f4fcb Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX example from the NX command line
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3791 42af7a65-404d-4744-a932-0658087f49c3
2011-07-16 15:52:15 +00:00
patacongo
da8aa0f5c7 Fix NT stype upper/lower case FAT 8.3 filename
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3784 42af7a65-404d-4744-a932-0658087f49c3
2011-07-14 19:47:31 +00:00
patacongo
06e029ecdc Add long file name parsing logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3781 42af7a65-404d-4744-a932-0658087f49c3
2011-07-13 17:19:31 +00:00
patacongo
dde920aed0 Fix typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3779 42af7a65-404d-4744-a932-0658087f49c3
2011-07-13 04:09:16 +00:00
patacongo
4f3f2734d1 Correct errors in LPC17xx CAN register defines
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3773 42af7a65-404d-4744-a932-0658087f49c3
2011-07-12 13:29:44 +00:00
patacongo
73390c8eec Prep for 6.6 Release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3770 42af7a65-404d-4744-a932-0658087f49c3
2011-07-11 14:21:05 +00:00
patacongo
c904be3497 Fix an error in the NX move logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3766 42af7a65-404d-4744-a932-0658087f49c3
2011-07-10 18:54:54 +00:00
patacongo
c016f94d0b Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3759 42af7a65-404d-4744-a932-0658087f49c3
2011-07-08 22:39:02 +00:00
patacongo
963a9cc1bc Correct several errors in STM32 serial port configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3744 42af7a65-404d-4744-a932-0658087f49c3
2011-07-04 22:38:45 +00:00
patacongo
8d94d297a0 Add stm32/nsh2 config; Add option to use any TTY for NSH console
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3743 42af7a65-404d-4744-a932-0658087f49c3
2011-07-04 19:52:43 +00:00
patacongo
fdb7f6b96d Change for clean compilation of Sure PIC32MX configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3742 42af7a65-404d-4744-a932-0658087f49c3
2011-07-03 17:14:27 +00:00
patacongo
6eb10caac8 Add board configuration for Sure Electronics PIC32MX board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3741 42af7a65-404d-4744-a932-0658087f49c3
2011-07-03 16:31:10 +00:00
patacongo
26c25b1057 Add support for accessing printf, sprintf, puts, etc. strings that do not lie in the MCU data space
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3738 42af7a65-404d-4744-a932-0658087f49c3
2011-07-01 19:08:04 +00:00
patacongo
dd615c2b19 RGMP build patches from Yu Qiang
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3735 42af7a65-404d-4744-a932-0658087f49c3
2011-06-23 12:32:20 +00:00
patacongo
b739f6936c Remove unused header files; eliminate warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3731 42af7a65-404d-4744-a932-0658087f49c3
2011-06-21 23:53:00 +00:00
patacongo
b5c2286ee9 Prep for 6.5 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3730 42af7a65-404d-4744-a932-0658087f49c3
2011-06-21 15:20:14 +00:00
patacongo
5481b7400d Add a USB mass storage example for AVR
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3727 42af7a65-404d-4744-a932-0658087f49c3
2011-06-20 19:07:22 +00:00
patacongo
94f060c8e1 Update documents and comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3723 42af7a65-404d-4744-a932-0658087f49c3
2011-06-18 15:49:59 +00:00
patacongo
69f22c5087 Use USART TX state consistently
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3720 42af7a65-404d-4744-a932-0658087f49c3
2011-06-17 18:22:23 +00:00
patacongo
b06aee5c4a Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3717 42af7a65-404d-4744-a932-0658087f49c3
2011-06-17 00:16:16 +00:00
patacongo
af2febfb60 Add configuratin for PJRC Teensy board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3716 42af7a65-404d-4744-a932-0658087f49c3
2011-06-16 23:00:20 +00:00
patacongo
48d2f1bca1 Documentatin update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3686 42af7a65-404d-4744-a932-0658087f49c3
2011-06-09 00:02:24 +00:00
patacongo
3a17f5c8b5 typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3676 42af7a65-404d-4744-a932-0658087f49c3
2011-06-06 16:00:20 +00:00
patacongo
fdc2b49bf8 Prep for 6.4 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3675 42af7a65-404d-4744-a932-0658087f49c3
2011-06-06 15:56:50 +00:00
patacongo
863485f49b Add a simple shell and configuration to verify the FTP client library
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3656 42af7a65-404d-4744-a932-0658087f49c3
2011-06-01 23:09:29 +00:00
patacongo
358aff8f25 atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3648 42af7a65-404d-4744-a932-0658087f49c3
2011-05-28 21:42:18 +00:00
patacongo
ca3ea08db4 Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3643 42af7a65-404d-4744-a932-0658087f49c3
2011-05-25 23:43:40 +00:00
patacongo
045b784f25 Add resource.h and fixed frequently cloned typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3642 42af7a65-404d-4744-a932-0658087f49c3
2011-05-24 19:11:47 +00:00
patacongo
0e59372648 Add E1000 PIC NIC driver from Yu Qiang
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3638 42af7a65-404d-4744-a932-0658087f49c3
2011-05-21 18:25:31 +00:00
patacongo
c374547263 Add initial CC1101 wireless logic from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3617 42af7a65-404d-4744-a932-0658087f49c3
2011-05-16 15:09:39 +00:00
patacongo
c4f47c6a74 Prep for 6.3 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3615 42af7a65-404d-4744-a932-0658087f49c3
2011-05-15 23:13:04 +00:00
patacongo
11dbf9fead More updates to README files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3610 42af7a65-404d-4744-a932-0658087f49c3
2011-05-14 18:38:09 +00:00
patacongo
15cda5b048 Update README files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3609 42af7a65-404d-4744-a932-0658087f49c3
2011-05-14 18:29:27 +00:00
patacongo
f70900a811 Implemented line-oriented buffering for std output
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3606 42af7a65-404d-4744-a932-0658087f49c3
2011-05-14 15:21:04 +00:00
patacongo
fde6683752 fclose() was not flushing buffered data
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3603 42af7a65-404d-4744-a932-0658087f49c3
2011-05-13 14:39:59 +00:00
patacongo
89e088a72b Modify standard header files to work with RGMP
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3596 42af7a65-404d-4744-a932-0658087f49c3
2011-05-12 18:07:05 +00:00
patacongo
376d9e586c First set of changes to incorporate the RGMP port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3595 42af7a65-404d-4744-a932-0658087f49c3
2011-05-12 17:42:01 +00:00
patacongo
9f4f54310e More PIC32 header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3589 42af7a65-404d-4744-a932-0658087f49c3
2011-05-11 17:21:47 +00:00
patacongo
c29957e6ea Ported Ficl to NuttX apps/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3584 42af7a65-404d-4744-a932-0658087f49c3
2011-05-10 18:18:19 +00:00
patacongo
30c2b91c8a Pascal now installs in the apps/ directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3583 42af7a65-404d-4744-a932-0658087f49c3
2011-05-10 15:50:23 +00:00
patacongo
a427755b85 Add directory structure to support PIC32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3579 42af7a65-404d-4744-a932-0658087f49c3
2011-05-08 21:38:47 +00:00
patacongo
67ec4659d1 Complets ram mapping logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3578 42af7a65-404d-4744-a932-0658087f49c3
2011-05-08 14:42:42 +00:00
patacongo
0552c1279b Add STM32 FLASH driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3573 42af7a65-404d-4744-a932-0658087f49c3
2011-05-07 16:59:20 +00:00
patacongo
66d5081229 More timer changes from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3572 42af7a65-404d-4744-a932-0658087f49c3
2011-05-06 21:10:00 +00:00
patacongo
f876df1039 Prep for 6.2 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3571 42af7a65-404d-4744-a932-0658087f49c3
2011-05-06 19:04:31 +00:00
patacongo
0514f6a8c7 Update README documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3543 42af7a65-404d-4744-a932-0658087f49c3
2011-04-30 17:41:08 +00:00
patacongo
a670c43eff Add 4.5.2 configuration for ARM920
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3539 42af7a65-404d-4744-a932-0658087f49c3
2011-04-29 00:20:11 +00:00
patacongo
92b70b2d6f Add GCC 4.5.2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3535 42af7a65-404d-4744-a932-0658087f49c3
2011-04-28 15:09:21 +00:00
patacongo
55af684260 Rename uptime to UTC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3528 42af7a65-404d-4744-a932-0658087f49c3
2011-04-20 14:12:52 +00:00
patacongo
651d9d9665 Minor OLED-related updates (still doesn't work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3522 42af7a65-404d-4744-a932-0658087f49c3
2011-04-18 20:13:54 +00:00
patacongo
1a610def49 Add DHCP server configuration for LPCXpresso
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3517 42af7a65-404d-4744-a932-0658087f49c3
2011-04-17 14:48:58 +00:00
patacongo
3c4904618a Fix bad conditional compilation that breaks THTTPD and dup2()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3511 42af7a65-404d-4744-a932-0658087f49c3
2011-04-16 01:04:17 +00:00
patacongo
2582a447d5 Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3505 42af7a65-404d-4744-a932-0658087f49c3
2011-04-14 19:17:41 +00:00
patacongo
dec0e47114 Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3503 42af7a65-404d-4744-a932-0658087f49c3
2011-04-14 16:52:58 +00:00
patacongo
320f1522de Fix error in strrch()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3501 42af7a65-404d-4744-a932-0658087f49c3
2011-04-13 22:47:04 +00:00
patacongo
ff475e2ea6 Correct an error in the top-level Makefile introduced in 6.1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3492 42af7a65-404d-4744-a932-0658087f49c3
2011-04-11 22:27:00 +00:00
patacongo
40e1646747 Fix mispelled name
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3490 42af7a65-404d-4744-a932-0658087f49c3
2011-04-10 18:50:16 +00:00
patacongo
6ee50c5113 Prep for 6.1 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3489 42af7a65-404d-4744-a932-0658087f49c3
2011-04-10 18:44:31 +00:00
patacongo
6ba4b1414a Add support for kernel-mode threads
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3478 42af7a65-404d-4744-a932-0658087f49c3
2011-04-07 14:39:55 +00:00
patacongo
75465bba4c Fix AVR build, Add hooks for kernel threads
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3477 42af7a65-404d-4744-a932-0658087f49c3
2011-04-07 01:54:59 +00:00
patacongo
343ee44de4 Integrate syscall with existing svcall logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3472 42af7a65-404d-4744-a932-0658087f49c3
2011-04-06 15:04:57 +00:00
patacongo
f59bddd6ff Add a layer to redirect kernel-mode memory manager accesses
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3466 42af7a65-404d-4744-a932-0658087f49c3
2011-04-05 15:50:01 +00:00
patacongo
f8bf60a519 New LIS331DL driver and VSN updates from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3457 42af7a65-404d-4744-a932-0658087f49c3
2011-04-03 14:26:05 +00:00
patacongo
51d5d04168 Kernel build mostly successful
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3454 42af7a65-404d-4744-a932-0658087f49c3
2011-04-02 15:25:22 +00:00
patacongo
fc4c9a40a5 Stubs are working/Proxies are close
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3451 42af7a65-404d-4744-a932-0658087f49c3
2011-04-01 21:36:17 +00:00
patacongo
35e17b7752 Add mksyscall tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3446 42af7a65-404d-4744-a932-0658087f49c3
2011-03-31 04:23:17 +00:00
patacongo
14bb4e4dce Move more files into subdirectories under lib/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3445 42af7a65-404d-4744-a932-0658087f49c3
2011-03-31 01:42:50 +00:00
patacongo
249c892e16 More changes from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3431 42af7a65-404d-4744-a932-0658087f49c3
2011-03-28 15:01:43 +00:00
patacongo
14d44c7c3b Incorporate changes from Uros Platise
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3419 42af7a65-404d-4744-a932-0658087f49c3
2011-03-26 01:04:10 +00:00
patacongo
630da1f48e Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-in
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3413 42af7a65-404d-4744-a932-0658087f49c3
2011-03-24 02:26:25 +00:00
patacongo
584a471f38 apps/ initialization now occurs during the earlier context build phase
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3412 42af7a65-404d-4744-a932-0658087f49c3
2011-03-24 00:28:50 +00:00
patacongo
6557566e96 Prep for 6.0 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3408 42af7a65-404d-4744-a932-0658087f49c3
2011-03-21 21:59:35 +00:00
patacongo
d4d0dd8faf Move nuttx/examples to apps/examples
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3405 42af7a65-404d-4744-a932-0658087f49c3
2011-03-20 18:18:19 +00:00
patacongo
c1dc28d806 Fix nxflat build error on Ubuntu
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3404 42af7a65-404d-4744-a932-0658087f49c3
2011-03-19 23:36:26 +00:00
patacongo
1eade7e76b Move nuttx/netutils to apps/netutils
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3401 42af7a65-404d-4744-a932-0658087f49c3
2011-03-19 21:04:13 +00:00
patacongo
c374539593 Move VSN apps to apps/vsn
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3397 42af7a65-404d-4744-a932-0658087f49c3
2011-03-19 15:02:01 +00:00
patacongo
580ff5b159 Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
2011-03-18 20:35:31 +00:00
patacongo
2e9977373c apps/ update from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3392 42af7a65-404d-4744-a932-0658087f49c3
2011-03-18 18:31:26 +00:00
patacongo
16a7314cad Update to apps/build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3391 42af7a65-404d-4744-a932-0658087f49c3
2011-03-18 17:22:50 +00:00
patacongo
4845a989c7 Make RTL8187 driver an add-on
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3390 42af7a65-404d-4744-a932-0658087f49c3
2011-03-18 14:41:22 +00:00
patacongo
eb789a2e1c Fix QEMU timer interrupt handler
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3389 42af7a65-404d-4744-a932-0658087f49c3
2011-03-17 22:33:49 +00:00
patacongo
db61db7587 Documentation updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3388 42af7a65-404d-4744-a932-0658087f49c3
2011-03-17 13:44:45 +00:00
patacongo
a5a668c516 SLIP is now basically functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3386 42af7a65-404d-4744-a932-0658087f49c3
2011-03-16 02:10:51 +00:00
patacongo
f7870b1fdf Add apps/poweroff lpc17 hardware handshake
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3380 42af7a65-404d-4744-a932-0658087f49c3
2011-03-14 20:50:46 +00:00
patacongo
acae4b24e0 SLIP corrections
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3376 42af7a65-404d-4744-a932-0658087f49c3
2011-03-13 15:12:31 +00:00
patacongo
0f5a1bacaf Prep for 5.19 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3373 42af7a65-404d-4744-a932-0658087f49c3
2011-03-12 22:09:14 +00:00
patacongo
ffc025bb1d Add SLIP test configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3371 42af7a65-404d-4744-a932-0658087f49c3
2011-03-12 16:33:55 +00:00
patacongo
aa691aabce More support for SLIP data link protocol
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3370 42af7a65-404d-4744-a932-0658087f49c3
2011-03-12 15:36:28 +00:00
patacongo
a06b28b245 Add SLIP driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3369 42af7a65-404d-4744-a932-0658087f49c3
2011-03-12 03:42:08 +00:00
patacongo
21661ff6d0 Fix nsh/apps bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3367 42af7a65-404d-4744-a932-0658087f49c3
2011-03-11 20:16:17 +00:00
patacongo
71282cc3b0 Add QEMU NSH configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3358 42af7a65-404d-4744-a932-0658087f49c3
2011-03-10 04:13:44 +00:00
patacongo
c6c3346627 misc QEMU fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3351 42af7a65-404d-4744-a932-0658087f49c3
2011-03-08 01:24:42 +00:00
patacongo
0f1b3c978a Add support for platoform specific ROMFS startup files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3350 42af7a65-404d-4744-a932-0658087f49c3
2011-03-08 00:27:35 +00:00
patacongo
aeef4c3db0 Add i486 toolchain support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3349 42af7a65-404d-4744-a932-0658087f49c3
2011-03-07 02:53:37 +00:00
patacongo
dc7cda51c9 Add support for RAMTRON NVRAM devices
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3347 42af7a65-404d-4744-a932-0658087f49c3
2011-03-06 15:39:02 +00:00
patacongo
947ba17135 Fix QEMU build target name
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3345 42af7a65-404d-4744-a932-0658087f49c3
2011-03-06 03:32:15 +00:00
patacongo
d01ad9777b Correct STM32 SPI3 bug reported by Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3343 42af7a65-404d-4744-a932-0658087f49c3
2011-03-06 00:19:59 +00:00
patacongo
b0cbf7e2a6 Add a stub for the QEMU serial driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3341 42af7a65-404d-4744-a932-0658087f49c3
2011-03-05 20:05:01 +00:00
patacongo
6f021c7086 SDIO-based MMC/SD fixes from Uros Platise
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3334 42af7a65-404d-4744-a932-0658087f49c3
2011-03-04 13:14:04 +00:00
patacongo
6a9272c5f7 typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3333 42af7a65-404d-4744-a932-0658087f49c3
2011-03-03 23:15:50 +00:00
patacongo
b4401b0716 Port the mm/mm_test.c logic to examples/mm
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3330 42af7a65-404d-4744-a932-0658087f49c3
2011-03-02 18:47:32 +00:00
patacongo
e9708aa027 Add logic to sleep in lpc17xx idle loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3329 42af7a65-404d-4744-a932-0658087f49c3
2011-03-02 14:43:28 +00:00
patacongo
5c13e39219 Fix and clarity 'kill' documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3328 42af7a65-404d-4744-a932-0658087f49c3
2011-03-02 00:47:12 +00:00
patacongo
962b818f68 Fix pipe/fifo open logic: semaphore wait in open() must abort if a signal is received
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3327 42af7a65-404d-4744-a932-0658087f49c3
2011-03-02 00:33:42 +00:00
patacongo
c99882a842 Fix NSH redirection hang
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3326 42af7a65-404d-4744-a932-0658087f49c3
2011-03-01 02:32:50 +00:00
patacongo
b212049ba6 Rename NSH mem command to free
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3325 42af7a65-404d-4744-a932-0658087f49c3
2011-02-28 12:48:23 +00:00
patacongo
05ddd9d835 cat and cp need to exit if a signal is recieved
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3323 42af7a65-404d-4744-a932-0658087f49c3
2011-02-27 18:28:49 +00:00
patacongo
9847e89276 Add NSH kill command
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3322 42af7a65-404d-4744-a932-0658087f49c3
2011-02-27 17:26:06 +00:00
patacongo
781be650ae Add support for the ISOTEL NetClamps VSN board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3321 42af7a65-404d-4744-a932-0658087f49c3
2011-02-27 15:42:07 +00:00
patacongo
1eed02c74c Add configuration for Future Electronics Group NE64 Badge board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3316 42af7a65-404d-4744-a932-0658087f49c3
2011-02-25 18:46:06 +00:00
patacongo
4f63c7fafd Rename arch/pjrc-8051 to arch/8051
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3315 42af7a65-404d-4744-a932-0658087f49c3
2011-02-25 00:00:04 +00:00
patacongo
634457fa89 Fix potential memory leak
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3312 42af7a65-404d-4744-a932-0658087f49c3
2011-02-23 12:09:09 +00:00
patacongo
f22899e80d Fix getopt bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3310 42af7a65-404d-4744-a932-0658087f49c3
2011-02-23 02:08:33 +00:00
patacongo
c12385678d Add HID parser from LUFA
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3303 42af7a65-404d-4744-a932-0658087f49c3
2011-02-19 23:07:58 +00:00
patacongo
7198962d1b m9s12x context save structure
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3298 42af7a65-404d-4744-a932-0658087f49c3
2011-02-16 01:45:35 +00:00
patacongo
c0cf17b8ce Change all CVS references to SVN
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3295 42af7a65-404d-4744-a932-0658087f49c3
2011-02-14 13:46:26 +00:00
patacongo
41015056b4 Rename mc9s12ne64 directories and files to just m9s12
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3288 42af7a65-404d-4744-a932-0658087f49c3
2011-02-13 20:00:48 +00:00
patacongo
54cb5fbb09 RTL18189 infrastructure
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3285 42af7a65-404d-4744-a932-0658087f49c3
2011-02-12 19:17:37 +00:00
patacongo
47c3503966 Add logic to get the VID and PID
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3282 42af7a65-404d-4744-a932-0658087f49c3
2011-02-11 02:36:01 +00:00
patacongo
8fff6966fc Don' depend on uname -o working
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3281 42af7a65-404d-4744-a932-0658087f49c3
2011-02-11 01:30:40 +00:00
patacongo
82872642cd Add fiberdownload links
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3276 42af7a65-404d-4744-a932-0658087f49c3
2011-01-24 19:53:49 +00:00
patacongo
3d786e9cd9 Incorporate uIP patches
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3274 42af7a65-404d-4744-a932-0658087f49c3
2011-01-23 17:40:10 +00:00
patacongo
c4e91a2617 Prep for NuttX-5.17
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3267 42af7a65-404d-4744-a932-0658087f49c3
2011-01-20 02:41:15 +00:00
patacongo
4affc9b5f7 Fix more issues detected by CppCheck tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3264 42af7a65-404d-4744-a932-0658087f49c3
2011-01-19 21:17:37 +00:00
patacongo
7e6b81b8d4 Fix issues detected by CppCheck tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3261 42af7a65-404d-4744-a932-0658087f49c3
2011-01-19 20:02:23 +00:00
patacongo
65cceb4384 Basic HID keyboard funcionality. More testing is needed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3260 42af7a65-404d-4744-a932-0658087f49c3
2011-01-19 04:17:45 +00:00
patacongo
e79cd40426 Make space for int/isoc endpoint support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3254 42af7a65-404d-4744-a932-0658087f49c3
2011-01-16 14:02:42 +00:00
patacongo
1e0fc4f553 Many changes in preparation for HID keyboard
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3253 42af7a65-404d-4744-a932-0658087f49c3
2011-01-15 22:30:23 +00:00
patacongo
5213a669cb Update README index
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3246 42af7a65-404d-4744-a932-0658087f49c3
2011-01-12 04:45:23 +00:00
patacongo
a0949aeed6 Framework for HID keyboard -- not much there yet
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3245 42af7a65-404d-4744-a932-0658087f49c3
2011-01-12 04:03:57 +00:00
patacongo
8b40b21472 Prep for 5.16 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3241 42af7a65-404d-4744-a932-0658087f49c3
2011-01-11 02:02:28 +00:00
patacongo
35fc7273d0 Improve endpoint management
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3240 42af7a65-404d-4744-a932-0658087f49c3
2011-01-11 01:41:06 +00:00
patacongo
bb77d00e75 Add LCD driver documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3239 42af7a65-404d-4744-a932-0658087f49c3
2011-01-09 18:37:11 +00:00
patacongo
3c7c2266e6 typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3238 42af7a65-404d-4744-a932-0658087f49c3
2011-01-09 17:59:41 +00:00
patacongo
eb27ffbed5 Add USB host documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3237 42af7a65-404d-4744-a932-0658087f49c3
2011-01-09 17:26:41 +00:00
patacongo
771460ca0d Correct logic that turns on USB host power
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3224 42af7a65-404d-4744-a932-0658087f49c3
2010-12-31 17:25:24 +00:00
patacongo
7b31228b0d Handling missing RHSC interrupt
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3223 42af7a65-404d-4744-a932-0658087f49c3
2010-12-30 23:08:46 +00:00
patacongo
2401db0248 update usb host docs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3218 42af7a65-404d-4744-a932-0658087f49c3
2010-12-23 02:06:23 +00:00
patacongo
0205611b72 Final cleanup before testing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3203 42af7a65-404d-4744-a932-0658087f49c3
2010-12-21 01:10:29 +00:00
patacongo
74cac0526d Create include/nuttx/usb directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3170 42af7a65-404d-4744-a932-0658087f49c3
2010-12-14 03:33:39 +00:00
patacongo
7b0f520210 Prep for 5.15 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3169 42af7a65-404d-4744-a932-0658087f49c3
2010-12-12 14:11:57 +00:00
patacongo
4234f96d0a LCD bug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3166 42af7a65-404d-4744-a932-0658087f49c3
2010-12-07 03:06:19 +00:00
patacongo
7b8f5e79b5 Add NX configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3165 42af7a65-404d-4744-a932-0658087f49c3
2010-12-06 05:15:14 +00:00
patacongo
d7780dba29 USB class drivers need to call DEV_CONNECT
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3159 42af7a65-404d-4744-a932-0658087f49c3
2010-12-04 17:35:19 +00:00
patacongo
a7e484cbbd P14201 driver now uses new SPI cmddata method
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3158 42af7a65-404d-4744-a932-0658087f49c3
2010-12-04 01:56:50 +00:00
patacongo
62a318118e Debuggin SPI-based MicroSD card
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3147 42af7a65-404d-4744-a932-0658087f49c3
2010-11-30 01:55:22 +00:00
patacongo
3c21e38080 Enable network and SD/MMC card support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3145 42af7a65-404d-4744-a932-0658087f49c3
2010-11-28 17:26:08 +00:00
patacongo
88fb2e4585 nettest now uses only 8Kb for packet buffers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3143 42af7a65-404d-4744-a932-0658087f49c3
2010-11-28 14:13:58 +00:00
patacongo
c026442560 Fix missing ARP entry problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3139 42af7a65-404d-4744-a932-0658087f49c3
2010-11-27 23:15:39 +00:00
patacongo
83c8203cc4 Prep for 5.14 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3137 42af7a65-404d-4744-a932-0658087f49c3
2010-11-27 18:46:40 +00:00
patacongo
eebdc48957 Fix un-acked backlog coordinatin bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3133 42af7a65-404d-4744-a932-0658087f49c3
2010-11-26 05:26:27 +00:00
patacongo
29353ec009 Restore uip_arp_ipin()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3131 42af7a65-404d-4744-a932-0658087f49c3
2010-11-25 20:32:51 +00:00
patacongo
37be1287f6 Add thttpd configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3126 42af7a65-404d-4744-a932-0658087f49c3
2010-11-24 02:48:11 +00:00
patacongo
4f7c280b35 Fix Cortex-M3 nested interrupt hard fault
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3119 42af7a65-404d-4744-a932-0658087f49c3
2010-11-20 00:39:29 +00:00
patacongo
77dc473cda Fix error in timer_settime()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3117 42af7a65-404d-4744-a932-0658087f49c3
2010-11-17 12:08:25 +00:00
patacongo
6c1b90609e Add PHY init logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3100 42af7a65-404d-4744-a932-0658087f49c3
2010-11-12 04:21:23 +00:00
patacongo
9ceabf0abf Prep for 5.13 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3093 42af7a65-404d-4744-a932-0658087f49c3
2010-11-10 01:40:41 +00:00
patacongo
b882ecf752 Config documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3082 42af7a65-404d-4744-a932-0658087f49c3
2010-11-06 17:01:13 +00:00
patacongo
e7e008f0cb Add support for the Olimex LPC1766-STK board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3079 42af7a65-404d-4744-a932-0658087f49c3
2010-11-06 15:55:07 +00:00
patacongo
4e6c1cb220 Progress debugging serial driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3078 42af7a65-404d-4744-a932-0658087f49c3
2010-11-06 02:42:59 +00:00
patacongo
0fc93da297 The AVR32 port now passes the OS test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3075 42af7a65-404d-4744-a932-0658087f49c3
2010-11-05 03:48:09 +00:00
patacongo
7051c5eac5 Fix big-time naming error -- what was I thinking?
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3060 42af7a65-404d-4744-a932-0658087f49c3
2010-10-30 00:51:45 +00:00
patacongo
5932d41f24 Add strnlen()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3054 42af7a65-404d-4744-a932-0658087f49c3
2010-10-27 20:54:11 +00:00
patacongo
e09c062c88 Fix a signal trampoline bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3053 42af7a65-404d-4744-a932-0658087f49c3
2010-10-27 01:46:08 +00:00
patacongo
87c6359f30 update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3037 42af7a65-404d-4744-a932-0658087f49c3
2010-10-18 15:41:36 +00:00
patacongo
08743ccf9a Add labs(), llabs(), and imaxabs()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2986 42af7a65-404d-4744-a932-0658087f49c3
2010-10-09 21:12:49 +00:00
patacongo
3377bff745 Add clock initialization logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2985 42af7a65-404d-4744-a932-0658087f49c3
2010-10-09 20:58:50 +00:00
patacongo
f628645612 Add Cygwin build note
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2979 42af7a65-404d-4744-a932-0658087f49c3
2010-10-08 12:33:31 +00:00
patacongo
53d138c194 Prep for 5.11 Release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2960 42af7a65-404d-4744-a932-0658087f49c3
2010-10-02 00:55:32 +00:00
patacongo
6665f7fda8 corrections to the lm3s8962 port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2952 42af7a65-404d-4744-a932-0658087f49c3
2010-09-29 02:19:29 +00:00
patacongo
01f6b684de Fix bug in prio inheritance test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2951 42af7a65-404d-4744-a932-0658087f49c3
2010-09-29 02:07:39 +00:00
patacongo
1d62041d04 Add driver for Atmel AT45DB161 FLASH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2940 42af7a65-404d-4744-a932-0658087f49c3
2010-09-12 02:22:13 +00:00
patacongo
8e23ff0628 Back out M25P support -- its not ready yet
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2939 42af7a65-404d-4744-a932-0658087f49c3
2010-09-11 03:24:26 +00:00
patacongo
18d07b7ddf Add M25Px as paging source
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2937 42af7a65-404d-4744-a932-0658087f49c3
2010-09-11 01:58:26 +00:00
patacongo
8a1b11da8b Fix race condition when semaphore wait is interrupted by a signl
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2935 42af7a65-404d-4744-a932-0658087f49c3
2010-09-10 02:34:19 +00:00
patacongo
03f38ddb79 Add some SD file paging logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2932 42af7a65-404d-4744-a932-0658087f49c3
2010-09-08 22:06:38 +00:00
patacongo
61753a1b78 Implement SD-based paging for EA3131
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2931 42af7a65-404d-4744-a932-0658087f49c3
2010-09-08 17:38:44 +00:00
patacongo
e307606fbf Forgot to move some text
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2929 42af7a65-404d-4744-a932-0658087f49c3
2010-09-08 02:09:49 +00:00
patacongo
ea9632faaa Prep for 5.10 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2928 42af7a65-404d-4744-a932-0658087f49c3
2010-09-08 01:53:23 +00:00
patacongo
5686ad9dbe paging debug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2922 42af7a65-404d-4744-a932-0658087f49c3
2010-09-05 19:13:48 +00:00
patacongo
ba20c932d8 Forgot to mention contributor
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2917 42af7a65-404d-4744-a932-0658087f49c3
2010-09-03 17:41:39 +00:00
patacongo
633b389fd4 Add EKC-LM3S8962 info
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2916 42af7a65-404d-4744-a932-0658087f49c3
2010-09-03 17:31:58 +00:00
patacongo
aeceaffcfe Add LM3S8962 support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2914 42af7a65-404d-4744-a932-0658087f49c3
2010-09-03 15:14:28 +00:00
patacongo
099a9cf7f1 Add paging debug instrumentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2899 42af7a65-404d-4744-a932-0658087f49c3
2010-08-31 02:21:12 +00:00
patacongo
bc0ccccca8 Two pass build for on-demand paging now works
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2896 42af7a65-404d-4744-a932-0658087f49c3
2010-08-29 14:27:58 +00:00
patacongo
4fb60ab7bf Replace CONFIG_EXAMPLE with CONFIG_APP_DIR
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2893 42af7a65-404d-4744-a932-0658087f49c3
2010-08-28 18:06:51 +00:00
patacongo
dcc05183a5 update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2892 42af7a65-404d-4744-a932-0658087f49c3
2010-08-28 02:44:03 +00:00
patacongo
2ab444fb31 Prep for 5.9 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2887 42af7a65-404d-4744-a932-0658087f49c3
2010-08-26 01:16:40 +00:00
patacongo
4f9a0c6e33 Extend CodeSourcery & production OSD support to other configs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2884 42af7a65-404d-4744-a932-0658087f49c3
2010-08-25 11:03:59 +00:00
patacongo
2fe27b850b Fix demand-paging compilation errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2879 42af7a65-404d-4744-a932-0658087f49c3
2010-08-22 03:44:18 +00:00
patacongo
fcef745b21 Update On-demand paging documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2877 42af7a65-404d-4744-a932-0658087f49c3
2010-08-22 00:48:43 +00:00
patacongo
de637c5e15 Basic page allocation logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2874 42af7a65-404d-4744-a932-0658087f49c3
2010-08-21 19:17:39 +00:00
patacongo
62c67eca5f Fix compile error in usbdev_serial.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2867 42af7a65-404d-4744-a932-0658087f49c3
2010-08-18 23:27:36 +00:00
patacongo
7e1f9e7427 Add on-demand paging support to ARM9 prefetch abort handler
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2860 42af7a65-404d-4744-a932-0658087f49c3
2010-08-17 01:37:39 +00:00
patacongo
e07692f46b Document on-demand paging configuration settings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2858 42af7a65-404d-4744-a932-0658087f49c3
2010-08-15 21:50:50 +00:00
patacongo
f9060631fc Add logic to drop the priority of the page fill task
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2857 42af7a65-404d-4744-a932-0658087f49c3
2010-08-15 16:50:25 +00:00
patacongo
b12fa96569 update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2855 42af7a65-404d-4744-a932-0658087f49c3
2010-08-15 15:24:08 +00:00
patacongo
c1909a79a2 Demand paging documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2854 42af7a65-404d-4744-a932-0658087f49c3
2010-08-15 15:13:34 +00:00
patacongo
e6b88aa398 Completes demand paging core implementation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2853 42af7a65-404d-4744-a932-0658087f49c3
2010-08-15 15:02:45 +00:00
patacongo
458623695b update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2852 42af7a65-404d-4744-a932-0658087f49c3
2010-08-14 16:42:20 +00:00
patacongo
009e2592e3 paging documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2851 42af7a65-404d-4744-a932-0658087f49c3
2010-08-14 03:51:03 +00:00
patacongo
8d4c709df5 update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2848 42af7a65-404d-4744-a932-0658087f49c3
2010-08-13 03:47:09 +00:00
patacongo
239a6bffb3 Add changes for LM3S9B96
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2841 42af7a65-404d-4744-a932-0658087f49c3
2010-08-12 01:49:25 +00:00
patacongo
0b851665c3 update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2838 42af7a65-404d-4744-a932-0658087f49c3
2010-08-10 04:22:06 +00:00
patacongo
f962f933ab Fix rectangle logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2831 42af7a65-404d-4744-a932-0658087f49c3
2010-08-08 13:33:10 +00:00
patacongo
ca477192f9 Misc USB device driver debug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2828 42af7a65-404d-4744-a932-0658087f49c3
2010-08-07 01:48:15 +00:00
patacongo
c9b789f53c gmane needs target=top
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2827 42af7a65-404d-4744-a932-0658087f49c3
2010-08-06 23:11:47 +00:00
patacongo
7d363fe209 Fix alignment
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2826 42af7a65-404d-4744-a932-0658087f49c3
2010-08-06 22:41:07 +00:00
patacongo
5966f664d6 Add RSS and gmane links
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2825 42af7a65-404d-4744-a932-0658087f49c3
2010-08-06 22:32:09 +00:00
patacongo
a197314b01 DHCP-related documentation updates/warning fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2824 42af7a65-404d-4744-a932-0658087f49c3
2010-08-06 16:14:02 +00:00
patacongo
d8e2f1f522 Fix workaround description
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2818 42af7a65-404d-4744-a932-0658087f49c3
2010-07-30 12:41:02 +00:00
patacongo
fb3d731457 Add instructions for 32-bit sim build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2814 42af7a65-404d-4744-a932-0658087f49c3
2010-07-27 12:39:19 +00:00
patacongo
0fb7ac79c9 Prep for 5.8 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2810 42af7a65-404d-4744-a932-0658087f49c3
2010-07-18 15:30:23 +00:00
patacongo
6f0be13500 LPC17xx USBDEV driver now compiles (still untested)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2805 42af7a65-404d-4744-a932-0658087f49c3
2010-07-16 03:01:05 +00:00
patacongo
f4a9ce9044 IGMP debug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2790 42af7a65-404d-4744-a932-0658087f49c3
2010-07-13 02:29:09 +00:00
patacongo
f1d00ca95f IGMP confi options
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2789 42af7a65-404d-4744-a932-0658087f49c3
2010-07-12 16:18:44 +00:00
patacongo
2e9c7c48b2 Add beginning of IGMP test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2787 42af7a65-404d-4744-a932-0658087f49c3
2010-07-11 18:31:35 +00:00
patacongo
d5c4ca043f More IGMP logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2779 42af7a65-404d-4744-a932-0658087f49c3
2010-07-08 03:04:04 +00:00
patacongo
83f5b14dc9 HTML error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2774 42af7a65-404d-4744-a932-0658087f49c3
2010-07-05 22:11:09 +00:00
patacongo
8dbb5b3047 Add another frame
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2772 42af7a65-404d-4744-a932-0658087f49c3
2010-07-04 14:54:42 +00:00
patacongo
ca7fac2359 Fix SSP0 hard fault
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2771 42af7a65-404d-4744-a932-0658087f49c3
2010-07-04 13:50:14 +00:00
patacongo
6d64de01a6 Add NTFS mklinks discussion
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2769 42af7a65-404d-4744-a932-0658087f49c3
2010-07-03 15:32:45 +00:00
patacongo
cf48d7bbfe Fix missing PCONP bit definition to enable GPIO
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2768 42af7a65-404d-4744-a932-0658087f49c3
2010-07-03 04:58:51 +00:00
patacongo
af46b8e73c GPIO debug-related fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2767 42af7a65-404d-4744-a932-0658087f49c3
2010-07-03 01:35:53 +00:00
patacongo
c37ab26194 update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2766 42af7a65-404d-4744-a932-0658087f49c3
2010-06-30 23:12:17 +00:00
patacongo
aa2a083056 Prep for 5.7 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2760 42af7a65-404d-4744-a932-0658087f49c3
2010-06-23 02:19:16 +00:00
patacongo
7616bdf704 Add README for Nucleus2G
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2740 42af7a65-404d-4744-a932-0658087f49c3
2010-06-12 01:29:35 +00:00
patacongo
a00bdff06d Add interrupt control logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2733 42af7a65-404d-4744-a932-0658087f49c3
2010-06-06 17:11:15 +00:00
patacongo
5ad8b1146a Prep for 5.6 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2727 42af7a65-404d-4744-a932-0658087f49c3
2010-06-05 15:34:31 +00:00
patacongo
20e326098d Fix HTML error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2725 42af7a65-404d-4744-a932-0658087f49c3
2010-06-04 19:15:26 +00:00
patacongo
09b298c5ec Fix HTML error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2724 42af7a65-404d-4744-a932-0658087f49c3
2010-06-04 19:07:13 +00:00
patacongo
e54e4b3951 Add LPC313x I2C+SPI drivers and fixes for USB driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2702 42af7a65-404d-4744-a932-0658087f49c3
2010-05-26 13:02:39 +00:00
patacongo
210682a690 Finish framebuffer support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2672 42af7a65-404d-4744-a932-0658087f49c3
2010-05-15 18:57:24 +00:00
patacongo
7c23ed0b1f In progress changes for OLED display work
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2669 42af7a65-404d-4744-a932-0658087f49c3
2010-05-15 01:15:52 +00:00
patacongo
7bef4d83f0 Add skeleton of P14201 driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2664 42af7a65-404d-4744-a932-0658087f49c3
2010-05-11 03:55:28 +00:00
patacongo
b6d65bea5f Add LM3S6965 NSH configuration + Prep for 5.5 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2659 42af7a65-404d-4744-a932-0658087f49c3
2010-05-09 16:36:07 +00:00
patacongo
ae78cafe4a Add floating point support to printf
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2656 42af7a65-404d-4744-a932-0658087f49c3
2010-05-08 03:10:51 +00:00
patacongo
29606ecb71 Add LM3S6965 configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2655 42af7a65-404d-4744-a932-0658087f49c3
2010-05-07 04:20:12 +00:00
patacongo
e09179951f Add ENC28J60 Interrupt
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2651 42af7a65-404d-4744-a932-0658087f49c3
2010-05-06 00:08:02 +00:00
patacongo
e3a83d119a Basic enc29j80 init logic exercised
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2650 42af7a65-404d-4744-a932-0658087f49c3
2010-05-04 01:28:47 +00:00
patacongo
24708b829d Add XTI support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2645 42af7a65-404d-4744-a932-0658087f49c3
2010-05-02 21:58:00 +00:00
patacongo
4e5c67bf65 Add nettest config for str-p711 using enc28j60
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2642 42af7a65-404d-4744-a932-0658087f49c3
2010-05-01 19:21:06 +00:00
patacongo
d77a4d6cb0 Add skeleton of ENC28J60 ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2627 42af7a65-404d-4744-a932-0658087f49c3
2010-04-25 21:24:12 +00:00
patacongo
e612a4fc7c Prep for 5.4 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2626 42af7a65-404d-4744-a932-0658087f49c3
2010-04-24 00:27:11 +00:00
patacongo
fb7845d7e3 sam3u LCD driver is code complete (but untested)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2619 42af7a65-404d-4744-a932-0658087f49c3
2010-04-20 02:20:42 +00:00
patacongo
aca4fca9cd Updated README's
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2603 42af7a65-404d-4744-a932-0658087f49c3
2010-04-17 14:12:11 +00:00
patacongo
07550ad5c9 update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2601 42af7a65-404d-4744-a932-0658087f49c3
2010-04-17 11:42:47 +00:00
patacongo
3020c0c221 Add configuration to select LCD driver for NX
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2596 42af7a65-404d-4744-a932-0658087f49c3
2010-04-17 01:53:49 +00:00
patacongo
2e79c1f3ee Add a README
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2592 42af7a65-404d-4744-a932-0658087f49c3
2010-04-14 01:17:42 +00:00
patacongo
022af50c0f Prep for 5.3 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2589 42af7a65-404d-4744-a932-0658087f49c3
2010-04-11 19:44:36 +00:00
patacongo
6a1b3d2c78 Fix PIO interface bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2586 42af7a65-404d-4744-a932-0658087f49c3
2010-04-11 18:07:49 +00:00
patacongo
3e16c93178 lpc2378 port contributed by Rommel Marcelo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2579 42af7a65-404d-4744-a932-0658087f49c3
2010-04-09 01:14:24 +00:00
patacongo
88c7b68b57 lpc313x update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2574 42af7a65-404d-4744-a932-0658087f49c3
2010-04-04 16:40:18 +00:00
patacongo
a9f32ec06c update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2565 42af7a65-404d-4744-a932-0658087f49c3
2010-03-28 21:45:37 +00:00
patacongo
4d7e930549 Prep for 5.2 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2550 42af7a65-404d-4744-a932-0658087f49c3
2010-03-19 01:14:31 +00:00
patacongo
f94f6ca6d3 Add NSH configuration for the lpc313x
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2549 42af7a65-404d-4744-a932-0658087f49c3
2010-03-17 02:31:41 +00:00
patacongo
3ec0372296 Bug fixes by David Hewson
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2545 42af7a65-404d-4744-a932-0658087f49c3
2010-03-16 00:59:09 +00:00
patacongo
4065117eed Add config to enable floating point support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2542 42af7a65-404d-4744-a932-0658087f49c3
2010-03-14 17:54:16 +00:00
patacongo
e1a87e5d7d Add strtod
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2541 42af7a65-404d-4744-a932-0658087f49c3
2010-03-14 15:10:16 +00:00
patacongo
a91097518d Fix problem in access PIOB and C
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2533 42af7a65-404d-4744-a932-0658087f49c3
2010-01-31 01:42:04 +00:00
patacongo
985a4e3139 Prep for 5.1 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2532 42af7a65-404d-4744-a932-0658087f49c3
2010-01-30 18:04:23 +00:00
patacongo
61794dff2b Added NSH configure for SAM3U
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2531 42af7a65-404d-4744-a932-0658087f49c3
2010-01-30 05:10:39 +00:00
patacongo
7ea7d9fcc5 Add README
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2521 42af7a65-404d-4744-a932-0658087f49c3
2010-01-22 03:45:25 +00:00
patacongo
6d9e83fed5 Add CRC32 to lib/; add tool to make lpc313x bootloader images
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2506 42af7a65-404d-4744-a932-0658087f49c3
2010-01-16 02:12:48 +00:00
patacongo
4ca7b94249 Add basic framework for SAM3U
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2473 42af7a65-404d-4744-a932-0658087f49c3
2009-12-31 22:30:26 +00:00
patacongo
dc7749080c update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2472 42af7a65-404d-4744-a932-0658087f49c3
2009-12-31 20:39:23 +00:00
patacongo
5d50d09c54 README update + lpc313x now links to ISRAM addresses
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2471 42af7a65-404d-4744-a932-0658087f49c3
2009-12-31 20:23:07 +00:00
patacongo
7a5dffc055 Add lpc313x header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2414 42af7a65-404d-4744-a932-0658087f49c3
2009-12-23 20:46:41 +00:00
patacongo
b8bd16889e Update README info
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2408 42af7a65-404d-4744-a932-0658087f49c3
2009-12-22 00:41:38 +00:00
patacongo
2a26424594 Prep for 5.0 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2405 42af7a65-404d-4744-a932-0658087f49c3
2009-12-21 16:29:49 +00:00
patacongo
454134fecb Add casts to eliminate warnings when sizeof(int) is 16-bits
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2401 42af7a65-404d-4744-a932-0658087f49c3
2009-12-20 22:35:35 +00:00
patacongo
23a6aea4e7 Fix an error in the handling of TCP/IP sequence numbers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2392 42af7a65-404d-4744-a932-0658087f49c3
2009-12-19 22:05:12 +00:00
patacongo
4c3551a2c8 update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2391 42af7a65-404d-4744-a932-0658087f49c3
2009-12-18 22:36:24 +00:00
patacongo
3a6129ba2e Fixes for clean NX compile/link
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2374 42af7a65-404d-4744-a932-0658087f49c3
2009-12-17 19:24:18 +00:00
patacongo
10e37ac9d9 Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2360 42af7a65-404d-4744-a932-0658087f49c3
2009-12-16 20:30:06 +00:00
patacongo
7131ec688d Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2335 42af7a65-404d-4744-a932-0658087f49c3
2009-12-14 15:46:55 +00:00
patacongo
c2d264378c types blkcnt_t and off_t should not depend on memory model; Remove non-standard type STATUS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2330 42af7a65-404d-4744-a932-0658087f49c3
2009-12-13 18:01:46 +00:00
patacongo
4822754c55 Oops, didn't update TOC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2325 42af7a65-404d-4744-a932-0658087f49c3
2009-12-12 15:21:02 +00:00
patacongo
a1590d62a3 Update porting guide
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2324 42af7a65-404d-4744-a932-0658087f49c3
2009-12-12 15:16:44 +00:00
patacongo
b5cb464219 Update backup logo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2318 42af7a65-404d-4744-a932-0658087f49c3
2009-12-08 20:03:34 +00:00
patacongo
3b57a31948 Final logo images (hopefully)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2317 42af7a65-404d-4744-a932-0658087f49c3
2009-12-08 19:17:53 +00:00
patacongo
2aaa58664f Big logo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2316 42af7a65-404d-4744-a932-0658087f49c3
2009-12-08 15:37:46 +00:00
patacongo
09cfa68870 Add more links
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2315 42af7a65-404d-4744-a932-0658087f49c3
2009-12-07 19:34:31 +00:00
patacongo
27fa331c40 Other logo options
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2314 42af7a65-404d-4744-a932-0658087f49c3
2009-12-07 16:38:44 +00:00
patacongo
bf40f79dba Updated graphics
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2313 42af7a65-404d-4744-a932-0658087f49c3
2009-12-07 15:02:08 +00:00
patacongo
f1e0412888 Updated logos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2312 42af7a65-404d-4744-a932-0658087f49c3
2009-12-06 19:17:44 +00:00
patacongo
fc5e747714 Updated logos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2311 42af7a65-404d-4744-a932-0658087f49c3
2009-12-06 19:08:26 +00:00
patacongo
9c3254882c Updated logos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2310 42af7a65-404d-4744-a932-0658087f49c3
2009-12-06 18:13:37 +00:00
patacongo
c5fc508659 bigger logo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2309 42af7a65-404d-4744-a932-0658087f49c3
2009-12-06 16:48:27 +00:00
patacongo
2c00f8520e Add FTL logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2307 42af7a65-404d-4744-a932-0658087f49c3
2009-12-06 00:19:50 +00:00
patacongo
ebbd32dd39 Add framework to support HC12
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2301 42af7a65-404d-4744-a932-0658087f49c3
2009-12-03 17:24:42 +00:00
patacongo
503bea5e95 Prep for 4.14 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2296 42af7a65-404d-4744-a932-0658087f49c3
2009-12-02 17:38:15 +00:00
patacongo
34c5c41cc7 Fix a problem with TX status on resume from stall
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2295 42af7a65-404d-4744-a932-0658087f49c3
2009-12-01 21:14:56 +00:00
patacongo
72a06e7773 Add STM32-specific logic for examples/usbstorage
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2291 42af7a65-404d-4744-a932-0658087f49c3
2009-11-30 16:19:31 +00:00
patacongo
df2a0affe7 Add USB storage example for STM32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2288 42af7a65-404d-4744-a932-0658087f49c3
2009-11-30 13:07:14 +00:00
patacongo
ab47186528 SDIO now works
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2287 42af7a65-404d-4744-a932-0658087f49c3
2009-11-29 15:46:13 +00:00
patacongo
15f93157b9 Numerous fixes for basic STM32 SDIO DMA access
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2279 42af7a65-404d-4744-a932-0658087f49c3
2009-11-26 00:18:22 +00:00
patacongo
fdcc47821d Fix problems when DMA2 is enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2277 42af7a65-404d-4744-a932-0658087f49c3
2009-11-21 17:43:59 +00:00
patacongo
cd5f4ff731 Fix error in mount() error handling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2271 42af7a65-404d-4744-a932-0658087f49c3
2009-11-18 17:31:04 +00:00
patacongo
4a7c7097aa Fix issues related to work queue timing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2270 42af7a65-404d-4744-a932-0658087f49c3
2009-11-18 00:08:41 +00:00
patacongo
6373786e08 Callbacks need to use worker thread; clean up/document configuration settings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2268 42af7a65-404d-4744-a932-0658087f49c3
2009-11-17 23:20:08 +00:00
patacongo
a3449a5e9b Add skeleton file that will hold the STM32 SDIO driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2243 42af7a65-404d-4744-a932-0658087f49c3
2009-11-11 12:32:45 +00:00
patacongo
4b44aa0fb8 Document workqueue configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2231 42af7a65-404d-4744-a932-0658087f49c3
2009-11-05 23:14:34 +00:00
patacongo
9432626fd7 Incorporate the work thread
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2230 42af7a65-404d-4744-a932-0658087f49c3
2009-11-05 22:58:36 +00:00
patacongo
273c9fcb0a Add support for GPIO interrupts & STM3210E-EVAL board buttons
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2226 42af7a65-404d-4744-a932-0658087f49c3
2009-11-05 14:07:41 +00:00
patacongo
b64384f84f Prep for 0.4.13 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2225 42af7a65-404d-4744-a932-0658087f49c3
2009-11-04 20:54:18 +00:00
patacongo
4b13da5da2 arch/arm/src/stm32/stm32_usbdev.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2200 42af7a65-404d-4744-a932-0658087f49c3
2009-10-31 15:54:10 +00:00
patacongo
553e225d9f upate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2196 42af7a65-404d-4744-a932-0658087f49c3
2009-10-30 17:34:13 +00:00
patacongo
1df583e95c Document bugfix
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2189 42af7a65-404d-4744-a932-0658087f49c3
2009-10-29 21:51:09 +00:00
patacongo
61d652322a Add STM32 USBDEV driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2185 42af7a65-404d-4744-a932-0658087f49c3
2009-10-29 18:50:05 +00:00
patacongo
4885ce44f0 Need to config CTS/RTS pins for USART2/3 even if not using flow control
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2184 42af7a65-404d-4744-a932-0658087f49c3
2009-10-29 02:47:10 +00:00
patacongo
ee4a8468e8 Fix types in stm32 serial drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2182 42af7a65-404d-4744-a932-0658087f49c3
2009-10-29 02:18:09 +00:00
patacongo
40ec51c730 Improved certain Cortex-M3 context switch times
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2177 42af7a65-404d-4744-a932-0658087f49c3
2009-10-25 02:24:40 +00:00
patacongo
e835c86fd2 Add USB serial device configuration for STM32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2173 42af7a65-404d-4744-a932-0658087f49c3
2009-10-23 19:01:27 +00:00
patacongo
e668f9f87b Extend SPI interface to better handle multiple devices on same SPI bus
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2162 42af7a65-404d-4744-a932-0658087f49c3
2009-10-20 14:05:56 +00:00
patacongo
0191220ea0 Add MTD interface; add M25P64/128 driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2157 42af7a65-404d-4744-a932-0658087f49c3
2009-10-18 17:45:31 +00:00
patacongo
b7dbc99f53 Move some drivers to separate subdirectories
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2156 42af7a65-404d-4744-a932-0658087f49c3
2009-10-18 13:52:21 +00:00
patacongo
eef0a40604 Prep for the 0.4.12 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2153 42af7a65-404d-4744-a932-0658087f49c3
2009-10-17 22:12:50 +00:00
patacongo
c59f8795ea Prep for 0.4.11 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2152 42af7a65-404d-4744-a932-0658087f49c3
2009-10-17 22:04:31 +00:00
patacongo
d7a255f781 Completes 1st cut of SPI DMA
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2147 42af7a65-404d-4744-a932-0658087f49c3
2009-10-17 00:50:01 +00:00
patacongo
c32dac19b7 Add README file info
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2136 42af7a65-404d-4744-a932-0658087f49c3
2009-10-14 21:54:31 +00:00
patacongo
cc8feef511 LEDs on port F, not C
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2135 42af7a65-404d-4744-a932-0658087f49c3
2009-10-14 20:41:56 +00:00
patacongo
a04f98b691 update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2130 42af7a65-404d-4744-a932-0658087f49c3
2009-10-13 23:59:05 +00:00
patacongo
738ab726a2 Update group info
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2115 42af7a65-404d-4744-a932-0658087f49c3
2009-10-02 23:23:55 +00:00
patacongo
acc0ba815e Prep for 0.4.11 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2072 42af7a65-404d-4744-a932-0658087f49c3
2009-09-16 20:51:13 +00:00
patacongo
e1bd6f149e Fix reference counting errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2056 42af7a65-404d-4744-a932-0658087f49c3
2009-09-15 17:17:51 +00:00
patacongo
9b38eddadf Use lldbg() instead of dbg() in interrupt level logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2054 42af7a65-404d-4744-a932-0658087f49c3
2009-09-15 15:44:14 +00:00
patacongo
28d4c29d5d Add CONFIG_DEBUG_SYMBOLS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2053 42af7a65-404d-4744-a932-0658087f49c3
2009-09-15 14:18:15 +00:00
patacongo
d9cdaa38e4 cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2041 42af7a65-404d-4744-a932-0658087f49c3
2009-09-12 13:23:08 +00:00
patacongo
7592e8959d Fix CGI pattern logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2040 42af7a65-404d-4744-a932-0658087f49c3
2009-09-11 21:09:46 +00:00
patacongo
ea39f3b559 Remove check for outstanding un-ACKed data in TX poll
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2038 42af7a65-404d-4744-a932-0658087f49c3
2009-09-11 20:32:02 +00:00
patacongo
6dda82c28c Fix race condition that can cause close of socket to hang
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2037 42af7a65-404d-4744-a932-0658087f49c3
2009-09-11 19:31:52 +00:00
patacongo
ebbccfe847 Fix race condition bug in poll() for backlogged connections
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2032 42af7a65-404d-4744-a932-0658087f49c3
2009-09-10 22:55:52 +00:00
patacongo
5a1055f228 This two FIFO handling bugs in LM3S ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2031 42af7a65-404d-4744-a932-0658087f49c3
2009-09-09 18:00:13 +00:00
patacongo
55b3a6fdeb strstr fails because length off by 1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2022 42af7a65-404d-4744-a932-0658087f49c3
2009-08-15 22:59:41 +00:00
patacongo
11ae5cc313 Get rid of cwd in THTTPD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2021 42af7a65-404d-4744-a932-0658087f49c3
2009-08-15 20:25:13 +00:00
patacongo
cfce433752 Fix strcasecmp
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2019 42af7a65-404d-4744-a932-0658087f49c3
2009-08-15 19:31:30 +00:00
patacongo
4ec8a02e1e Prep for 0.4.10 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2016 42af7a65-404d-4744-a932-0658087f49c3
2009-08-08 18:12:10 +00:00
patacongo
47328700c7 accept() now supports non-blocking operations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2011 42af7a65-404d-4744-a932-0658087f49c3
2009-08-02 23:35:27 +00:00
patacongo
71be6e922e update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2009 42af7a65-404d-4744-a932-0658087f49c3
2009-08-02 16:40:49 +00:00
patacongo
ae2a2ffad3 Add non-blocking capability for TCP sockets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1996 42af7a65-404d-4744-a932-0658087f49c3
2009-07-19 13:50:08 +00:00
patacongo
4f66de7f66 Document string operations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1992 42af7a65-404d-4744-a932-0658087f49c3
2009-07-18 21:04:10 +00:00
patacongo
00730adf7d Add strpbrk()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1991 42af7a65-404d-4744-a932-0658087f49c3
2009-07-18 20:39:57 +00:00
patacongo
80708e8ae0 Add strstr()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1990 42af7a65-404d-4744-a932-0658087f49c3
2009-07-18 20:11:11 +00:00
patacongo
9dc592a23a Add framework for THTTPD example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1989 42af7a65-404d-4744-a932-0658087f49c3
2009-07-18 19:47:08 +00:00
patacongo
488995e073 Fix CGI I/O redirection and interposer tasks
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1988 42af7a65-404d-4744-a932-0658087f49c3
2009-07-18 18:04:05 +00:00
patacongo
982b40abe7 A big, hard-coded stack size was used in several places
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1986 42af7a65-404d-4744-a932-0658087f49c3
2009-07-14 01:48:06 +00:00
patacongo
7cee7e3f70 Add fileno()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1985 42af7a65-404d-4744-a932-0658087f49c3
2009-07-13 01:35:15 +00:00
patacongo
588c0d1c5e Added exec()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1979 42af7a65-404d-4744-a932-0658087f49c3
2009-07-12 18:43:59 +00:00
patacongo
05d19d06f2 Add gmtime and localtime
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1976 42af7a65-404d-4744-a932-0658087f49c3
2009-07-12 00:41:06 +00:00
patacongo
46e7e2d918 Add gettimeofday()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1974 42af7a65-404d-4744-a932-0658087f49c3
2009-07-11 23:39:33 +00:00
patacongo
b46074d348 mktime/gmtime_r moved and highly simplified
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1973 42af7a65-404d-4744-a932-0658087f49c3
2009-07-11 17:24:14 +00:00
patacongo
e39eddf077 Add reference to NXFLAT interface
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1971 42af7a65-404d-4744-a932-0658087f49c3
2009-07-11 13:22:41 +00:00
patacongo
fde8d168a9 Document binary loadr APIs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1970 42af7a65-404d-4744-a932-0658087f49c3
2009-06-27 00:56:39 +00:00
patacongo
1d31fac25d Prep for 0.4.9
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1969 42af7a65-404d-4744-a932-0658087f49c3
2009-06-26 22:52:57 +00:00
patacongo
8c529d88b8 ChangeLog
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1956 42af7a65-404d-4744-a932-0658087f49c3
2009-06-25 23:50:07 +00:00
patacongo
09c26d356a Consolidate buffer dumping; fix all occurrences of 'the the'
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
2009-06-25 17:44:35 +00:00
patacongo
36017ee4a4 Fix a bug in initial XIP offset
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1942 42af7a65-404d-4744-a932-0658087f49c3
2009-06-24 23:33:33 +00:00
patacongo
623732415f Fix a problem that was causing tools/incdir.sh to generate inappropriate paths for Cygwin tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1941 42af7a65-404d-4744-a932-0658087f49c3
2009-06-24 20:57:34 +00:00
patacongo
f56c5bc24e update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1939 42af7a65-404d-4744-a932-0658087f49c3
2009-06-24 14:38:15 +00:00
patacongo
a7b10a2562 Add symbol table support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1917 42af7a65-404d-4744-a932-0658087f49c3
2009-06-20 19:17:08 +00:00