patacongo
|
e2751251b5
|
Verified USB (device) on the PIC32 Ethernet Starter Kit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4464 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-08 14:31:49 +00:00 |
|
patacongo
|
a0fa8802f9
|
Add an NSH configuratin for the PIC32 starter kit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4462 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-07 21:36:32 +00:00 |
|
patacongo
|
b0984fe674
|
Add PIC32 SPI driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4459 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-07 00:53:50 +00:00 |
|
patacongo
|
ca3ba34235
|
Add support for use of a USB serial device to provide NSH console I/O. Verified on the Sure PIPIC32MX board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4458 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-06 20:21:57 +00:00 |
|
patacongo
|
f769367ac6
|
The PIC32 USB device driver is (finally) functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4457 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-06 15:51:03 +00:00 |
|
patacongo
|
7f005e2d3c
|
Move all non-standard, NuttX header files into include/nuttx/net
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-03 23:18:34 +00:00 |
|
patacongo
|
696285d84d
|
Add more low-level, thread-independent socket interfaces
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4445 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-02 19:57:52 +00:00 |
|
patacongo
|
d8085b89db
|
Add support for C++ static constructors (at least to a few platforms)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4438 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-28 21:58:24 +00:00 |
|
patacongo
|
391d33732c
|
Extend CDC/ACM driver so that can be connected/disconnected under software control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4436 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-28 18:14:55 +00:00 |
|
patacongo
|
df0986aa29
|
Add logic to support the FSMC SRAM in the NuttX heap
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4433 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-27 23:14:43 +00:00 |
|
patacongo
|
147d02cc24
|
Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to be better compatible with most of the rest of the world
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4431 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-27 19:50:35 +00:00 |
|
patacongo
|
324fb2460f
|
Add support for SRAM on board the STM3240G-EVAL board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4430 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-27 17:22:10 +00:00 |
|
patacongo
|
c7245b74fd
|
readline() (and hence NSH) now accept the DEL character as well as the Backspace character for the backspace functionality
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4428 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-25 20:46:18 +00:00 |
|
patacongo
|
9b8a46415d
|
select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to be functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4420 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-24 18:24:35 +00:00 |
|
patacongo
|
d14fbab225
|
Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4417 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-23 18:42:36 +00:00 |
|
patacongo
|
18379c0657
|
Fix an error the TCP/IP received sequence number counting
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4416 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-23 15:53:27 +00:00 |
|
patacongo
|
a9a3097a0e
|
(1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4415 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-23 02:07:38 +00:00 |
|
patacongo
|
d93cfd45cc
|
Fix accept() logic. it was not monitoring for losses in connections.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4412 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-22 16:03:10 +00:00 |
|
patacongo
|
b9cb4b0df3
|
Fix SDIO DMA (finally)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4409 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-21 19:16:41 +00:00 |
|
patacongo
|
6a2c6e13d6
|
Correct a buffer size error in the STM32 ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4403 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-18 22:09:09 +00:00 |
|
patacongo
|
f8b785f10e
|
Correct and error in recv() and recvfrom() return value
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4402 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-18 18:13:30 +00:00 |
|
patacongo
|
4e82d14da1
|
CAN ISO-11783 support contributed by Gary Teravskis
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4400 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-18 14:02:34 +00:00 |
|
patacongo
|
ae57408734
|
Add an infrastructure to support a generic quadrature encoder driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4390 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-14 15:32:57 +00:00 |
|
patacongo
|
c9cbea94a6
|
Prep for 6.15 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4387 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-13 01:42:03 +00:00 |
|
patacongo
|
f13f49939e
|
Add interface to enabled/disable debug output
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4386 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-12 23:54:26 +00:00 |
|
patacongo
|
7b343bf7fe
|
Add logic to re-direct debug output to a sysloggin device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4381 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-11 14:20:40 +00:00 |
|
patacongo
|
9368253730
|
Add a RAM-based logging device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4379 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-11 00:32:53 +00:00 |
|
patacongo
|
35b654a18e
|
Fix an FTPD bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4378 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-09 23:10:15 +00:00 |
|
patacongo
|
28dc73fd3b
|
Fix a bug in the FAT statfs() implementation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4375 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-07 00:29:06 +00:00 |
|
patacongo
|
2f6adf5714
|
FTPD daemon and example now build without errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4371 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-05 17:36:13 +00:00 |
|
patacongo
|
b2313617a2
|
Add inet_pton()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4367 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-03 22:54:27 +00:00 |
|
patacongo
|
ae1a3fd6ed
|
Add inet_ntop()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4366 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-03 18:47:34 +00:00 |
|
patacongo
|
b075ac5236
|
Add avsprintf()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4365 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-03 17:31:08 +00:00 |
|
patacongo
|
3856d9897f
|
Add strcasestr()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4364 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-03 16:41:28 +00:00 |
|
patacongo
|
8eb5576ec1
|
Add stm3240g-eval nsh2 configuration: SDIO and no UART
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4363 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-02 23:14:54 +00:00 |
|
patacongo
|
5a793f5d2e
|
Add a configuration for testing the Telnet daemon
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4360 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-02 04:41:53 +00:00 |
|
patacongo
|
7b0bcac04d
|
Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x configuration to test the USB composite device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4359 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-02 04:35:35 +00:00 |
|
patacongo
|
8d01473fff
|
Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-01 19:07:57 +00:00 |
|
patacongo
|
e154165067
|
Add tcsetattr and tcgetattr
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4355 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-01 16:17:12 +00:00 |
|
patacongo
|
9473d2192f
|
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
|
08ab0bf4c7
|
Can't use 'class' as a field name! Backward conditional compilation in usbmsc.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4350 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-31 14:15:36 +00:00 |
|
patacongo
|
fffd6ed613
|
Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4349 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-30 23:13:29 +00:00 |
|
patacongo
|
28bef9c85d
|
A few more telnet updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4348 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-30 22:20:42 +00:00 |
|
patacongo
|
9b617b6133
|
Add new psock layer; telnet session is now wrapped in a character device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-30 21:29:59 +00:00 |
|
patacongo
|
e94dcdf625
|
Candidate fix for the libboard.a dependency problem (from Mike Smith)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4346 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-29 20:07:16 +00:00 |
|
patacongo
|
1df88d1b8a
|
Correct a typo in STM32 I2C3 support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4345 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-29 14:15:20 +00:00 |
|
patacongo
|
d1a2336ce3
|
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
|
c6b62075aa
|
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
|
62e9cdbb79
|
Add logic to set MAX17040 frequency
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4326 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-23 19:59:09 +00:00 |
|
patacongo
|
0a17d596bc
|
Create a generic battery driver infrastructure
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4322 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-22 18:03:13 +00:00 |
|
patacongo
|
5fa0189cee
|
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
|
ce5f4e643e
|
Add support for extended (29-bit) CAN IDs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4319 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-20 21:52:35 +00:00 |
|
patacongo
|
3a1523d2d9
|
Add configuratin to select TSEG1 and TSEG2 values
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4313 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-19 17:43:14 +00:00 |
|
patacongo
|
9d5c26ba5e
|
Fix offset to STM32 F1 AFIO EXTICR register
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4309 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-18 17:48:46 +00:00 |
|
patacongo
|
7f1ffd3d31
|
Add support for building 32-bit simulation on a 64-bit target
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4307 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-17 17:42:31 +00:00 |
|
patacongo
|
5cf0052be6
|
Finish coding of PIC32MX Ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4306 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-17 14:40:12 +00:00 |
|
patacongo
|
e0585a7708
|
Fix STM32 F4 APB2 clock input frequencies
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4303 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-16 17:20:09 +00:00 |
|
patacongo
|
9d7986b8b9
|
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
|
0f170dc487
|
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
|
f158e56fca
|
STM32 fixes for F4 32-bit timers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4300 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-13 02:49:10 +00:00 |
|
patacongo
|
67631ddea7
|
On a failure to recognize a FAT file system, the mount logic should return -EINVAL, not -ENODEV
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4297 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-11 16:31:45 +00:00 |
|
patacongo
|
163a0dbe4a
|
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
|
6807c1f552
|
Correct GPIO dump output
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4288 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-10 16:25:52 +00:00 |
|
patacongo
|
ec10d82210
|
Add basic support for pulse count in the PWM interface
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4285 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-09 18:23:30 +00:00 |
|
patacongo
|
f7c4635506
|
Add support for STM32 UART4-5 and USART6
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4281 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-08 15:09:05 +00:00 |
|
patacongo
|
a5e985ff9b
|
LPC17xx CAN PCLK divisor is not a configuration parameter
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4268 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-06 14:07:47 +00:00 |
|
patacongo
|
28c69c1ea8
|
Add logic to control CAN bit rate via the .config file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4266 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-05 20:39:56 +00:00 |
|
patacongo
|
7c0c066c8c
|
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
|
f7d18c743e
|
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
|
c3bf42b97b
|
Fix buffer full test in generic CAN driver (plus fixes to comments)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4259 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-04 20:49:47 +00:00 |
|
patacongo
|
46fc72d1cb
|
LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; LCP1766-STK NSH configuration will support the CAN loopback test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4253 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-03 01:03:56 +00:00 |
|
patacongo
|
16b9d42729
|
Add support for STM32 Potentiometer via ADC3
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4252 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-02 18:22:19 +00:00 |
|
patacongo
|
d417beffb6
|
The STM32 F4 CAN driver has been verified in loopback mode
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4251 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-02 16:33:05 +00:00 |
|
patacongo
|
85464307f5
|
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
|
d8f2758a03
|
Fix an integer overflow bug in LPC17xx GPIO interrupt configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4247 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-01 15:57:03 +00:00 |
|
patacongo
|
b8882b457f
|
Fix some LPC17xx GPIO/button interrupt logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4246 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-31 23:09:33 +00:00 |
|
patacongo
|
75d8c2e0e3
|
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
|
ef07859b6a
|
Add (untested) support for the buttons on the Olimex LPC1766-STK board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4243 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-31 01:16:48 +00:00 |
|
patacongo
|
2de4db2fcb
|
STM32 GPIO fix; Fixes for PIC32 USB term example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4241 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-30 14:54:43 +00:00 |
|
patacongo
|
804e7625b0
|
Correct last set of changes to configuration logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4237 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-29 12:52:15 +00:00 |
|
patacongo
|
4c5d18d561
|
Updates for PIC32MX USB driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4233 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-27 20:07:17 +00:00 |
|
patacongo
|
3cf209a55d
|
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
|
1f295f7f6b
|
Fix a MIPS delay slot error in the software interrupt logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4228 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-26 01:05:36 +00:00 |
|
patacongo
|
d8e666b966
|
Calibrated all PIC32 delay loops
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4217 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-22 22:24:00 +00:00 |
|
patacongo
|
761cfde591
|
Add Sure PIC32 NSH configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4216 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-22 22:13:44 +00:00 |
|
patacongo
|
9c6c3a3bbb
|
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
|
b0bf66456c
|
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
|
0cb9ae021b
|
Update M25P driver per feedback from Mohammed Elwakeel
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4207 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-20 21:16:39 +00:00 |
|
patacongo
|
4034d0a5c1
|
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
|
643328e015
|
Add alternate function pin mapping for the STM32F103VC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4198 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-17 21:14:03 +00:00 |
|
patacongo
|
1877006302
|
Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contributed by Laurent Latil
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4197 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-17 20:07:22 +00:00 |
|
patacongo
|
60f98d5eea
|
Fix a critical bug in the STM32 USB device-side driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4196 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-17 19:08:49 +00:00 |
|
patacongo
|
9d4d5cda5d
|
STM32 ADC update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4194 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-17 00:21:10 +00:00 |
|
patacongo
|
4b3282078c
|
Fix compile problen with CONFIG_NET_ARP_IPIN
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4188 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-15 22:21:32 +00:00 |
|
patacongo
|
7f2ec55f1f
|
STM32 F4 RTC is functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4178 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-14 21:59:08 +00:00 |
|
patacongo
|
8bf1779001
|
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
|
4e053e3832
|
Add a network test configuration for the STM3240G-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4169 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-13 17:56:14 +00:00 |
|
patacongo
|
0a465d06ec
|
STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP address order bugs in DHCPD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4168 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-13 17:25:23 +00:00 |
|
patacongo
|
fcd24b1c21
|
STM32 F4 Ethernet driver is fully functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4166 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-12 21:55:10 +00:00 |
|
patacongo
|
041d1e6191
|
STM32 Ethernet... initial bring-up changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4165 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-12 15:59:33 +00:00 |
|
patacongo
|
0d20925085
|
Completes coding of the STM32 F4 Ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4161 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-11 18:25:08 +00:00 |
|
patacongo
|
f45477ac99
|
Add beginning of ethernet register definitions for the STM32 F4
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4145 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-07 21:36:02 +00:00 |
|
patacongo
|
a3c9f34ca5
|
Add STM32 F4 DMA framework (untested)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4142 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-07 14:56:28 +00:00 |
|
patacongo
|
32991cee64
|
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
|
aec3932b37
|
Add an NSH configuration for the STM3240G-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4139 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-06 20:49:12 +00:00 |
|
patacongo
|
65bbfd2a02
|
Basic bring-up of the STM3240G-EVAL board is complete
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4138 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-06 19:31:28 +00:00 |
|
patacongo
|
7b634d851d
|
Fix STM32F40 build problem. Moved ARM.exidx to FLASH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4137 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-06 16:27:37 +00:00 |
|
patacongo
|
d82c771c37
|
Fixes for STM32F40xxx port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4135 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-05 16:41:20 +00:00 |
|
patacongo
|
655afdb84e
|
mq_notify() was not setting errno on failures
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4133 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-04 18:08:33 +00:00 |
|
patacongo
|
bc29aea397
|
Fix a cloned error in driver poll setup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4132 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-03 16:13:40 +00:00 |
|
patacongo
|
0fd408ca95
|
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
|
75ee14b862
|
Fix handling of NULL pointer in sig_timedwait()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4129 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-29 18:21:52 +00:00 |
|
patacongo
|
34f1a907b4
|
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
|
1d7c367a62
|
Add framework for the STM3240G-EVAL board (not much logic yet)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4118 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-22 14:16:38 +00:00 |
|
patacongo
|
8036b2969a
|
Fix error in FAT time (date value was being used)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4099 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-18 12:45:00 +00:00 |
|
patacongo
|
4064c8257c
|
clock_gettime() not settime() in FAT time logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4094 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-17 03:59:54 +00:00 |
|
patacongo
|
bdd0e9e973
|
Fix an error in FAT needed for interoperability with Windows when access first entry in root directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4093 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-15 22:37:14 +00:00 |
|
patacongo
|
0fe0a10e9f
|
Add support for more FAT partitions; support for SD cards greater than 4Gb; TSC2007 touchscreen driver improvements
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4092 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-15 16:44:45 +00:00 |
|
patacongo
|
d5a6c4870e
|
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
|
bf70e96ce1
|
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
|
7ea157b328
|
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
|
b56563a369
|
Fix some RGB color macros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4081 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-03 22:27:53 +00:00 |
|
patacongo
|
7c1d6619fa
|
Use calculations on constants to (slightly) reduce code size
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4077 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-01 16:48:21 +00:00 |
|
patacongo
|
2cb6ea3f2f
|
Add support for configurable block size on AT24 EEPROM driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4076 42af7a65-404d-4744-a932-0658087f49c3
|
2011-11-01 13:08:19 +00:00 |
|
patacongo
|
284fb22fee
|
Fix another NXFFS write-when-flash-is-full problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4075 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-31 20:23:17 +00:00 |
|
patacongo
|
807c279a83
|
Fix an NXFFS initialization problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4074 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-31 17:04:03 +00:00 |
|
patacongo
|
47233f1b3c
|
Add some missing error handling to NXFFS
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4068 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-29 16:30:29 +00:00 |
|
patacongo
|
988f400b74
|
Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when g++ is used; Fix bad cast that caused problems with the background window is released
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4064 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-25 15:21:01 +00:00 |
|
patacongo
|
00dae09cda
|
Fix an error in some graphics error handling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4059 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-23 21:27:03 +00:00 |
|
patacongo
|
dbf37c6315
|
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
|
9f645b695e
|
Add a configuration for the lpc3152
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4043 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-13 17:49:11 +00:00 |
|
patacongo
|
9491c6d810
|
Add PIC32MX GPIO handling; add button/LED support for the Sure PIC32MX
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4040 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-11 20:50:10 +00:00 |
|
patacongo
|
06fe742529
|
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
|
d978173922
|
PIC32 start kit port builds successfully
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4037 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-10 22:40:59 +00:00 |
|
patacongo
|
61e5093a0b
|
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
|
edcbdb6d61
|
Starting support for PICMX324xx/5xx/7xx and PIC32 Ethernet Starter Kit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4033 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-10 02:11:08 +00:00 |
|
patacongo
|
aabb21c85e
|
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
|
47cf84c1d4
|
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
|
e596c1a302
|
Add sim/nsh2 configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4026 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-06 16:31:13 +00:00 |
|
patacongo
|
94a87532e2
|
Fix bugs in STM32 SDHC and I2C drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4020 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-05 01:22:49 +00:00 |
|
patacongo
|
28b4cb23b1
|
Fix typos that cause compilations errors with CONFIG_RTC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4015 42af7a65-404d-4744-a932-0658087f49c3
|
2011-10-03 18:50:53 +00:00 |
|
patacongo
|
1d9602b67b
|
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
|
d8c4138e74
|
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
|
3f4af2fe30
|
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
|
cf5af93dcd
|
Add a configuration to use for development of the SAM3U-EK touchscreen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4003 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-30 18:13:02 +00:00 |
|
patacongo
|
a4da667e6b
|
Add a simple touchscreen test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3995 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-29 16:25:21 +00:00 |
|
patacongo
|
be64d255fc
|
Move MSC descriptors to a separate file; File 13 char long file names.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3983 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-27 22:04:03 +00:00 |
|
patacongo
|
c374ab8b2c
|
Fix important bugs in mq_timedreceived() and mq_timedsend()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3966 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-21 13:28:16 +00:00 |
|
patacongo
|
0c8dfdf16f
|
Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command to the I2C tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3961 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-18 17:52:00 +00:00 |
|
patacongo
|
d86702b4d2
|
STM32 I2C driver will now operated in a polled, non-interrupting mode if so configured
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3960 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-17 15:04:24 +00:00 |
|
patacongo
|
48e30073db
|
Fix a stray write into the FAT
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3958 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-16 14:07:17 +00:00 |
|
patacongo
|
938991c408
|
Fix a critical bug in FAT sector management
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3955 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-15 20:05:00 +00:00 |
|
patacongo
|
a96e7ec9d5
|
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
|
27751a08f4
|
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
|
81ca27c9b0
|
Fix some timer race conditions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3949 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-11 17:48:52 +00:00 |
|
patacongo
|
455b9336fb
|
Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3948 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-11 14:55:31 +00:00 |
|
patacongo
|
bdf8ede547
|
Add driver for LM-75 temperature sensor
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3947 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-10 16:20:09 +00:00 |
|
patacongo
|
d96149a9d1
|
Fix I2C/FSMC conflict for STM32; Fix STM32 clock setup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3942 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-08 17:56:08 +00:00 |
|
patacongo
|
19e5bfd627
|
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
|
d1e82b4568
|
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
|
4e92683ab3
|
Add a basic power management framework
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3936 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-04 19:24:27 +00:00 |
|
patacongo
|
58183a2899
|
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
|
8967c65008
|
Fix issue with multilib build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3926 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-30 12:49:24 +00:00 |
|
patacongo
|
f23f7fa365
|
Bug fixes for BCH and TSC2007 drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3921 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-29 16:07:29 +00:00 |
|
patacongo
|
767975d882
|
Add a flash_eraseall() function
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3918 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-27 16:31:41 +00:00 |
|
patacongo
|
25d421cdaf
|
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
|
310d3f2ab7
|
Extend the 'make export' logic to bundle up chip header files as well
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3915 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-25 17:55:32 +00:00 |
|
patacongo
|
e6fea28fd5
|
ADC bugfixes plus new DAC logic from Lzyy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3913 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-25 14:11:39 +00:00 |
|
patacongo
|
b4c37e50df
|
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
|
2906947c9b
|
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
|
7d501f3c42
|
Very initial SDHC driver for Kinetis parts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3901 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-21 16:00:32 +00:00 |
|
patacongo
|
5a188d52c9
|
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
|
a87259ebc6
|
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
|
a6f7974545
|
Add ADC sub-system and drivers from Lzyy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3895 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-19 14:05:05 +00:00 |
|
patacongo
|
53f30420e8
|
Add twr-k60n512 NSH configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3893 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-19 00:28:00 +00:00 |
|
patacongo
|
fa1e267b3b
|
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
|
b2f3e916ef
|
Fix a semphore overflow problem in the CAN driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3890 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-18 14:07:52 +00:00 |
|
patacongo
|
aa59b0189f
|
Add board support for the FreeScale Kinetis TWR-K60N512
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3884 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-15 22:11:24 +00:00 |
|
patacongo
|
a97569f6ae
|
Add Kinetis clocking logic and some UART logic. Add K60 Tower configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3876 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-13 16:11:26 +00:00 |
|
patacongo
|
23f1539abc
|
Add Kinetis interrupt vectors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3873 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-12 18:26:21 +00:00 |
|
patacongo
|
38009a3772
|
Fix message queue/signal handling bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3849 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-07 12:58:54 +00:00 |
|
patacongo
|
9c89c16a7c
|
Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3846 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-05 21:57:49 +00:00 |
|
patacongo
|
13c98be35b
|
Add directory structure to support the port to the Kinesis KwikStik-K40
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3845 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-05 19:33:13 +00:00 |
|
patacongo
|
be7cd049c4
|
Add Yu Qiang's patch for RGMP support on the ARM
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3843 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-04 12:29:19 +00:00 |
|
patacongo
|
703befb4a2
|
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
|
b9adbc1d99
|
Fix numerous errors in trapezoid rendering and wide line drawing algorithms
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3840 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-03 16:04:48 +00:00 |
|
patacongo
|
e185a02245
|
Revised CAN driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3839 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-03 04:36:59 +00:00 |
|
patacongo
|
5279eb86c7
|
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
|
1fb1422b57
|
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
|
8216275fad
|
Add nxgl_splitline()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3835 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-02 01:12:16 +00:00 |
|
patacongo
|
a203a142f3
|
Add fixed precision atan2() function
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3834 42af7a65-404d-4744-a932-0658087f49c3
|
2011-08-01 23:09:11 +00:00 |
|
patacongo
|
ad877bf218
|
Add low level routines to draw single pixels (not used yet)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3833 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-31 17:33:24 +00:00 |
|
patacongo
|
488a8fa9d5
|
Completes first cut of TSC2007 driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3831 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-30 17:41:22 +00:00 |
|
patacongo
|
f5d191388b
|
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
|
dd47d95381
|
Add several new fonts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3821 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-27 05:02:58 +00:00 |
|
patacongo
|
fc7db01820
|
Correct USB mass storage memory leak
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3820 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-26 17:27:57 +00:00 |
|
patacongo
|
bc4d0f1167
|
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
|
2ee238e14b
|
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
|
56de8b9f01
|
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
|
f420bb2313
|
Reduce image size; documentation updates; LPC17 typo fixed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3808 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-21 16:01:03 +00:00 |
|
patacongo
|
b896f16bcf
|
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
|
2928511cce
|
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
|
0673ba578e
|
Correct FAT long file name padding character
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3794 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-18 00:20:58 +00:00 |
|
patacongo
|
80616e345a
|
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
|
5a05a26d43
|
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
|
62d94bb3d6
|
Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported by Lzyy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3775 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-12 16:36:45 +00:00 |
|
patacongo
|
2ad95a1d10
|
Correct error handling in the case of an overrun error in the serial driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3774 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-12 14:29:08 +00:00 |
|
patacongo
|
03faf1cc17
|
Add an 'export' target to the NuttX top-level Makefile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3771 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-11 22:52:51 +00:00 |
|
patacongo
|
ef2d7974c8
|
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
|
2ff6c3793c
|
Correct an NX error that would leave stuff on the display when a window is closed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3769 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-11 13:30:47 +00:00 |
|
patacongo
|
75339f935d
|
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
|
ed975abb65
|
Fix a critical font rendering bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3762 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-09 20:41:08 +00:00 |
|
patacongo
|
64fe463b9d
|
Redesign of NXTEXT font cache
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3761 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-09 16:01:00 +00:00 |
|
patacongo
|
9ad601dd5f
|
Add a test for NX text displays and also a configuration for the STM3210E-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3754 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-08 16:36:26 +00:00 |
|
patacongo
|
98f4235996
|
Verified STM3210E-EVAL button handling and new button test application
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3751 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-07 18:40:15 +00:00 |
|
patacongo
|
9951e10f86
|
Add NX configuration for the STM3210E-EVAL board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3746 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-05 22:45:31 +00:00 |
|
patacongo
|
ba9d75a05a
|
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
|
3f5b92f3d7
|
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
|
65d6076e48
|
Fix SPI SD card detect logic; Fix AVR USB device interrupt initialization
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3740 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-02 16:45:04 +00:00 |
|
patacongo
|
e6c8a184b9
|
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
|
7ce352ca5c
|
Add bugfixes recommended by Sheref Younan
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3737 42af7a65-404d-4744-a932-0658087f49c3
|
2011-07-01 13:46:34 +00:00 |
|
patacongo
|
b47cd866a7
|
Changes for clean ez80 ZDS-II compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3733 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-22 15:22:56 +00:00 |
|
patacongo
|
83c452fa5d
|
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
|
37b42d4259
|
Fix AVR warnings; FAT FS needs to use off_t instead of size_t
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3728 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-20 20:54:45 +00:00 |
|
patacongo
|
a0dfe9f0fc
|
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
|
faa9c3927d
|
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
|
bc3633776c
|
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
|
6fa6c78928
|
Fix a bug in recvfrom()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3670 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-05 16:13:50 +00:00 |
|
patacongo
|
10e27f6179
|
FTP client debug changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3660 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-02 18:36:20 +00:00 |
|
patacongo
|
3867f05f0f
|
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
|
29a70ad011
|
Add asprintf()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3652 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-31 17:26:24 +00:00 |
|
patacongo
|
9e58d1a0d6
|
Add getsockname()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3650 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-30 14:26:04 +00:00 |
|
patacongo
|
a201aecd89
|
Add strndup()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3649 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-29 16:07:13 +00:00 |
|
patacongo
|
ae8cfb1bf1
|
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
|
cb472824ad
|
Rename all lpc313x to lpc31xx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3644 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-27 15:26:52 +00:00 |
|
patacongo
|
507df7c0e8
|
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
|
f2fcf596a0
|
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
|
24bc69df72
|
Completes all PIC32 header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3618 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-16 18:59:30 +00:00 |
|
patacongo
|
c2052ea364
|
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
|
6638b8d262
|
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
|
6e4aa998e8
|
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
|
6cd596fc6b
|
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
|
5ae93326e7
|
Changes for clean RGMP compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3598 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-12 19:39:51 +00:00 |
|
patacongo
|
fff9db3c57
|
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
|
c52c4c7dbd
|
tools/mkdep.sh should not report an error if there are no files on the command line
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3588 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-11 01:27:04 +00:00 |
|
patacongo
|
6cece5a803
|
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
|
232585cd45
|
Fix an error in link to include/apps
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3582 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-09 22:53:07 +00:00 |
|
patacongo
|
85f1226a14
|
Add PIC32 CP0 Regsiter Definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3580 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-09 19:37:22 +00:00 |
|
patacongo
|
65a6ec4693
|
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
|
9ecda2e9fa
|
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 |
|