mazgch
8f5a2a580a
fix indentation and make helpers static inline
2014-03-04 15:00:28 +01:00
mazgch
c1d3cb5aa3
address concern from watarai-san about code size and performance by creating a set of common initialization functions
2014-03-04 14:09:41 +01:00
mazgch
be8bca4aa0
proposed change of gpio_api
2014-03-04 11:27:30 +01:00
Emilio Monti
6d79406112
Merge pull request #196 from toyowata/master
...
Added LPC11U35_501 target support
2014-03-04 10:20:01 +00:00
Bogdan Marinescu
e4faeb42a7
Merge pull request #195 from mazgch/master
...
Update of cellular modem
2014-03-04 09:53:03 +00:00
Toyomasa Watarai
7216c36d0f
Added LPC11U35_501 target support
...
Tested with CQ's LPC11U35/501 target board
2014-03-04 17:57:33 +09:00
mazgch
db13fa3402
init enum
2014-03-03 15:04:55 +01:00
mazgch
7ec41d4923
Merge branch 'master' of https://github.com/mbedmicro/mbed
...
Conflicts:
libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC176X/serial_api.c
2014-03-03 15:04:35 +01:00
Przemek Wirkus
f47daa9173
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-03-03 12:16:00 +00:00
Przemek Wirkus
724bf1debb
Added function description
2014-03-03 12:15:46 +00:00
mazgch
63f20534ca
fix merge conflict
2014-03-03 12:14:44 +01:00
Emilio Monti
8431561fc7
Merge pull request #194 from Sissors/master
...
LPC1768 writeable fix + KL25Z/KL46Z RTC pin function
2014-03-03 11:05:07 +00:00
mazgch
ca1d76687b
adding back tx fifo, this also fixes the tx interrupts
2014-03-03 12:00:32 +01:00
mazgch
f77045e9e7
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-03-03 10:42:36 +01:00
mazgch
0acbc6440e
at command if: improve warning reporting
...
link monitor: added api to get local phone number to link monitor
ubx modem: added network indication led
ubx modem: better handle different modems
2014-03-03 10:36:23 +01:00
Sissors
56ce1e7290
Fixed LPC1768 writable
...
Now if no flow control is used it will check if holding register is
empty, instead of complete UART is empty: The TxIrq uses the same
requirement.
Currently BufferedSerial (and everyone else trying something similar)
goes haywire because it doesn't just check if writable, but also if done
writing.
If flow control is enabled nothing is changed.
2014-03-01 16:58:01 +01:00
Sissors
baa4003b95
Revert "Fixed writable for LPC1768"
...
This reverts commit 19ae097c62
.
2014-03-01 16:46:48 +01:00
Sissors
ace842b1f1
Fixed KL25Z/KL46Z RTC-IN pin function
...
It used to set it to alternate function 2, which is I2C, and still works
fine in all my tests. Not intended though, and might be giving others
issues. 1 is the RTC_CLKIN
2014-03-01 16:40:32 +01:00
Sissors
19ae097c62
Fixed writable for LPC1768
...
Bit 6 (0x40) is true if the peripheral is completely empty.
Bit 5 (0x20) is true if the transmit hold register is empty, which is
sufficient for it to be writable.
The TxIrq uses the same requirement, so now it works together and
BufferedSerial doesn't go haywire on LPC1768
2014-03-01 16:38:03 +01:00
Przemek Wirkus
94976c6c57
Added floating point time notification
2014-02-28 11:33:57 +00:00
Przemek Wirkus
0ea7dd9547
pylint minor issues fixes
2014-02-27 17:00:21 +00:00
Przemek Wirkus
28d1e5e381
FIxed few minor pylint warnings and suggestions
2014-02-27 16:47:53 +00:00
Przemek Wirkus
415577b393
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-02-27 14:28:26 +00:00
Przemek Wirkus
d24612bc99
Added external support for MUTS definiitons. Now each instance of singletest.py can obtain its own MUTS collection(s): (mcu, port, disk, peripherals)
2014-02-27 14:27:58 +00:00
Przemek Wirkus
76ab5789d2
JSON test specification file code refactored
2014-02-27 14:06:47 +00:00
Emilio Monti
00f867f686
Merge pull request #192 from xiongyihui/master
...
to export lpc11u24 to gcc arm
2014-02-27 13:39:31 +00:00
Yihui Xiong
21baee7cc0
Merge remote-tracking branch 'upstream/master'
2014-02-27 21:32:38 +08:00
Yihui Xiong
602f8a0b09
to export lpc11u24 to gcc arm
2014-02-27 21:31:55 +08:00
Przemek Wirkus
40e87d0718
Fixed minor pylint warnings and comments
2014-02-27 13:07:12 +00:00
Przemek Wirkus
7f9f4b5030
Removed hardcoded test scenario. Now test scenario should be imported from external JSON file.
2014-02-27 12:59:57 +00:00
Emilio Monti
0c7954503a
Update README.md
2014-02-27 09:59:34 +00:00
Emilio Monti
6b57b52374
Merge pull request #190 from xiongyihui/master
...
add D0-D13 and A0-A5 for Arch V1.1 and Arch Pro
2014-02-27 09:39:57 +00:00
Emilio Monti
9e82d9cffa
Merge pull request #191 from 0xc0170/dev_usb_kl46z_k20d5m
...
KL46Z and K20D5M targets addition to USBDevice
2014-02-27 09:36:58 +00:00
0xc0170
6d786761c7
KL46Z and K20D5M targets addition
...
- sharing KL25Z implementation (same USB peripheral)
2014-02-26 20:11:39 +01:00
Yihui Xiong
891b63a14e
add D0-D13 and A0-A5 for Arch V1.1 and Arch Pro
2014-02-26 21:15:06 +08:00
Emilio Monti
4222735eff
Merge pull request #189 from bcostm/master
...
[NUCLEO_xxx] Update STM32CubeF4 driver V1.0.0 + update license
2014-02-26 09:43:30 +00:00
bcostm
f285e44f05
[NUCLEO_L152RE] Update license 2/2
2014-02-26 10:28:09 +01:00
bcostm
fe19c62f95
[NUCLEO_L152RE] Update license (1/2)
2014-02-26 10:24:48 +01:00
bcostm
512de10b66
[NUCLEO_F030R8] Update license
2014-02-26 10:08:51 +01:00
bcostm
41b6de2d08
Revert "[NUCLEO_xxx] Update license"
...
This reverts commit 4197942906
.
2014-02-26 10:04:42 +01:00
bcostm
4197942906
[NUCLEO_xxx] Update license
2014-02-26 10:04:14 +01:00
bcostm
e1facae89f
[NUCLEO_F401RE] Update STM32CubeF4 driver V1.0.0 (part 4/4)
2014-02-26 09:29:20 +01:00
bcostm
5a4e51ad4e
[NUCLEO_F401RE] Update STM32CubeF4 driver V1.0.0 (part 3/4)
2014-02-26 09:25:54 +01:00
bcostm
3a37a058c5
[NUCLEO_F401RE] Update STM32CubeF4 driver V1.0.0 (part 2/4)
2014-02-26 09:22:52 +01:00
Przemek Wirkus
ca5ea39801
Added 'peripherals test' cases filter to run only declared in private_settings' MUTs tests.
2014-02-25 18:04:32 +00:00
bcostm
bb9983c4f8
Merge branch 'master' of https://github.com/mbedmicro/mbed
...
Conflicts:
libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F030R8/PinNames.h
libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/PinNames.h
libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F401RE/PinNames.h
libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_L152RE/PinNames.h
2014-02-25 18:12:12 +01:00
bcostm
3a74e3f9e3
[NUCLEO_F401RE] Update STM32CubeF4 driver V1.0.0 (part 1/4)
2014-02-25 16:44:12 +01:00
Przemek Wirkus
d0ea074471
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-02-24 15:36:41 +00:00
Przemek Wirkus
c74365cb83
LED test completion notification changed. Now if board do not have LED4, target will only blink LED1 to indicate test success. If test fails LED1 will not blink. This behaviour will be changed in the future. Now it is mainly removing compilation error (LED4 not defined).
2014-02-24 15:34:35 +00:00
Mihail Stoyanov
ecd5dda026
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-02-24 12:55:52 +00:00