Bogdan Marinescu
fee50a80ff
Fixed case for FATFileSystem
2014-08-28 13:14:38 +01:00
Bogdan Marinescu
024a68e792
Publish FatFileSystem under mbed-official
2014-08-28 10:54:35 +01:00
Bogdan Marinescu
2b696a06fc
Synchronize FatFileSystem automatically
2014-08-28 10:42:59 +01:00
0xc0170
00ddb5570b
spaces removal - workspace tools (not tmpl)
2014-05-29 15:42:03 +02:00
Rohit Grover
61a72711eb
Removed BLE related code to github
...
As part of transitioning to mbed.org, the BLE code is now only available
on mbed.org:
http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/
http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/
2014-05-20 14:43:10 +01:00
Bogdan Marinescu
b7ce2ee5bf
Fix synchronization script
2014-04-07 17:35:18 +01:00
Bogdan Marinescu
f3de3458fa
Fixed location of BLE_API
2014-04-01 11:28:52 +01:00
Bogdan Marinescu
d88bcf2932
BLE API refactoring and synchronization logic
...
BLE code was split in two parts:
- ble-api: the core (common part)
Can be found at http://mbed.org/users/mbed_official/code/ble-api
- nRF51822: the Nordic specific implementation for the ble-api library
Can be found at http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822
The code was slightly modified to follow this refactoring. The tests were also updated
to follow this new structure.
The code should now automatically sync from github to the above repositories.
2014-03-26 15:21:13 +00:00
Bogdan Marinescu
e162e96245
Always use the local version of workspace_tools
...
This ensures compatibility with the mbed-tools package.
2013-12-19 15:02:57 +02:00
Bogdan Marinescu
6af18d0946
Fix error in 'update_repo' call
2013-10-23 17:27:36 +03:00
Bogdan Marinescu
fe7021d433
Renamed ubloxusbgsm in main to ubloxusb
...
Since the tests are now generic (both GSM and CDMA), rename the directory
to reflect this.
2013-10-22 12:41:01 +03:00
Bogdan Marinescu
8aaa1b76a6
Added auto synchronization for the u-blox GSM modem test
...
Also changed the test to look more like the original VodafoneUSBModem SMS
test (added another thread).
2013-10-21 14:21:42 +03:00
Bogdan Marinescu
07e003d783
Added u-blox test repository
...
Also, allow a repository to synchronize with more than one source
directory.
2013-10-19 00:22:46 +03:00
Bogdan Marinescu
ce17e72891
Added cellular modem libs to sync script
2013-10-17 13:12:05 +03:00
Bogdan Marinescu
fc5774131c
More changes to the synchronization script
...
1. added the possibility to redirect stderr to stdout in utils.run_cmd
2. synch.py now calls the above run_cmd in redirect mode instead of the
old 'cmd' that doesn't intercept standard streams. This makes it easier
for an external tool to intercept the output of 'hg'.
2013-09-11 17:02:51 +03:00
Bogdan Marinescu
162aad2072
Changed do_sync do return the list of changed repositories
2013-09-11 13:10:11 +03:00
Bogdan Marinescu
5ec4edf76f
Change the synch.py script to make it usable as a module
2013-09-11 12:59:28 +03:00
Bogdan Marinescu
12d085ec0a
Updated synchronization script
...
Added persistent line endings, commit message on the command line and
"quiet" option (run without user interaction).
2013-09-10 18:27:10 +03:00
Emilio Monti
3c6e2ab67a
Add license to workspace_tools files
2013-08-06 14:38:00 +01:00
Emilio Monti
091fe5c3d0
synch targets, exporters and tests
2013-07-17 14:11:54 +01:00
Emilio Monti
984ba4b113
Refactor the build system:
...
* add sets of TARGET and TOOLCHAIN "labels"
2013-06-24 14:32:08 +01:00
Emilio Monti
90b614baf8
Unify mbed library sources
...
Remove stdio retargeting reference form cmsis: keep it as a standalone
object
Avoid object files clash for sources with the same name
2013-06-14 17:32:15 +01:00
Emilio Monti
31ee5e5f29
Refactoring of the mbed SDK:
...
- Provide a well defined HAL and API
- Keep separated the HAL implementations for the different targets
2013-06-10 15:44:08 +01:00
Emilio Monti
85ee266ab2
Add scripts to sinchronize mbed.org libraries with mbed SDK
2013-05-30 18:22:41 +01:00