Skip to content

Commit 9150189

Browse files
committed
Merge pull request #5 from mbedmicro/master
Update for real now.
2 parents 376d6a7 + 45d00c3 commit 9150189

File tree

955 files changed

+249562
-9421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

955 files changed

+249562
-9421
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ cscope.*
7272

7373
# vim swap files
7474
*.swp
75+
*~
7576

docs/BUILDING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ $ sudo python setup.py install
4444
```
4545
when your system requires administrator rights to install new Python packages.
4646

47+
### Manual Python package dependency installation
48+
In case you do not want to install whole mbed package using ```setuptools```, you can use ```requirements.txt``` file and with help of ```pip`` package manager install only mbed's Python package dependencies:
49+
```
50+
$ pip install -r requirements.txt
51+
```
4752
## Prerequisites (manual Python package dependency installation)
4853
**Please only read this chapter if you had problems installing mbed SDK dependencies to Python packages**.
4954

libraries/mbed/.yotta_ignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ignore files for targets that aren't supported by the yotta build (to
2+
# minimise the size of the published module)
3+
4+
TARGET_ARM_SSG
5+
TARGET_Freescale
6+
TARGET_RENESAS
7+
TARGET_Silicon_Labs
8+
TARGET_Atmel
9+
TARGET_Maxim
10+
TARGET_NXP
11+
TARGET_STM
12+
TARGET_WIZNET
13+
TOOLCHAIN_IAR
14+

libraries/mbed/api/mbed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef MBED_H
1717
#define MBED_H
1818

19-
#define MBED_LIBRARY_VERSION 104
19+
#define MBED_LIBRARY_VERSION 106
2020

2121
#include "platform.h"
2222

libraries/mbed/targets/cmsis/TARGET_Atmel/TARGET_SAM21/utils/cmsis/samd21/include/component/comp_pac.h

Lines changed: 0 additions & 61 deletions
This file was deleted.

libraries/mbed/targets/cmsis/TARGET_Atmel/TARGET_SAM21/utils/cmsis/samd21/include/component/comp_rfctrl.h

Lines changed: 0 additions & 61 deletions
This file was deleted.

libraries/mbed/targets/cmsis/TARGET_Atmel/TARGET_SAM21/utils/cmsis/samd21/include/instance/ins_gclk.h

Lines changed: 0 additions & 36 deletions
This file was deleted.

libraries/mbed/targets/cmsis/TARGET_Atmel/TARGET_SAM21/utils/cmsis/samd21/include/instance/ins_pac0.h

Lines changed: 0 additions & 16 deletions
This file was deleted.

libraries/mbed/targets/cmsis/TARGET_Atmel/TARGET_SAM21/utils/cmsis/samd21/include/instance/ins_pac1.h

Lines changed: 0 additions & 16 deletions
This file was deleted.

libraries/mbed/targets/cmsis/TARGET_Atmel/TARGET_SAM21/utils/cmsis/samd21/include/instance/ins_pac2.h

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)