You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
set UV_PRO_PATH=dynamic_electrocardiograph_ble_server\ble_app_uart_c_pca10100_s122.uvprojx set BUILD_RESULT=dynamic_electrocardiograph_ble_server\_build\dynamic_electrocardiograph_ble_server.hex
call scripter\keil_build.bat ^
%UV_PRO_PATH% ^
%BUILD_RESULT%
if not exist %BUILD_RESULT% ( echo EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE echo E ���� %UV_PRO_PATH% ʧ�� echo EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE exit /b 1 )
@REM ���� mergehex --merge ^
res/s140_nrf52_7.2.0_softdevice.hex ^
%BUILD_RESULT% ^
--output output/dynamic_electrocardiograph_ble_server.hex
if %errorlevel% neq 0 ( echo EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE echo E ����ʧ�� echo EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE exit /b 1 )
@REM ��¼ nrfjprog --eraseall -f NRF52 %ȫ����% nrfjprog --program output/dynamic_electrocardiograph_ble_server.hex --verify -f NRF52 %��¼%
|