Alexander Entinger
|
75d6c4cee3
|
drivers/sensors/mcp9844: Driver for the MCP9844 I2C digital temperature sensor with a selectable resolution
|
2016-01-15 07:25:58 -06:00 |
|
Gregory Nutt
|
2a5c7e9a92
|
resolv.conf: Add support for OpenBSD style resolv.conf syntax where a non-standard DNS server port can be specified using a backet syntax.
|
2016-01-14 17:55:53 -06:00 |
|
Gregory Nutt
|
8a3033643e
|
Add cnvwindeps to .gitignore
|
2016-01-14 16:38:47 -06:00 |
|
Gregory Nutt
|
aa691e6d08
|
tools/Makefile.host: clean target was not removing cnvwindeps program
|
2016-01-14 16:28:43 -06:00 |
|
Gregory Nutt
|
fd91b4dd85
|
Fix minor typo in ChangeLog
|
2016-01-14 15:20:30 -06:00 |
|
Gregory Nutt
|
300d34f029
|
netdb: resolv.conf logic is functional
|
2016-01-14 15:12:42 -06:00 |
|
Gregory Nutt
|
1a8531c951
|
netdb: Extend dns_query so that it can handle multiple nameserver addresses
|
2016-01-14 14:18:19 -06:00 |
|
Gregory Nutt
|
9097425203
|
netdb: Separate lib_dnsclient.c into lib_dnsbind.c and lib_dnsquery.c
|
2016-01-14 10:30:47 -06:00 |
|
Gregory Nutt
|
62f04d98c1
|
netdb: Move DNS initialization and cache logic to separate files
|
2016-01-14 10:17:15 -06:00 |
|
Gregory Nutt
|
0889963b50
|
resolv.conf: Fix some basic compilation issues. Logic still not complete.
|
2016-01-14 08:32:20 -06:00 |
|
Gregory Nutt
|
a7acb45ca6
|
Add logic misssing from dns_add_server
|
2016-01-13 16:29:50 -06:00 |
|
Gregory Nutt
|
b112d8fddc
|
DNS: A little more resolv.conf logic. Still not complete.
|
2016-01-13 16:02:23 -06:00 |
|
Gregory Nutt
|
8e9f884eb7
|
Step 1 in /etc/resolv.conf support
|
2016-01-13 15:06:44 -06:00 |
|
Gregory Nutt
|
530975a9b5
|
Fix typos in TODO
|
2016-01-13 15:03:28 -06:00 |
|
Gregory Nutt
|
47c8eaab58
|
Update TODO list
|
2016-01-13 11:08:05 -06:00 |
|
Gregory Nutt
|
8ee75a96fe
|
Update TODO list and Kconfig help
|
2016-01-13 07:44:44 -06:00 |
|
Gregory Nutt
|
f87358faf9
|
correct some conditional compilation; update some comments
|
2016-01-12 07:05:50 -06:00 |
|
Gregory Nutt
|
53226b608e
|
Trivial correction of alighment
|
2016-01-11 17:14:34 -06:00 |
|
Gregory Nutt
|
42bcda4933
|
Trivial to typo in error message text
|
2016-01-11 08:10:08 -06:00 |
|
Gregory Nutt
|
a0c4c071ed
|
tools/cnvwindeps.c: Omit dependency paths that include spaces
|
2016-01-11 08:01:42 -06:00 |
|
Gregory Nutt
|
586b31abc5
|
tools/cnvwindeps.c: Need to build this tool even on non-Cygwin platforms (either that or rethink the dependencies).
|
2016-01-10 13:38:41 -06:00 |
|
Gregory Nutt
|
c77ac221a7
|
Merge remote-tracking branch 'origin/master' into windeps
|
2016-01-10 13:13:23 -06:00 |
|
Gregory Nutt
|
61e0eb8006
|
Use name, not CONFIG_ settings, to determine host OS; Fix errors in help text.
|
2016-01-10 13:09:10 -06:00 |
|
Gregory Nutt
|
a6da474a69
|
Update ChangeLog; fix some tools/mkdeps.c compile issue in non-Cygwin environemnts
|
2016-01-10 13:02:51 -06:00 |
|
Gregory Nutt
|
65826c7f21
|
tools/mkdeps.c: Fix error in calculation of the length of the command
|
2016-01-10 11:15:30 -06:00 |
|
Gregory Nutt
|
76f4c2bf20
|
tools/mkdeps.c: Correct logic that exands paths
|
2016-01-10 10:16:21 -06:00 |
|
Gregory Nutt
|
e5c8290d5c
|
Should use --winpath option, not the --winnative option
|
2016-01-10 09:25:32 -06:00 |
|
Gregory Nutt
|
c0cb4c8b03
|
Update submodules
|
2016-01-09 20:06:40 -06:00 |
|
Gregory Nutt
|
f6718fb050
|
Merge remote-tracking branch 'origin/master' into windeps
|
2016-01-09 20:04:53 -06:00 |
|
Gregory Nutt
|
51ee01255b
|
ENC28J60: Missing semicolon causes error in some configurations. Noted by Maciej Wójcik
|
2016-01-09 19:56:47 -06:00 |
|
Gregory Nutt
|
5ec04daaa2
|
Extending tools/mkdeps.c
|
2016-01-09 19:52:24 -06:00 |
|
Gregory Nutt
|
c5bcfc166d
|
tools/mkwindeps.sh. A script that coordinates the use of cnvwindeps.exe
|
2016-01-09 17:27:56 -06:00 |
|
Gregory Nutt
|
4d02274d50
|
Update submodules
|
2016-01-09 16:41:18 -06:00 |
|
Gregory Nutt
|
435b29fa7c
|
Update submodules
|
2016-01-09 16:39:30 -06:00 |
|
Gregory Nutt
|
468732e064
|
mkdeps.sh and mkdeps.bat have been deleted. All configurations must now use the compiler mkeps program
|
2016-01-09 16:07:12 -06:00 |
|
Gregory Nutt
|
fbb4dcc0af
|
Some networking logic was used helpers from apps/netutils. Not good. Quick fix is to duplicate logic
|
2016-01-09 15:57:44 -06:00 |
|
Gregory Nutt
|
1608b7c33f
|
Some networking logic was used helpers from apps/netutils. Not good. Quick fix is to duplicate logic
|
2016-01-09 15:56:08 -06:00 |
|
Gregory Nutt
|
7f041b2af4
|
Update README
|
2016-01-09 14:27:22 -06:00 |
|
Gregory Nutt
|
b390bd802a
|
tools/cnvwindeps.c: Add a tool that will convert dependencies created by a Windows native toolchain for use the Cygwin make
|
2016-01-09 13:51:34 -06:00 |
|
Gregory Nutt
|
87a8616976
|
Update ChangeLog
|
2016-01-09 07:39:38 -06:00 |
|
Gregory Nutt
|
1ac6ecac87
|
Changes to last pull request needed for conformance with coding standard
|
2016-01-09 07:27:22 -06:00 |
|
Gregory Nutt
|
70746f766f
|
Merged in kloper/nuttx/atmega2560 (pull request #46)
debug macros for AVR (take #2): Introduce arch-specific debug macro hooks
|
2016-01-09 07:17:22 -06:00 |
|
Dimitry Kloper
|
d219f3a36e
|
Introduce arch-specific debug macro hooks
Make it possible for arch code to provide hook macros for NuttX dbg
that will lead to arch-specific syslog() and lowsyslog() variants.
|
2016-01-09 14:28:12 +02:00 |
|
Dimitry Kloper
|
a5e48dd6a3
|
Merged patacongo/nuttx into master
|
2016-01-09 02:33:50 +02:00 |
|
Gregory Nutt
|
953298d516
|
Update submodules
|
2016-01-08 11:26:45 -06:00 |
|
Gregory Nutt
|
5496c450c5
|
Update submodules
|
2016-01-08 07:51:21 -06:00 |
|
Dimitry Kloper
|
d6b846b323
|
Merged patacongo/nuttx into master
|
2016-01-07 22:04:00 +02:00 |
|
Gregory Nutt
|
31294fb468
|
Update submodules
|
2016-01-07 08:15:00 -06:00 |
|
Gregory Nutt
|
ce2a0b6b51
|
Eliminate a warning
|
2016-01-06 10:05:39 -06:00 |
|
Gregory Nutt
|
b28bf55fb0
|
Cosmetic spacing change
|
2016-01-05 14:52:20 -06:00 |
|