Sample program of SAKURA Internet IoT Communication Module

Dependencies:   SakuraIO mbed

View the Github repository.

MAINTENANCE.md

Committer:
chibiegg
Date:
2018-02-25
Revision:
13:2befc704b349
Parent:
4:59d500069fed

File content as of revision 13:2befc704b349:

# Maintenance

## Sync with github.com

### Setup hg-git

```bash
pip install mercurial hg-git
```

#### ~/.hgrc

```
[extensions]
hggit =
```

### mbed.org to github.com

```bash
hg clone https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Standard/ SakuraIO_Standard-sync
cd SakuraIOmbed-sync
hg push git@github.com:sakuraio/sakuraio-mbed-standard.git
```

### github.com to mbed.org

```bash
hg pull git@github.com:sakuraio/sakuraio-mbed-standard.git
hg outgoing https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Standard/ # check diff
hg push https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Standard/
```