Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DebugLib Socket lwip lwip-sys
Fork of NetworkingCoreLib by
main/core/config.h@0:013f5d54248c, 2012-05-24 (annotated)
- Committer:
- donatien
- Date:
- Thu May 24 14:49:40 2012 +0000
- Revision:
- 0:013f5d54248c
- Child:
- 13:f7d8c8088289
Initial Commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
donatien | 0:013f5d54248c | 1 | /* config.H */ |
donatien | 0:013f5d54248c | 2 | /* |
donatien | 0:013f5d54248c | 3 | Copyright (C) 2012 ARM Limited. |
donatien | 0:013f5d54248c | 4 | |
donatien | 0:013f5d54248c | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
donatien | 0:013f5d54248c | 6 | this software and associated documentation files (the "Software"), to deal in |
donatien | 0:013f5d54248c | 7 | the Software without restriction, including without limitation the rights to |
donatien | 0:013f5d54248c | 8 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
donatien | 0:013f5d54248c | 9 | of the Software, and to permit persons to whom the Software is furnished to do |
donatien | 0:013f5d54248c | 10 | so, subject to the following conditions: |
donatien | 0:013f5d54248c | 11 | |
donatien | 0:013f5d54248c | 12 | The above copyright notice and this permission notice shall be included in all |
donatien | 0:013f5d54248c | 13 | copies or substantial portions of the Software. |
donatien | 0:013f5d54248c | 14 | |
donatien | 0:013f5d54248c | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
donatien | 0:013f5d54248c | 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
donatien | 0:013f5d54248c | 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
donatien | 0:013f5d54248c | 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
donatien | 0:013f5d54248c | 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
donatien | 0:013f5d54248c | 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
donatien | 0:013f5d54248c | 21 | SOFTWARE. |
donatien | 0:013f5d54248c | 22 | */ |
donatien | 0:013f5d54248c | 23 | |
donatien | 0:013f5d54248c | 24 | #ifndef CONFIG_H_ |
donatien | 0:013f5d54248c | 25 | #define CONFIG_H_ |
donatien | 0:013f5d54248c | 26 | |
donatien | 0:013f5d54248c | 27 | |
donatien | 0:013f5d54248c | 28 | //Configuration |
donatien | 0:013f5d54248c | 29 | #define AT_THREAD_PRIORITY 0 |
donatien | 0:013f5d54248c | 30 | |
donatien | 0:013f5d54248c | 31 | |
donatien | 0:013f5d54248c | 32 | #endif /* CONFIG_H_ */ |