Olivier Martin
e6168cd496
workspace_tools: Add execution right to build scripts
2014-02-19 23:48:34 +00:00
Emilio Monti
32764eb5d5
Merge pull request #177 from bcostm/master
...
Change us_ticker timer (32-bit) on Nucleo L152RE and F401RE
2014-02-19 17:01:04 +00:00
bcostm
de4e1be4ef
[NUCLEO_F401RE] Change us_ticker timer (32-bit one)
...
Remove also the disable/enable timer update IT in sleep (no more
necessary).
2014-02-19 17:51:22 +01:00
bcostm
ae97da7b56
[NUCLEO_L152RE] Change us_ticker timer (32-bit one)
2014-02-19 16:29:09 +01:00
bcostm
fe63154f89
[NUCLEO_F401RE] Remove PB_11 pin.
2014-02-19 13:01:41 +01:00
Emilio Monti
00078565b9
Merge pull request #176 from 0xc0170/dev_kl05_cmsis_clock
...
CMSIS system for KL05Z update
2014-02-19 08:54:54 +00:00
0xc0170
cd46fa2a73
CMSIS system for KL05Z update
...
- clocking from external 32kHz is set by default
2014-02-19 08:52:59 +01:00
Emilio Monti
111cad58e9
Merge pull request #175 from sg-/FRDM-fix
...
Frdm fix
2014-02-18 22:12:51 +00:00
sg-
be8cccd16f
Tabs to spaces...
2014-02-18 14:16:46 -06:00
sg-
a09c1a724f
Added some PinNames for Arduino compatibility and cleaned up white spaces
2014-02-18 14:12:40 -06:00
sg-
1f50bfc7c5
Update peripheral pin mapping and pin names
2014-02-18 12:08:11 -06:00
Emilio Monti
8583716513
Merge pull request #174 from Sissors/master
...
Properly round non integer bus-frequencies in MHz
2014-02-18 17:48:06 +00:00
Sissors
65d66455c0
Properly round non integer bus-frequencies in MHz
...
PIT prescaler now rounds to nearest instead of down. Since when FLL is
used (default on KL05Z, but also possible on others), the bus
frequencies is 23.986MHz, rounding down is bad.
2014-02-18 18:40:33 +01:00
Emilio Monti
94a1bdc84b
Merge pull request #173 from bcostm/master
...
[NUCLEO_xxx] Fix issue with ticker + add volatile
2014-02-18 15:43:40 +00:00
bcostm
fd0754864e
[NUCLEO_xxx] Fix issue with ticker + add volatile
2014-02-18 16:40:54 +01:00
Emilio Monti
52205bb648
Update README.md
2014-02-18 15:30:45 +00:00
Emilio Monti
a8f17f5426
Fix DAC initialization#
2014-02-18 13:59:58 +00:00
Emilio Monti
10297b352c
Merge pull request #172 from bcostm/master
...
[NUCLEO_xxx] Fix us_ticker and analog_out issues when -O3/-Otime options are used
2014-02-18 11:02:46 +00:00
Emilio Monti
3c8f1c0c59
Merge pull request #169 from oliviermartin/om/usb-device-connect-non-blocking
...
Allow USBDevice::connect() to be non-blocking
2014-02-18 10:51:54 +00:00
Emilio Monti
4d6bf98d64
Merge pull request #168 from oliviermartin/om/sd-fix-when-no-card-present
...
libraries/sd: Fixed SDFileSystem when no card present
2014-02-18 10:47:11 +00:00
Emilio Monti
7d21ccaf0d
Merge pull request #167 from oliviermartin/om/sd-change-default-clock-settings
...
libraries/sd: Allow changing the default clock settings for the initialization and transfer states.
2014-02-18 10:45:22 +00:00
Emilio Monti
18bc485181
Merge pull request #170 from sg-/kl05_uarm
...
Added uARM support for KL05Z and added target to build_release.py. Also ...
2014-02-18 10:20:59 +00:00
Emilio Monti
a2a5490f5d
Merge pull request #171 from Sissors/master
...
Fixed LPC1114 InterruptIn for Port1 (and higher)
2014-02-18 10:19:35 +00:00
bcostm
c482ad79a1
[NUCLEO_L152RE] Fix issue with analog_out and -O3/Otime options
2014-02-18 10:56:16 +01:00
bcostm
1c2bc03f99
[NUCLEO_xxx] Fix us_ticker issue
2014-02-18 09:34:32 +01:00
bcostm
636114b4d1
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-02-18 08:19:31 +01:00
Sissors
8da53457ab
Fixed LPC1114 InterruptIn for Port1 (and higher)
...
Channel was only calculated using bits set, port number was ignored.
2014-02-18 07:58:25 +01:00
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
bcostm
19b70d8833
[NUCLEO_xxx] Add other #pragma O0/Ospace for ticker
2014-02-17 09:10:14 +01: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
Emilio Monti
3136fcc15c
Add Nucleo board reset. Do not release Nordic yet.
2014-02-14 10:38:52 +00: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
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
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
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