Changes between Version 4 and Version 5 of Download


Ignore:
Timestamp:
Feb 12, 2015, 10:28:47 AM (9 years ago)
Author:
ertl-yutaka
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v4 v5  
    11= ダウンロード =
    2 
    32[[TOC(depth=1, WhatsEV3RT, Download, DevEnv, SampleProgram, UserManual, FAQ)]]
    43
    5 == Release β2 ==
    6 === ファイル ===
    7 [https://www.dropbox.com/s/tfbpbcedryb1hty/ev3rt-beta2-release.zip?dl=0 ダウンロード先] (一般公開の際にはここにファイルを置くイメージ)
    8 
    9 === リリース日 ===
    10 2014年12月15日
     4|| リリース || 公開範囲 || リリース日 || ファイル ||
     5|| β3 || 一般 || 2015年02月12日 || ||
     6|| β2 || TOPPERS会員&ETロボコン技術委員 || 2014年12月15日 || [http://dev.toppers.jp/trac/ev3/browser/branches/ev3rt-beta2-release ダウンロード先] ||
    117
    128=== ファイルリスト ===
     
    1511|| EV3RT_User_Manual.doc || ユーザマニュアル ||
    1612|| EV3RT_C_API_Reference || EV3RT C言語APIリファレンス(index.html) ||
    17 || sdcard || ビルド済みのApp Loaderと各種サンプルアプリケーションの実行ファイル[[BR]]SDカードのルートにコピーしてテストできる ||
    18 || ev3rt-beta2.tar.xz || EV3RTのアーカイブファイル ||
     13|| sdcard || ビルド済みのApp Loaderと各種サンプルアプリケーションの実行ファイル.[[BR]]SDカードのルートにコピーしてテストできる. ||
     14|| ev3rt-beta3.tar.xz || EV3RTのアーカイブファイル ||
    1915
    20 == 変更履歴 ==
    21 === 2014-12-15 Version Beta 2 ===
    22  * Updated EV3 API for C language[[BR]]  - Added API for LCD (draw string, display image, etc.)[[BR]]  - Added API for EV3 cyclic handlers[[BR]]  - Updated API for buttons[[BR]]    - ev3_button_is_pressed()[[BR]]  - Updated API for motors[[BR]]    - ev3_motor_get_power()[[BR]]* Supported development in C++[[BR]]  - Both standalone & dynamic loading mode are supported[[BR]]  - Modified linker script to compile properly[[BR]]* New sample programs[[BR]]  - Sample for C++ (workspace/test-cpp)[[BR]]  - Sample for Trike (workspace/trike)[[BR]]* Programs in GUI[[BR]]  - HelloEV3 & dynamic loader have a GUI menu now[[BR]]  - Gyroboy uses LCD to show connection of ports[[BR]]* RTOS features[[BR]]  - Static API EV3_CRE_CYC is supported to create EV3 cyclic handlers[[BR]]    - Both standalone & dynamic loading mode are supported[[BR]]  - CRE_SEM and CRE_FLG are also supported in dynamic loading mode now[[BR]]* Application development[[BR]]  - Standalone & dynamic loading mode share the same cfg file (app.cfg) now[[BR]]    - app_mod.cfg (for dynamic loading in Beta 1) is no longer used[[BR]]  - Dynamic loader can recover from application crashes now[[BR]]* New core services (or device drivers)[[BR]]  - Implemented ST7586 LCD driver[[BR]]    - Auto refresh (frame rate: 25 fps by default)[[BR]]        - DMA is used to reduced the overhead of refreshing to a very low level[[BR]]  - Implemented service for EV3 cyclic handlers[[BR]]* Miscellaneous[[BR]]  - EV3 can be powered off by holding back, left and right buttons now[[BR]]  - PIL (Platform interface layer) version is upated to 2[[BR]]  - Updated installation guide and user manual.[[BR]]
    23 
    24 === 2014-10-22 Version Beta 1 ===
    25  * Released Beta 1.
    26 
     16=== 変更履歴 ===
    2717==  ==