Commit Graph

2054 Commits

Author SHA1 Message Date
Gregory Nutt
032e73f1eb Eliminate some warnings 2016-02-02 14:48:17 -06:00
Gregory Nutt
bb9b4c8063 Low level drive access functions should not generate output; it interferes with higher level formatting 2016-02-02 14:42:16 -06:00
Gregory Nutt
7c4f9eb8e9 I2CTOOL: Now uses the I2C driver instead of direct calls into the OS 2016-02-02 10:27:50 -06:00
Gregory Nutt
5ab3722d5d I2C: Remove the setfrequency method from the interface 2016-02-01 16:32:48 -06:00
Gregory Nutt
4e4dbda41e I2C: Add frequency to i2c_msg_s structure 2016-02-01 14:14:48 -06:00
Gregory Nutt
ae0a55de53 I2C: Remove setaddress method 2016-02-01 12:16:56 -06:00
Gregory Nutt
2709652753 The I2C_TRANSFER method is no longer optional 2016-01-31 14:15:07 -06:00
Gregory Nutt
3ef9b14738 Move apps/examples/ubloxmodem to apps/system/ubloxmodem 2016-01-31 09:35:42 -06:00
Vladimir Komendantskiy
02a5e25f56 apps/examples/ubloxmodem: app to control the power state of the modem in nsh. 2016-01-31 09:07:46 -06:00
Gregory Nutt
f0eb017434 Rename i2c_dev_s to i2c_master_s. 2016-01-30 08:37:28 -06:00
Gregory Nutt
c4395122f9 Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h 2016-01-30 08:00:59 -06:00
Gregory Nutt
203589e526 Additional, trivial changes from review 2016-01-29 17:11:06 -06:00
Vladimir Komendantskiy
387dda152c chat app and required update to the pppd client. 2016-01-29 17:00:59 -06:00
Gregory Nutt
694d6b4010 Missed one file in last set of changes 2016-01-29 11:10:06 -06:00
Gregory Nutt
ca0acecd8b Fix up copyright info one replacement fails to match copyright info on original files 2016-01-29 11:09:22 -06:00
Gregory Nutt
df8cb565a1 Move xyz_cxxinitialize.c from nuttx/configs/abc/src to apps/platform/abc/ (where xyz is the processor family and abc is the board) 2016-01-29 10:46:04 -06:00
Gregory Nutt
f1b0dee2b5 Fix some errors in last commit 2016-01-29 10:06:36 -06:00
Gregory Nutt
f4bb412f63 Move stm32_cxxinitialize.c from nuttx/configs/mikroe-stm32f4/src to apps/platform/mikrow-stm32f4/ 2016-01-29 09:57:08 -06:00
Gregory Nutt
665b01c762 Prep for NuttX-7.14 release 2016-01-28 11:35:35 -06:00
Gregory Nutt
1fc6fd9694 apps/platform/Makefile: Use a relative path to the board directory link rather than the absolute path. For Cygwin, the absolute would would need converted with cygpath. But just using the relative path is a simpler solution. 2016-01-27 14:19:47 -06:00
Gregory Nutt
a1cbc92b4f Be courageous: system/ramtron completely removed. It is an inappropriate application 2016-01-27 10:38:14 -06:00
Gregory Nutt
f8f78a0661 system/ramtron is now EXPERIMENTAL because it violates the OS interface boundard by calling up_spiinitialize() directly. The function up_spiinitialize has been obsoleted and is no longer available 2016-01-27 09:25:01 -06:00
Gregory Nutt
e00bc64c40 Trivial correction of some spacing 2016-01-23 17:04:37 -06:00
Gregory Nutt
e39c85b718 Eliminate a warning about a symbol being redefined 2016-01-23 17:03:46 -06:00
Gregory Nutt
615e640913 More bash scripts executable 2016-01-23 15:30:09 -06:00
Gregory Nutt
a585c6958d Make files non-executable 2016-01-23 15:27:48 -06:00
Gregory Nutt
fff6765e63 Update some README files 2016-01-22 17:20:15 -06:00
Gregory Nutt
0720f9a357 NSH: Add option to use platform-specific logic to verify login credentials; Add option to add a delay after each failed login attempt 2016-01-22 10:46:19 -06:00
Gregory Nutt
1decdb2afc Password file is not in base64, not hex 2016-01-21 16:26:44 -06:00
Gregory Nutt
6febdc60c1 Update to use 64-bit timer when available 2016-01-21 12:03:04 -06:00
Gregory Nutt
64f484d71a Move include/inifile.h to include/fsutils/inifile.h 2016-01-20 18:45:03 -06:00
Gregory Nutt
27a55f36d6 Move system/inifile to fsutils/inifile 2016-01-20 17:10:55 -06:00
Gregory Nutt
07cf99130c nsh_stdsession() cannot use the same login logic as nsh_session(); Also put telnet login in a separate file for symmetry 2016-01-20 15:22:02 -06:00
Gregory Nutt
93d9d5e4ca apps/nshlib: All NSH sessions may now be protected with passwords stored in the encrypted /etc/passwd file 2016-01-20 14:42:39 -06:00
Gregory Nutt
29d65eb866 apps/fsutils/passwd: Fix a few more errors found in integration 2016-01-20 14:41:27 -06:00
Gregory Nutt
681bfa2605 NSH: Add logic for the case where the passwd file is read-only. ROMFS image needs to be marked as const, or it will end up in RAM. 2016-01-20 13:05:25 -06:00
Gregory Nutt
3dad8a29a2 NSH now supports an MOTD string that will be presented after the greeting 2016-01-20 11:18:08 -06:00
Gregory Nutt
fe05a8444f apps/nshlib: Add useradd, userdel, and passwd commends 2016-01-20 09:37:25 -06:00
Gregory Nutt
5aa177e03b apps/fsutils/passwd: Fix numerous errors found during testing 2016-01-20 09:36:07 -06:00
Gregory Nutt
06f9487838 Merge branch 'passwd' 2016-01-19 19:23:58 -06:00
Gregory Nutt
8630130299 Remove dangle whitespace at the end of the line and some files with carriage returns in them 2016-01-19 19:22:45 -06:00
Gregory Nutt
c98e51a31d apps/fsutils/passwd: Add a password fila management library 2016-01-19 19:19:04 -06:00
Gregory Nutt
dd53e9ae57 Merged in paulpatience/nuttx-apps/qencoder (pull request #28)
examples/qencoder: Add configuration options to Kconfig file
2016-01-19 12:55:53 -06:00
Paul A. Patience
f5da6e23cf examples/qencoder: Add configuration options to Kconfig file 2016-01-19 13:45:33 -05:00
=?UTF-8?B?6ZmI5p6X6aOe?=
f738166b17 examples/watchdog: Some fixes to help text and ping time range 2016-01-19 06:57:34 -06:00
Gregory Nutt
6d8e81e064 examples/can: Fix to work with new CAN error reporting 2016-01-18 12:34:19 -06:00
Gregory Nutt
7f5a7a07a5 Costmetic alignment 2016-01-17 08:12:51 -06:00
Gregory Nutt
b5c5055c41 NSH: Remove partial implementation of the use of IOBJ/IPTR in NSH. There are some complications 2016-01-17 07:53:52 -06:00
Gregory Nutt
16ed293417 Revert "Revert "NSH: All nsh_output strings tagged with IOBJ so that they may be stored in FLASH on AVR""
This reverts commit fd083ee981.
2016-01-17 07:41:51 -06:00
Gregory Nutt
a5fbb4cd24 Revert "NSHL: Format strings for nsh_output should all have IOBJ qualifier"
This reverts commit 186a101d2c.
2016-01-17 07:39:33 -06:00