sg-
bded790c9b
Added uARM support for KL05Z and added target to build_release.py. Also updated uvision4.py to UBLOX_C027 from previous name C027
2014-02-17 22:12:16 -06:00
Olivier Martin
f19f0b27c1
Allow USBDevice::connect() to be non-blocking.
...
It is required if USB is not the primary use of the device (eg: use
of USB mass storage to transfer pictures from the camera (the
device) to the host once in a while).
2014-02-17 23:55:46 +00:00
Olivier Martin
1e548aba02
libraries/sd: Allow changing the default clock settings for the initialization and transfer states.
2014-02-17 23:49:33 +00:00
Olivier Martin
cd2b7de281
libraries/sd: Fixed SDFileSystem when no card present (or failed its initialization).
2014-02-17 23:44:12 +00:00
Emilio Monti
b87dac9fce
fix us_ticker issue for Nucleo boards
2014-02-17 16:13:40 +00:00
tkuyucu
4d767c0dc8
Updated Sleep
...
using WFE for nordic sleep
Removed systemoff call from deepleep since it does not retain program
state.
2014-02-17 15:54:39 +01:00
tkuyucu
cfb9b992c3
Merge remote-tracking branch 'upstream/master'
2014-02-17 11:25:54 +01:00
tkuyucu
4f6b0b6443
nordic_global.h file now included
2014-02-17 10:31:20 +01:00
bcostm
19b70d8833
[NUCLEO_xxx] Add other #pragma O0/Ospace for ticker
2014-02-17 09:10:14 +01:00
ytsuboi
3930605032
Merge branch 'master' of https://github.com/mbedmicro/mbed_private_nxp
2014-02-17 11:53:58 +09:00
ytsuboi
8bc9a83a0e
[LPC1549] Added export support
2014-02-17 11:53:44 +09:00
Toyomasa Watarai
01cfe17b3d
[LPC1549] Added InterruptIn support
2014-02-16 22:38:09 +09:00
bcostm
e9ff16fa11
[NUCLEO_xxx] Change code optimization for us_ticker_read()
...
Fix issue when the hal is compiled with -O3 -Otime
2014-02-16 12:13:42 +01:00
ytsuboi
a2f2f44258
[LPC1549] Added I2C master support
2014-02-15 18:23:06 +09:00
Toyomasa Watarai
95f4057499
[LPC1549] Added AnalogIn support
2014-02-15 15:18:35 +09:00
tkuyucu
d7dae24aaa
Removed UICR edit.
2014-02-14 12:32:04 +01:00
Emilio Monti
3136fcc15c
Add Nucleo board reset. Do not release Nordic yet.
2014-02-14 10:38:52 +00:00
Toyomasa Watarai
e2a47d9daa
[LPC1549] Corrected wrong pin name
2014-02-14 19:14:05 +09:00
Toyomasa Watarai
5fbea95fe2
[LPC1549] Added Arduino Shield Receptacles Names
2014-02-14 16:18:48 +09:00
Emilio Monti
d31fe02875
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-02-13 18:05:04 +00:00
Emilio Monti
725053636a
Merge pull request #165 from bcostm/master
...
[NUCLEO_xxx] Fix issue with attach_us function
2014-02-13 18:04:15 +00:00
Stephen Paulger
e647c0ffb9
Update Exporter README
...
Added rows for ST Platforms.
Added rows for missing Freescale Platforms.
Added columns for CoIDE
2014-02-13 17:18:56 +00:00
Emilio Monti
b50e5e4c7a
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-02-13 15:42:18 +00:00
bcostm
fda11bae82
[NUCLEO_xxx] Fix issue with attach_us function
2014-02-13 14:11:01 +01:00
Toyomasa Watarai
1c2e2ce572
[LPC1549] Fixed us_ticker problem
2014-02-13 17:00:25 +09:00
Toyomasa Watarai
07706f0821
[LPC1549] Added SPI support
2014-02-13 16:52:38 +09:00
Emilio Monti
6bfcd8796b
Merge pull request #164 from neilt6/master
...
LPC11U35 Toolchain & Readme Fixes
2014-02-12 17:02:44 +00:00
neilt6
d3944590ba
Added LPC11U35 to readme
...
Added a reference to the EA LPC11U35 QuickStart Board to the readme.
2014-02-12 09:57:43 -07:00
neilt6
985c40a3d9
Changed LPC11U35 online toolchain to uARM
...
Added the ONLINE_TOOLCHAIN tag to the LPC11U35_401 target class in order
to prevent ARM Standard from being used instead of ARM Micro.
2014-02-12 09:55:06 -07:00
ytsuboi
78d4c7345b
[LPC1549] Added UART support
2014-02-12 23:43:27 +09:00
Emilio Monti
641ac65ce7
Remove duplicate label (already in the target name)
2014-02-12 14:03:44 +00:00
root
e04b97e6e1
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-02-12 11:43:00 +00:00
Mihail Stoyanov
fc201caf64
Add preferred online toolchain flag in targets.py
2014-02-12 11:42:19 +00:00
Emilio Monti
9762d3af3b
Add UBLOX_C027 to official builds
2014-02-12 11:34:06 +00:00
Emilio Monti
e5ac8fed59
Update list of officially supported builds
2014-02-12 10:31:25 +00:00
ytsuboi
5f1f6c7417
[LPC1549] put PINASSIGN0-15 to PINASSIGN[] on LPC15xx.h
...
and fixed typo on system_LPC15xx.c
2014-02-12 16:13:00 +09:00
Emilio Monti
0466e90b2a
Merge pull request #163 from bcostm/master
...
Add uvision exporters for NUCLEO_L152RE/F030R8/F401RE
2014-02-11 23:01:21 +00:00
bcostm
156be94791
[NUCLEO_F401RE] Add uvision exporter + remove compilation warning
2014-02-11 21:08:36 +01:00
Emilio Monti
b213992ac0
Optimize for speed
2014-02-11 17:07:29 +00:00
Emilio Monti
0b9d9ff701
Add proper support to nrfjprog interface
2014-02-11 15:54:52 +00:00
bcostm
90c261a513
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-02-11 16:50:40 +01:00
bcostm
e9394fc5f5
Add exporters for NUCLEO_L152RE and F030R8
2014-02-11 16:38:37 +01:00
Emilio Monti
17499c34d2
Remove stm32f4xx_hal_msp template
2014-02-11 14:51:18 +00:00
Toyomasa Watarai
741bfc22b1
[LPC1549] Fixed GPIO
...
Clean-up PinNames.h and GPIOrelated functions.
2014-02-11 23:18:59 +09:00
Mihail Stoyanov
4b49861ffb
Remove "quirky" resources assignment to toolchain
2014-02-11 10:55:20 +00:00
Mihail Stoyanov
31ccf33a12
Fixed parameters of binary_hook functions
2014-02-11 10:50:16 +00:00
ytsuboi
e06e842221
[LPC1549] initial commit
2014-02-11 15:54:38 +09:00
Emilio Monti
82b58af42c
Merge pull request #162 from bcostm/master
...
[NUCLEO_F401RE] Corrections in uvision exporter, GPIOs setting and SPI.
2014-02-10 18:48:45 +00:00
root
c19ed4c263
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-02-10 15:39:11 +00:00
Mihail Stoyanov
8c9d70d224
Changed binary naming flag to OUTPUT_NAMING; Fixed binary_hook() to use 3 params
2014-02-10 15:38:37 +00:00