patacongo
|
1c7794b97d
|
Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4975 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-24 22:56:36 +00:00 |
|
patacongo
|
272a475b52
|
Remove BOTHER
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4972 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-24 15:10:21 +00:00 |
|
patacongo
|
58864cc6e9
|
Baud definitions (B9600 for example) are again encoded; Now supports the BOTHER settings which allows specifying the baud via c_ispeed and c_ospeed termios fields
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4970 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-23 15:37:13 +00:00 |
|
patacongo
|
369ef8947f
|
Loosen up termios interfaces to allow more flexible baud settings; remove AIX-like interfaces of last check-in
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4969 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-22 18:56:50 +00:00 |
|
patacongo
|
6e28bc9669
|
Add support for extended BAUD settings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4967 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-22 17:01:25 +00:00 |
|
patacongo
|
2131203d8b
|
Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modbus; Add new termios APIs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4964 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-21 21:23:18 +00:00 |
|
patacongo
|
89473befdf
|
Add completed but untested support for RS-485 on the LPC43xx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4959 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-20 18:32:16 +00:00 |
|
patacongo
|
9faa2e9ece
|
Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4958 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-20 16:58:39 +00:00 |
|
patacongo
|
8e5733ae3f
|
Header file clean-up
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4948 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-17 03:58:11 +00:00 |
|
patacongo
|
ea8678e727
|
Implement basic SPIFI block driver for the LPC43xx (doesn't work)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4938 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-13 16:03:13 +00:00 |
|
patacongo
|
56e3553818
|
PM update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4932 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-11 23:21:16 +00:00 |
|
patacongo
|
a4cc2f6f5b
|
Add a generic GCC stdarg.h header file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4919 42af7a65-404d-4744-a932-0658087f49c3
|
2012-07-08 14:50:43 +00:00 |
|
patacongo
|
cfe55fd464
|
Add a driver for SST 25 FLASH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4868 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-25 21:21:08 +00:00 |
|
patacongo
|
455757f7a4
|
Updates to support the Mirtoo internal clocking
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4855 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-20 19:29:20 +00:00 |
|
patacongo
|
a826f58f1f
|
Fix RTC alarm function pointer
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4854 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-20 17:41:58 +00:00 |
|
patacongo
|
54990731ae
|
PIC32MX1/2 pin selection logic; Mirtoo LEDs, SPI2, and UART2 configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4853 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-20 17:37:20 +00:00 |
|
patacongo
|
5396b0f6bc
|
STM32 power management update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4848 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-18 14:45:34 +00:00 |
|
patacongo
|
bf1542f7ab
|
Add NFS rewinddir support; fixe some NFS warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4844 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-14 21:54:50 +00:00 |
|
patacongo
|
17f5e9c5e2
|
Clean up NFS user interface; Fix NFS disconnect bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4841 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-14 14:35:31 +00:00 |
|
patacongo
|
c8e10f99f0
|
Minor change to NFS interface
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4840 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-14 13:08:48 +00:00 |
|
patacongo
|
c0c2a8b2df
|
NFS just finished a major weight reduction program
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4838 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-14 00:47:42 +00:00 |
|
patacongo
|
456128f01f
|
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4828 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-11 18:55:58 +00:00 |
|
patacongo
|
1f50ae3af4
|
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4824 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-10 18:16:01 +00:00 |
|
patacongo
|
11e1c6fb96
|
More IPv6 rambling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4815 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-08 01:53:26 +00:00 |
|
patacongo
|
4f8e4d2308
|
First round of compile fixes for IPv6
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4813 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-07 22:00:19 +00:00 |
|
patacongo
|
d21c3b70dd
|
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4809 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-07 01:03:34 +00:00 |
|
patacongo
|
1db2607409
|
Add support for the MIO283QT2 LCD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4802 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-04 18:45:48 +00:00 |
|
patacongo
|
7b5b9fe825
|
SD card now works on the PIC32MX7 MMB board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4799 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-03 16:09:59 +00:00 |
|
patacongo
|
bea43b32c0
|
Fix return values from sleep(), usleep(), and sigtimedwait(). Fix STM32 F2 I2C bug-for-bug compatibility
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4786 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-30 15:36:46 +00:00 |
|
patacongo
|
4bca971ba1
|
A little more cleanup after the big STMPE11->811 name change
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4783 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-29 01:43:51 +00:00 |
|
patacongo
|
26d1e5ab3f
|
Massive naming fix: STMPE11->STMPE811
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4782 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-29 00:54:22 +00:00 |
|
patacongo
|
5e81918c8c
|
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4781 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-28 23:40:20 +00:00 |
|
patacongo
|
3dfbc30c85
|
Add STM32F4Discovery support for an SSD1289-based LCD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4769 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-24 21:31:24 +00:00 |
|
patacongo
|
297fa9415f
|
Add generic SSD1289 LCD driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4768 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-24 15:45:46 +00:00 |
|
patacongo
|
2ee17af708
|
NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to the NxConsole driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4754 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-20 18:56:14 +00:00 |
|
patacongo
|
d2a564f8c8
|
Add NX kbd input support to NxConsole
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4753 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-20 16:05:15 +00:00 |
|
patacongo
|
9efa4813ac
|
NxWM: Add a missing part of the message blocking logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4748 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-19 01:01:00 +00:00 |
|
patacongo
|
bab803e9fd
|
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4746 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-18 01:11:57 +00:00 |
|
patacongo
|
6d58ba972f
|
Implement an NX interface to block flush message queues in multi-user mode. This is necessary to prevent stale window handles when a window is closed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4745 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-17 22:16:02 +00:00 |
|
patacongo
|
7a79d40ef6
|
NxWM: Add IApplicationFactory so that we can create multiple instances of applications; And, as a result of that, re-vamp entire threading model. this is now buggier than it was before
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4742 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-16 22:43:40 +00:00 |
|
patacongo
|
fff30844b5
|
Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; on_exit is now used in NxWM::NxConsole to close the window with the NSH session exits
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4738 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-15 00:45:14 +00:00 |
|
patacongo
|
239781e193
|
Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wrong application
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4737 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-14 21:57:38 +00:00 |
|
patacongo
|
a603b9f689
|
Fix a critical NXTK bug related to mouse/touchscreen positions within framed windows
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4728 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-13 00:45:13 +00:00 |
|
patacongo
|
2cb0803db7
|
NFS update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4724 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-12 00:11:24 +00:00 |
|
patacongo
|
d704f0ca55
|
Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4723 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-11 22:07:06 +00:00 |
|
patacongo
|
834af0f5fb
|
NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen initialization interfaces for all boards
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4721 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-11 00:05:25 +00:00 |
|
patacongo
|
2a8a9f15d2
|
Adding beginning of NxWM touchscreen support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4718 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-09 22:30:19 +00:00 |
|
patacongo
|
f9b6a00f49
|
The STMPE11/touchscreen is now fully functional on the STM3240G-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4715 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-08 22:10:29 +00:00 |
|
patacongo
|
0d6f095e1c
|
Integrate the STMPE11 driver into the STM3240G-EVAL board logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4714 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-08 15:07:53 +00:00 |
|
patacongo
|
c5bbc7b71d
|
Various fixes for running the NxWM unit test on the STM3240G-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4711 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-07 21:25:24 +00:00 |
|