diff options
author | wdenk | 2003-06-19 23:04:19 +0000 |
---|---|---|
committer | wdenk | 2003-06-19 23:04:19 +0000 |
commit | 52f52c1494eedaeacccad6e2331f4f638b48f5ab (patch) | |
tree | ef44c22a2c583fe9b136ae6f38bbb42ef6a71df0 /README | |
parent | 48b42616e928ce6eacfe20276a1614e2b27ac4b5 (diff) |
Patches by Robert Schwebel, 14 Jun 2003:
- add support for Logotronic DL datalogger board
- cleanup serial line after kermit binary download
- add debugX macro (debug level support)
- update mach-types.h to latest arm.linux.org.uk master list.
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -2651,6 +2651,14 @@ Unix, I recommend to use C-Kermit for general purpose use (and especially for kermit binary protocol download ("loadb" command), and use "cu" for S-Record download ("loads" command). +Nevertheless, if you absolutely want to use it try adding this +configuration to your "File transfer protocols" section: + + Name Program Name U/D FullScr IO-Red. Multi + X kermit /usr/bin/kermit -i -l %l -s Y U Y N N + Y kermit /usr/bin/kermit -i -l %l -r N D Y N N + + NetBSD Notes: ============= @@ -3002,6 +3010,13 @@ it: We accept patches as plain text, MIME attachments or as uuencoded gzipped text. +* If one logical set of modifications affects or creates several + files, all these changes shall be submitted in a SINGLE patch file. + +* Changesets that contain different, unrelated modifications shall be + submitted as SEPARATE patches, one patch per changeset. + + Notes: * Before sending the patch, run the MAKEALL script on your patched |