Skip to content

Commit 390f4d5

Browse files
committed
first wack at removing the Bosch SDK files from the library
1 parent bd8f5e8 commit 390f4d5

23 files changed

+98
-802
lines changed

src/cortex-m0plus/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Install the BOSCH BMV080 SDK library files for this folder
2+
3+
### From the Bosch BMV080 SDK, copy the following files to this folder and rename them
4+
5+
Using a shell:
6+
7+
Where BOSCH_SDK = *The install directory of the downloaded Bosch SDK*
8+
9+
```sh
10+
cp $BOSCH_SDK/arm_cortex_m0plus/arm_none_eabi_gcc/release/lib_bmv080.a libbmv080.a
11+
cp $BOSCH_SDK/arm_cortex_m0plus/arm_none_eabi_gcc/release/lib_postProcessor.a libpostProcessor.a
12+
```
13+
14+
Or just drag and drop via a GUI interface.

src/cortex-m0plus/libbmv080.a

-76 KB
Binary file not shown.
-79 KB
Binary file not shown.

src/cortex-m33/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Install the BOSCH BMV080 SDK library files for this folder
2+
3+
### From the Bosch BMV080 SDK, copy the following files to this folder and rename them
4+
5+
Using a shell:
6+
7+
Where BOSCH_SDK = *The install directory of the downloaded Bosch SDK*
8+
9+
```sh
10+
cp $BOSCH_SDK/arm_cortex_m33f/arm_none_eabi_gcc/release/lib_bmv080.a libbmv080.a
11+
cp $BOSCH_SDK/arm_cortex_m33f/arm_none_eabi_gcc/release/lib_postProcessor.a libpostProcessor.a
12+
```
13+
14+
Or just drag and drop via a GUI interface.

src/cortex-m33/libbmv080.a

-73.4 KB
Binary file not shown.

src/cortex-m33/libpostProcessor.a

-68 KB
Binary file not shown.

src/cortex-m4/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Install the BOSCH BMV080 SDK library files for this folder
2+
3+
### From the Bosch BMV080 SDK, copy the following files to this folder and rename them
4+
5+
Using a shell:
6+
7+
Where BOSCH_SDK = *The install directory of the downloaded Bosch SDK*
8+
9+
```sh
10+
cp $BOSCH_SDK/arm_cortex_m4/arm_none_eabi_gcc/release/lib_bmv080.a libbmv080.a
11+
cp $BOSCH_SDK/arm_cortex_m4/arm_none_eabi_gcc/release/lib_postProcessor.a libpostProcessor.a
12+
```
13+
14+
Or just drag and drop via a GUI interface.

src/cortex-m4/libbmv080.a

-74.9 KB
Binary file not shown.

src/cortex-m4/libpostProcessor.a

-76.8 KB
Binary file not shown.

src/cortex-m4f/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Install the BOSCH BMV080 SDK library files for this folder
2+
3+
### From the Bosch BMV080 SDK, copy the following files to this folder and rename them
4+
5+
Using a shell:
6+
7+
Where BOSCH_SDK = *The install directory of the downloaded Bosch SDK*
8+
9+
```sh
10+
cp $BOSCH_SDK/arm_cortex_m4f/arm_none_eabi_gcc/release/lib_bmv080.a libbmv080.a
11+
cp $BOSCH_SDK/arm_cortex_m4f/arm_none_eabi_gcc/release/lib_postProcessor.a libpostProcessor.a
12+
```
13+
14+
Or just drag and drop via a GUI interface.

0 commit comments

Comments
 (0)