Bogdan Marinescu
|
152b58673f
|
Merge pull request #293 from hollie/fix_nvic_table_init
Ensure the NVIC table gets copied to RAM even when it is not at 0x0000
|
2014-05-07 17:38:34 +01:00 |
Bogdan Marinescu
|
cbbbba7ce2
|
Merge pull request #297 from dbestm/master
[NUCLEO_F401RE] add stop management in I2C
|
2014-05-07 17:38:18 +01:00 |
dbestm
|
ae75c78147
|
[NUCLEO_F401RE] add stop management in I2C
|
2014-05-07 17:06:27 +02:00 |
Bogdan Marinescu
|
e9f1ad8b98
|
build_release.py: add option to build only with the official toolchain
|
2014-05-07 14:41:12 +01:00 |
Bogdan Marinescu
|
06edaf703a
|
Merge pull request #294 from mazgch/master
increase timeout for slow I2C slaves that make use of extensive clock stretching
|
2014-05-07 13:18:30 +01:00 |
Bogdan Marinescu
|
7751e75957
|
Merge branch 'master' of github.com:mbedmicro/mbed
|
2014-05-07 13:12:33 +01:00 |
Bogdan Marinescu
|
f01970e8df
|
Merge branch 'master' of git://github.com/dbestm/mbed into dbestm-master
Conflicts:
libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/device.h
libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/i2c_api.c
|
2014-05-07 13:12:08 +01:00 |
Bogdan Marinescu
|
61d084e375
|
Merge pull request #292 from bcostm/master
[NUCLEO_L053R8] Add this platform
|
2014-05-07 13:08:09 +01:00 |
mazgch
|
94ac072267
|
fix multibyte reads (was polling wrong status value)
|
2014-05-07 13:39:27 +02:00 |
0xc0170
|
37b8ad8063
|
K20 - i2c open drain enabled
|
2014-05-07 11:28:02 +01:00 |
0xc0170
|
cbe3a40986
|
K64F - i2c fix, debug-info sets optimization to
- debug-info for all toolchains set optimization to 0
- i2c - open drain and clock enabled for i2c pins [K64F]
|
2014-05-07 11:26:14 +01:00 |
Mihail Stoyanov
|
0cd322f5c3
|
Added D14, D15 pins for LPC812
|
2014-05-07 13:15:32 +03:00 |
Mihail Stoyanov
|
77cf3aabc3
|
Merge branch 'master' of https://github.com/mbedmicro/mbed
|
2014-05-07 13:06:25 +03:00 |
dbestm
|
03f7fcd2a0
|
[NUCLEO_F401RE] add I2C slave and SPI slave
|
2014-05-07 10:39:13 +02:00 |
dbestm
|
54ec228bd9
|
[NUCLEO_F103RB] add SPI slave and I2C slave
|
2014-05-07 10:34:12 +02:00 |
mazgch
|
ab2b426832
|
Merge branch 'master' of https://github.com/mbedmicro/mbed
|
2014-05-07 09:58:23 +02:00 |
0xc0170
|
42a3edb815
|
Merge branch 'Sissors-master'
|
2014-05-07 08:41:33 +01:00 |
mazgch
|
e61b2f1f88
|
make sure we remove any function from a physical pin so that we can assign a new function to it.
|
2014-05-07 09:38:26 +02:00 |
0xc0170
|
0659ba42f6
|
Merge branch 'master' of https://github.com/Sissors/mbed into Sissors-master
|
2014-05-07 08:36:08 +01:00 |
mazgch
|
850bb11645
|
undo typo
|
2014-05-06 09:18:06 +02:00 |
mazgch
|
04fa77f909
|
increase timeout for slow slaves that use clock extensive stretching
|
2014-05-06 09:13:58 +02:00 |
bcostm
|
ce2d6b3048
|
[NUCLEO_L053R8] Add hal files
|
2014-05-05 15:31:26 +02:00 |
bcostm
|
faeb26b7ff
|
[NUCLEO_L053R8] Add cmsis files (5)
|
2014-05-05 15:30:13 +02:00 |
bcostm
|
b7b52e416a
|
[NUCLEO_L053RB] Add cmsis files (4)
|
2014-05-05 15:27:32 +02:00 |
bcostm
|
eb1315ff84
|
[NUCLEO_L053RB] Add cmsis files (3)
|
2014-05-05 15:18:50 +02:00 |
bcostm
|
3c02044ac4
|
[NUCLEO_L053RB] Add cmsis files (2)
|
2014-05-05 15:14:53 +02:00 |
bcostm
|
0ea6e7c6ea
|
[NUCLEO_L053R8] Add cmsis files
|
2014-05-05 15:06:33 +02:00 |
Lieven Hollevoet
|
44b0aa9b73
|
Ensure the NVIC table gets copied to RAM even when it is not located at 0x00.
This is useful in case you're using a secondary bootloader to load application code that is using the mbed libraries on a bare metal controller.
|
2014-05-05 14:39:01 +02:00 |
Mihail Stoyanov
|
7882b9ca20
|
Merge branch 'master' of https://github.com/mbedmicro/mbed
|
2014-05-05 13:57:45 +03:00 |
bcostm
|
682a2f6891
|
[NUCLEO_L053R8] Add this platform in workspace_tools files
|
2014-05-05 11:22:02 +02:00 |
Przemek Wirkus
|
044b5131cb
|
Added NUCLEO_F103RB, NUCLEO_L152RE, NUCLEO_F302R8, NUCLEO_F030R8, NUCLEO_F401RE defines to timer tests. Fixed bug related to Nucleo not responding to singletest.py test execution
|
2014-05-02 19:54:40 +01:00 |
Mihail Stoyanov
|
bdb8464262
|
Merge branch 'master' of https://github.com/mbedmicro/mbed
|
2014-05-02 15:12:47 +03:00 |
Bogdan Marinescu
|
60b6b2c007
|
Merge pull request #287 from tkuyucu/master
Update with I2C fix
|
2014-05-01 12:56:21 +01:00 |
Bogdan Marinescu
|
c3b233cec2
|
Merge pull request #286 from bcostm/master
[NUCLEO_F103RB] Remove PD_0/PD_1 pins
|
2014-05-01 12:52:40 +01:00 |
Przemek Wirkus
|
568f6ac112
|
Small updates to udp phy link test
|
2014-04-30 15:59:37 +01:00 |
Przemek Wirkus
|
e5b475f654
|
Added TARGET_NUCLEO_L152RE define to Timeout test
|
2014-04-30 13:57:14 +01:00 |
Przemek Wirkus
|
96f78f4151
|
Added TARGET_NUCLEO_L152RE define to Timer us test
|
2014-04-30 13:57:13 +01:00 |
Przemek Wirkus
|
70956ff794
|
Added TARGET_NUCLEO_L152RE define to Ticker 2 test
|
2014-04-30 13:57:12 +01:00 |
Przemek Wirkus
|
935ce7c733
|
Added TARGET_NUCLEO_L152RE define to EEPROM test
|
2014-04-30 13:57:11 +01:00 |
Przemek Wirkus
|
d0b7f3009d
|
Updated test MBED_A4 (i2c_TMP102) with LPC2368 target
|
2014-04-30 13:57:09 +01:00 |
Przemek Wirkus
|
c62f8cd1d1
|
Added new test NET_14 - datagram PHY/data layer benchmark
|
2014-04-30 13:57:08 +01:00 |
Przemek Wirkus
|
23b696133a
|
Added LPC2368 to SD card and TMP102 tests
|
2014-04-30 13:57:07 +01:00 |
Sissors
|
127eba40bd
|
I2C changes for the K64F
Fixed also here single byte read (probably)
|
2014-04-30 14:50:02 +02:00 |
tkuyucu
|
35602c21be
|
Merge remote-tracking branch 'upstream/master'
|
2014-04-30 14:03:28 +02:00 |
tkuyucu
|
74ecc75bd8
|
I2C NAK fix
|
2014-04-30 14:00:59 +02:00 |
Sissors
|
2ec18a06d8
|
Fixed Freescale byte reads (minus k64)
See:
https://mbed.org/questions/3181/Inconsistent-results-when-attempting-wri/
for the issue. Now every byte read is treated equal and ACKs/NACKs are
correctly generated
|
2014-04-30 10:46:23 +02:00 |
bcostm
|
27918745cd
|
Merge branch 'master' of https://github.com/mbedmicro/mbed
|
2014-04-30 09:57:58 +02:00 |
bcostm
|
4582e2112e
|
[NUCLEO_F103RB] Remove PD_0/PD_1 pins
These pins are not present in the 64 pins package.
|
2014-04-30 09:57:16 +02:00 |
Bogdan Marinescu
|
522752bd58
|
Merge branch 'master' of git://github.com/dbestm/mbed into dbestm-master
|
2014-04-29 16:58:46 +01:00 |
Bogdan Marinescu
|
b5f6c135e4
|
Merge pull request #279 from xiongyihui/master
fix prescaler settings
|
2014-04-29 16:46:12 +01:00 |