Punit Soni
882dcee242
Add support for GCC_ARM toolchain in target STM32F103RB
2014-05-19 20:18:42 -07:00
Bogdan Marinescu
e686ab9224
Added LPC11U68 to the official build
2014-05-19 17:08:40 +01:00
Bogdan Marinescu
eb0ab77fdb
Bumped revision number
2014-05-19 17:08:40 +01:00
Bogdan Marinescu
7525cfcb4b
Merge pull request #313 from dbestm/master
...
[NUCLEO_F302R8] enhance SPI slave
2014-05-19 15:35:37 +01:00
dbestm
af4522e2dc
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-05-19 15:42:42 +02:00
dbestm
2691001351
[NUCLEO_F302R8] enhance SPI slave
2014-05-19 15:37:08 +02:00
Stephen Paulger
4699666aa4
Add NRF51822 to exporter readme
2014-05-19 13:45:07 +01:00
Stephen Paulger
75e794af37
Update Exporter README
2014-05-19 13:43:29 +01:00
Bogdan Marinescu
ed3c2040e2
Fix exporters on UBLOX_C027
...
Temporary solution, until the exporter infrastructure is modified
to support proper target aliasing/inference.
2014-05-19 13:35:30 +01:00
Martin Kojtal
ffcaadfc68
Merge pull request #310 from dbestm/master
...
[NUCLEO_F302R8] Add I2C slave, enhance I2C master
2014-05-19 10:59:31 +01:00
dbestm
9d459bad9f
[NUCLEO_F302R8] indentation correction in I2C api
2014-05-19 11:12:12 +02:00
dbestm
6484358e33
[NUCLEO_F030R8] enhance I2C master
2014-05-19 09:57:58 +02:00
Martin Kojtal
e7f82dfb52
Merge pull request #312 from mazgch/master
...
fix wrong pin in C027 platform api
2014-05-19 08:43:22 +01:00
Martin Kojtal
58d0e0c8d4
Merge pull request #311 from Sissors/K20
...
[K20D5M] SPI implementation - freq
2014-05-19 08:11:28 +01:00
Sissors
da3c7c5e60
K20D5(0)M SPI code
...
Other pinouts still need to be done. PTC6 as MOSI possibly has issues.
There are also some changes which technically aren't required, but were
made in the search to why on earth it wasn't doing anything.
2014-05-18 09:40:39 +02:00
mazgch
ec6104a0fd
typo
2014-05-16 18:19:06 +02:00
Martin Kojtal
32deaca3f9
Merge pull request #308 from mazgch/master
...
[ublox c027] platform api to manage peripheral power supplies and level shifters
2014-05-16 16:08:12 +01:00
0xc0170
fb90157c9a
All targets except STM - asserts for checking presumptions (function parameters)
2014-05-16 15:45:12 +01:00
Przemek Wirkus
30424b260d
Code indentation only
2014-05-16 14:33:10 +01:00
Przemek Wirkus
d6168f30cf
Added TARGET_LPC11U68 to timer/ticker/eeprom tests
2014-05-16 14:29:51 +01:00
Przemek Wirkus
55c4d96efc
Added NUCLEO L053R8 to SD test definitions
2014-05-16 11:16:47 +01:00
dbestm
cd5cb4ab34
[NUCLEO_F302R8] Add I2C slave, enhance I2C master
2014-05-16 10:56:03 +02:00
Martin Kojtal
71a478f780
Merge pull request #309 from toyowata/master
...
[LPC11U68] PwmOut and USBDevice support
2014-05-16 08:57:05 +01:00
Toyomasa Watarai
71b734812b
[LPC11U68] Added PwmOut and USBDevice support
...
Added PwmOut support using SCT0/1
Added USBDevice support
Fixed analog mode issue for ADC
2014-05-16 16:00:43 +09:00
Bogdan Marinescu
7fda8e7eb7
Merge branch 'master' of github.com:mbedmicro/mbed
2014-05-15 17:12:41 +01:00
Bogdan Marinescu
4d4ac9cd81
Fixed LPC11U68 flow control issue
2014-05-15 17:12:28 +01:00
mazgch
a36ad6c0b6
address coding style concerns of some individuals
2014-05-15 17:37:15 +02:00
mazgch
f8e0d9cf3e
added a api to manage the power supplies of peripheral power supplies and level shifters
2014-05-15 17:10:30 +02:00
Martin Kojtal
377ccd9e08
Merge pull request #306 from mazgch/master
...
add more pin names for C027 and LPC4088 QSB base board
2014-05-15 15:38:54 +01:00
0xc0170
09fe00f041
gpio and pinmap - asserts for NC as parameters (not init), abort retarget
...
- retarget - abort - calls mbed_die
- asserts added to gpio mbed hal for all targets
2014-05-15 15:30:14 +01:00
Bogdan Marinescu
6bc9b93a40
Merge branch 'dbestm-master'
2014-05-15 13:34:29 +01:00
Bogdan Marinescu
e6f6f73239
Merge branch 'master' of git://github.com/dbestm/mbed into dbestm-master
...
Conflicts:
libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_L152RE/i2c_api.c
2014-05-15 13:33:52 +01:00
Przemek Wirkus
1ac1ba4833
Added test by nane execution to test suite execution script
2014-05-14 18:26:26 +01:00
Przemek Wirkus
ef1f4756c1
Removed compilation error
2014-05-14 17:21:11 +01:00
mazgch
7bc41ef504
some more pin names
2014-05-14 17:59:32 +02:00
0xc0170
4c61464ee7
all targets - gpio - NC guard
...
- gpio init enables to set pin to NC, thus the rest of gpio HAL should not do any action
if pin is set to NC.
2014-05-14 15:44:33 +01:00
Przemek Wirkus
63d2bba43c
Add new ST target TARGET_NUCLEO_L053R8 to few tests
2014-05-14 14:54:11 +01:00
Martin Kojtal
6923b21563
Merge pull request #304 from bco2stm/master
...
[NUCLEO_F302R8] Correct the pin used for the LEDx definitions
2014-05-14 13:45:09 +01:00
Martin Kojtal
eb30280f2a
Merge pull request #305 from mazgch/master
...
[K64F] fix uart tx isr detach
2014-05-14 13:37:47 +01:00
mazgch
339bd2aec9
fix uart tx isr detach
2014-05-14 14:09:36 +02:00
bco2stm
4bc911d7da
[NUCLEO_F302R8] Correct the pin used for the LEDx definitions
2014-05-14 09:46:26 +02:00
Martin Kojtal
1ec0c1564c
Merge pull request #303 from bco2stm/master
...
[NUCLEO_F030R8] Correct PA_7 pwm channel number
2014-05-14 08:28:26 +01:00
bco2stm
c273d37730
[NUCLEO_F030R8] Correct PA_7 pwm channel number
2014-05-14 09:20:42 +02:00
unknown
87eb44e68d
This change fixes the problem with K64F Ethernet support where after transmitting frames, the buffers were not released so system would eventually running out of memory.
...
Signed-off-by: unknown <sersca01@SERSCA01-002137.usa.Arm.com>
2014-05-13 10:29:34 -07:00
dbestm
b15f1e5245
[NUCLEO_L152RE] add SPI slave and I2C slave
2014-05-13 09:49:50 +02:00
0xc0170
540ec006b5
uvision exporter - precompiled headers, flags addition
...
- all current templates updated with misc flags option
- K64F - precompiled headers flag for uvision
2014-05-12 14:27:35 +01:00
bcostm
f41d1e8383
[NUCLEO_F401RE] Add PA_7 in AnalogIn pinout
2014-05-12 10:06:12 +01:00
Bogdan Marinescu
3dde82bd44
Merge pull request #301 from toyowata/master
...
[LPC11U68] Fixed PLL lock issue etc
2014-05-12 10:01:38 +01:00
Toyomasa Watarai
e756237ebf
[LPC11U68] Fixed PLL lock issue etc
...
Fixed PLL lock issue
Corrected system clock related code
2014-05-12 15:25:23 +09:00
Martin Kojtal
ec1f338b13
Merge pull request #300 from toyowata/master
...
[LPC11U35_501] USBDevice support
2014-05-10 07:47:06 +01:00