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.
ICE-Application/src/Utilities/v7_execute.h@1:b2e90cda7a5a, 2017-01-24 (annotated)
- Committer:
- jmarkel44
- Date:
- Tue Jan 24 19:06:45 2017 +0000
- Revision:
- 1:b2e90cda7a5a
- Parent:
- 0:61364762ee0e
Port from IAR F412 project
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| jmarkel44 | 0:61364762ee0e | 1 | #ifndef V7_EXECUTE_H |
| jmarkel44 | 0:61364762ee0e | 2 | #define V7_EXECUTE_H |
| jmarkel44 | 0:61364762ee0e | 3 | |
| jmarkel44 | 0:61364762ee0e | 4 | #include "global.h" |
| jmarkel44 | 0:61364762ee0e | 5 | #include "v7.h" |
| jmarkel44 | 0:61364762ee0e | 6 | #include "v7_c_calls.h" |
| jmarkel44 | 0:61364762ee0e | 7 | |
| jmarkel44 | 0:61364762ee0e | 8 | void v7_Create_Engine(void); |
| jmarkel44 | 0:61364762ee0e | 9 | void v7_Load_Script(const char * scriptString); |
| jmarkel44 | 0:61364762ee0e | 10 | void v7_Execute_Script( std::string Command, std::string argv[NUM_SCRIPT_ARGS] ); |
| jmarkel44 | 0:61364762ee0e | 11 | |
| jmarkel44 | 0:61364762ee0e | 12 | #endif |