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 |
|
Gregory Nutt
|
fd083ee981
|
Revert "NSH: All nsh_output strings tagged with IOBJ so that they may be stored in FLASH on AVR"
This reverts commit cb6a914d08 .
|
2016-01-17 07:39:17 -06:00 |
|
Gregory Nutt
|
691bd07f2e
|
NSH library: Costmetic change
|
2016-01-17 07:29:50 -06:00 |
|
Gregory Nutt
|
a88338b41a
|
Merge remote-tracking branch 'origin/master' into resolv.conf
|
2016-01-14 15:17:20 -06:00 |
|
Pelle Windestam
|
16c02a07d7
|
Add netlib_get_dripv4addr() and netlib_get_ipv4netmask()
|
2016-01-14 07:24:36 -06:00 |
|
Gregory Nutt
|
0d058af821
|
Step 1 in /etc/resolv.conf support
|
2016-01-13 15:08:59 -06:00 |
|
Stefan Kolb
|
3b820bbc78
|
NSH: Correct an error in conditional compilation
|
2016-01-13 06:53:33 -06:00 |
|
Gregory Nutt
|
c13b9e6a51
|
Fix compile error in time command when certain features are disabled
|
2016-01-08 11:23:45 -06:00 |
|
Gregory Nutt
|
19efbf8b87
|
OS test: Mark some constants as long to avoid overflow when used the AVR8. Example, 500*1000 overflows when type int is only 16-bits, but 500*1000L avoids the overflow
|
2016-01-08 07:48:50 -06:00 |
|
Gregory Nutt
|
50f44f23f2
|
Fix an error in last commit; eliminate a warning
|
2016-01-06 10:14:09 -06:00 |
|
Gregory Nutt
|
186a101d2c
|
NSHL: Format strings for nsh_output should all have IOBJ qualifier
|
2016-01-06 08:31:56 -06:00 |
|
Gregory Nutt
|
96ee336278
|
apps/examples/hello: Can now select task priority and stacksize
|
2016-01-06 07:47:08 -06:00 |
|
Gregory Nutt
|
cb6a914d08
|
NSH: All nsh_output strings tagged with IOBJ so that they may be stored in FLASH on AVR
|
2016-01-05 16:38:50 -06:00 |
|
Gregory Nutt
|
611bd4684f
|
Update some comments
|
2016-01-04 12:36:38 -06:00 |
|
Gregory Nutt
|
d5df336821
|
Trivial update to README
|
2016-01-01 12:16:19 -06:00 |
|
Gregory Nutt
|
31629ee982
|
Update README
|
2016-01-01 09:09:34 -06:00 |
|
Gregory Nutt
|
949b4bd520
|
Correct a statement in the description of the time command
|
2015-12-31 10:23:11 -06:00 |
|
Gregory Nutt
|
6c89c01cf5
|
Fix a scaling error in the new time command
|
2015-12-31 10:03:04 -06:00 |
|