Beaver2 SDK V1.10 ReleaseNote
Version: V1.10
Release Date: Jul 13, 2018
1. Version Info
- Users can view device inforamtion through the RSDeviceInformation tool in 04_Tools_Remote.
- Windows:
- Name: roseek_bv2_maincore Version: 1.10 Date: Jul_13_2018 Description: Main core module for bv2
- Name: roseek_bv2_dll_netcmd Version: 1.00 Date: Jul_05_2017 Description: NetCMD module for bv2
- Name: roseek_bv2_peripheral Version: 2.08 Date: Jul_13_2018 Description: Peripheral controller module for bv2
2. New Function & Bug Fix:
- 2.1 By default, maincore uses Roseek's new USB driver, which is compatible with Roseek's old USB driver.
- The new driver makes device access IO more efficient and less affected by system load.
- The new driver makes device access IO more efficient and less affected by system load.
- 2.2 Add the "Roseek_MainCore_SetDriverType" function to maincore.
- When using a different driver, the user needs to call this function to select the driver before calling the "Roseek_MainCore_Init" function:
- 0 indicates using the Roseek's old USB driver, 1 indicates using the Roseek's new USB driver.
- 0 indicates using the Roseek's old USB driver, 1 indicates using the Roseek's new USB driver.
- When using a different driver, the user needs to call this function to select the driver before calling the "Roseek_MainCore_Init" function:
- 2.3 Remove the BVSimpleDemo installer and replace it with the BVDemo installer.
- 2.4 Fix a logic error in the MCU schedule, which makes the "Roseek_DI_RegisterEventCallBack" function a faster response.