1 / 22

MiniOS7 Studio Introduction

MiniOS7 Studio Introduction. peter_xu@icpdas.com And jose@icpdas.com. MiniOS7: traditional way of development. DOS(cmd.exe) Borland C/C++ 7188XW.EXE(232) / 7188E.EXE(TCP) / 7188EU.EXE(UDP) UltraEditor, Notepad, PSPad …. MiniOS7 Learning Curve. IDE. Steep Learning Curve.

Télécharger la présentation

MiniOS7 Studio Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MiniOS7 Studio Introduction peter_xu@icpdas.com And jose@icpdas.com

  2. MiniOS7: traditional way of development • DOS(cmd.exe) • Borland C/C++ • 7188XW.EXE(232) / 7188E.EXE(TCP) / 7188EU.EXE(UDP) • UltraEditor, Notepad, PSPad …

  3. MiniOS7 Learning Curve IDE Steep Learning Curve Shallow Learning Curve

  4. Editor Management Help Start Compiler iVIEW-100 uPAC-7186EX i-7188E i-8000 iPAC-8000

  5. MiniOS7 Studio characteristics

  6. Meanings of MiniOS7 Studio • To customers: • Into independent software projects • Focus on development, not trivial detail • Fully support of ICPDAS • To ICPDAS: • Improve the quality of service • Focus on services of solutions development, not those of operational details

  7. Environment settings

  8. Unified library system • #include <icpdas.h> • 7188E • XBOARD\X107.LIB, XBOARD\X109.LIB • XBOARD\X110.LIB, XBOARD\X111.LIB • XBOARD\X116.LIB, XBOARD\X119.LIB • XBOARD\X202.LIB, XBOARD\X203.LIB • …. • 8000E • 8017H\8017HL.LIB, 8024\8024L.LIB • 8048\8048L.LIB, 8073\8073L.LIB • 8073\MMC_FS4.LIB, 8080\8080L.LIB • …

  9. A simple example #include <icpdas.h> void main(void) { InitLib(); Print(“Hello World!"); }

  10. Powerful editor

  11. Manuals and documents integration • API Help • Others • demos

  12. Self-defined hotkeys • [Global] • F1=help • F4=repeat • F5=hi • Ctrl+D=dict • Ctrl+W=code_snippet

  13. Source code analyzer

  14. Compiling and debugging integration

  15. Project management

  16. Built-in browser

  17. Built-in scripting • Plug-ins • Add-On • Scriptize: capability to customize • Varieties of libraries Script Studio Utility

  18. Shell integration tool

  19. Auxiliary analysis support • C/C++ Preprocessor • C/C to Assembler • …

  20. Integration with MiniOS7 Utility

  21. MiniOS7 StudioFuture expansion • Automatically update module • QC module • Version control module • Wizard / Builder module • CRM module • Knowledge bank module

  22. FAQ

More Related