Gregory Nutt
|
4a93c238b6
|
STM32F429i Disco: (1) Fix a bad return value if the LCD driver is already initialized. (2) The LCD driver initialization is now performed during the early boot sequence. (3) Increased the size of the message queue from 32 to 64 in the lcd configuration. From Marco, ocram.lhark@yahoo.com.
|
2015-04-17 07:04:53 -06:00 |
|
Gregory Nutt
|
a22adcf74d
|
Update ChangeLog
|
2015-04-16 09:11:51 -06:00 |
|
Gregory Nutt
|
e9501a1a96
|
apps/examples/ltdc: Add testing support for the STM32 LTDC's 2D DMA. From Marco Krahl.
|
2015-04-16 09:11:50 -06:00 |
|
Gregory Nutt
|
9234d1204a
|
Update ChangeLogs
|
2015-04-16 09:11:49 -06:00 |
|
Gregory Nutt
|
804061abdc
|
Correct use of the BOARDIOC_GRAPHICS_SETUP boardctl() call
|
2015-04-16 09:11:49 -06:00 |
|
Gregory Nutt
|
3e01a06431
|
When boardctl() fails, need to print errno not the returned value which will always be -1.
|
2015-04-16 09:11:47 -06:00 |
|
Gregory Nutt
|
5bdacd2f17
|
Update ChangeLog
|
2015-04-16 09:11:46 -06:00 |
|
Gregory Nutt
|
6e7c9397d1
|
apps/examples/nxlines: Fix missing right bracket that causes compile error when CONFIG_NX_XYINPUT=y. From Librae.
|
2015-04-16 09:11:46 -06:00 |
|
Gregory Nutt
|
9e2d46657d
|
Update comments and README
|
2015-04-15 16:25:38 -06:00 |
|
Gregory Nutt
|
84fcc41a63
|
Update README
|
2015-04-15 11:31:13 -06:00 |
|
Gregory Nutt
|
688558c99a
|
Update ChangeLogs
|
2015-04-15 11:05:05 -06:00 |
|
Gregory Nutt
|
10fc3ed1ac
|
configs/sim/src: Add logic to test localtime and TZ database. See apps/system/README.txt for info
|
2015-04-15 11:00:40 -06:00 |
|
Gregory Nutt
|
4ad24f8903
|
Update README files
|
2015-04-15 09:31:44 -06:00 |
|
Gregory Nutt
|
8bdfcf3ada
|
apps/system/zoneinfo: Remove tzmount command. It violates some OS boundaries
|
2015-04-15 09:22:03 -06:00 |
|
Gregory Nutt
|
c323d8b0e3
|
Update ChangeLog
|
2015-04-15 08:40:29 -06:00 |
|
Gregory Nutt
|
728407b1d3
|
apps/system/zoneinfo: Add logic to build a ROMFS file system containing the timezone data
|
2015-04-15 08:39:44 -06:00 |
|
Gregory Nutt
|
a665361197
|
Prep for 7.9 release
|
2015-04-14 14:17:55 -06:00 |
|
Gregory Nutt
|
9eb5a877ae
|
Update ChangeLog
|
2015-04-14 11:22:07 -06:00 |
|
Gregory Nutt
|
755c8f8a7f
|
apps/system/zoneinfo: All logic to build timezone info. Does not do much else yet
|
2015-04-14 11:21:20 -06:00 |
|
Gregory Nutt
|
48defa7554
|
Forgot to add a file in a previous commit
|
2015-04-14 10:05:45 -06:00 |
|
Gregory Nutt
|
dd3b3c6428
|
Update ChangeLog
|
2015-04-14 07:04:47 -06:00 |
|
Gregory Nutt
|
af29ca3819
|
apps/netutils: Separated out apps/examples/pppd; split up pppd utils. From Brennan Ashton
|
2015-04-14 07:02:12 -06:00 |
|
Gregory Nutt
|
9e95454f34
|
Add apps/examples/pppd test case. From Brennan Ashton.
|
2015-04-14 06:56:20 -06:00 |
|
Gregory Nutt
|
134472af0e
|
apps/netutils/ppp: Make pppd PAP authentication optional. From Brennan Ashton
|
2015-04-14 06:45:17 -06:00 |
|
Gregory Nutt
|
3ac47d64ab
|
Remove more NTP client references from pppd. From Brennan Ashton.
|
2015-04-13 14:00:45 -06:00 |
|
Gregory Nutt
|
476e3a8080
|
Remove ntpclient file in pppd dir. From Brennan Ashton.
|
2015-04-13 13:56:37 -06:00 |
|
Gregory Nutt
|
4f644e6c77
|
Update ChangeLog
|
2015-04-11 12:15:10 -06:00 |
|
Gregory Nutt
|
23075e0b30
|
Allow NSH date command with no RTC. This command is useful without an RTC too. Also, this permits testing on the simulator which never has an RTC
|
2015-04-11 12:13:18 -06:00 |
|
Gregory Nutt
|
c341e06e84
|
Update ChangeLog
|
2015-04-11 09:38:54 -06:00 |
|
Gregory Nutt
|
8475fcc11a
|
Add master support to modbus. From Darcy Gong
|
2015-04-11 09:37:31 -06:00 |
|
Gregory Nutt
|
108a6bf660
|
Add Modbus RTU master logic. From Darcy Gong
|
2015-04-11 08:18:47 -06:00 |
|
Gregory Nutt
|
5de72252a8
|
Add Modbus master logic. From Darcy Gong
|
2015-04-11 08:07:16 -06:00 |
|
Gregory Nutt
|
9da006f916
|
Minor updates to README files
|
2015-04-10 11:33:01 -06:00 |
|
Gregory Nutt
|
39715f126f
|
Fix several typos in comments
|
2015-04-09 16:13:03 -06:00 |
|
Gregory Nutt
|
474793d8e4
|
Update ChangeLog
|
2015-04-09 15:55:03 -06:00 |
|
Gregory Nutt
|
ad61a44791
|
apps/examples/ostest: Add a test for the sigprocmask, sighold, and sigrelse
|
2015-04-09 15:53:59 -06:00 |
|
Gregory Nutt
|
4d3fa3ca54
|
exampels/nxlines: Needs to include sys/boardctl.c
|
2015-04-09 14:23:31 -06:00 |
|
Gregory Nutt
|
50deb7ad20
|
Remove executable flag from more .c and .h files
|
2015-04-09 08:20:57 -06:00 |
|
Gregory Nutt
|
158c7f7574
|
Make some file section headers more consistent with standard
|
2015-04-08 07:25:06 -06:00 |
|
Gregory Nutt
|
44d966b0a1
|
apps/modbus: That completes a complete pass; all of the modbus files a little closer to NuttX coding style. Still not compliant with naming conventions
|
2015-04-07 16:48:09 -06:00 |
|
Gregory Nutt
|
00a091a840
|
Modbus: changes to more C file to make them more compatible with NuttX coding style
|
2015-04-07 16:12:49 -06:00 |
|
Gregory Nutt
|
c36f2fd564
|
Modbus: changes to several C file to make them more compatible with NuttX coding style
|
2015-04-07 15:57:52 -06:00 |
|
Gregory Nutt
|
b1151ef033
|
Modbus: Change to more header files to make them a little more consistent with Nuttx coding stanards. Still not very close
|
2015-04-07 15:01:39 -06:00 |
|
Gregory Nutt
|
af7f087ccf
|
Modbus: Change to several header files to make them a little more consistent with Nuttx coding stanards. Still not very close
|
2015-04-07 13:50:36 -06:00 |
|
Gregory Nutt
|
6e462908ba
|
apps/system: Clean up Kconfig menuing
|
2015-04-07 13:23:39 -06:00 |
|
Gregory Nutt
|
4a2000e2ae
|
Ooops accidentally committed some trash debug code
|
2015-04-07 12:18:08 -06:00 |
|
Gregory Nutt
|
6ad0579b85
|
Modbus: Misc cleanup
|
2015-04-07 12:16:15 -06:00 |
|
Gregory Nutt
|
ab30957caa
|
Minor changes to SAMV7 USB register definition file from review
|
2015-04-06 13:00:48 -06:00 |
|
Gregory Nutt
|
2f0e4e400f
|
Update ChangeLog
|
2015-04-06 10:59:14 -06:00 |
|
Gregory Nutt
|
5b97e23c90
|
apps/modbus: Fix some complile problems when TCP is enabled
|
2015-04-06 10:57:50 -06:00 |
|