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
Przemek Wirkus
37e1b85540
Buildbot configuration preliminary settings. Also added 'singletest.py' runner to perform test in one buildbot slave (non-thread safe)
2014-02-24 10:59:35 +00:00
Emilio Monti
b4aaab2958
Merge pull request #186 from 0xc0170/dev_pinnames_addition
...
PinNames addition, KL05Z uARM online toolchain
2014-02-24 10:28:43 +00:00
0xc0170
97b1598698
TSI electrodes uses regular pinNames
2014-02-23 21:42:16 +01:00
bcostm
330d1a96b0
[NUCLEO_xxx] Add missing USBTX/USBRX pins definition
2014-02-23 16:50:40 +01:00
0xc0170
f28afaedfc
PinNames addition, KL05Z uARM online toolchain
...
- FRDM - TSI elec symbols
- Nucleo - SERIAL_TX pinName to USBTX , same for RX
- KL05Z - uARM set as online toolchain
2014-02-23 11:19:30 +01:00
Mihail Stoyanov
7e1b67aa04
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-02-21 15:43:59 +00:00
Emilio Monti
3279edf10e
Add first BLE API test
2014-02-21 15:05:21 +00:00
Mihail Stoyanov
573210c8d5
Add microlib compile for LPC1549
2014-02-21 12:28:22 +00:00
Emilio Monti
195a50befc
Merge pull request #185 from tkuyucu/master
...
nrf-mbed merge
2014-02-21 12:01:25 +00:00
tkuyucu
2dfdee5fe4
Merge remote-tracking branch 'upstream/master'
2014-02-21 12:54:53 +01:00
tkuyucu
edc9095e7d
SoftDevice added.
2014-02-21 12:53:58 +01:00
Emilio Monti
95996b8b50
Merge pull request #184 from oliviermartin/om/fat-sync-file-when-writting
...
libraries/fs: Added logic to transparently sync written file
2014-02-21 10:15:26 +00:00
Olivier Martin
2251b0267d
libraries/fs: Added logic to transparently sync written file
...
fflush() does not do anything in mbed library. The only time the file
was flushed was when it was closed.
For some applications (eg: data logger), files are never closed. It
means when the power went off all the written data were lost.
Actually, they were not lost; they were written into the non-volatile
storage. But the file header was not aware of these new data (its
file information such as file size were not updated).
There is no easy way to retarget fflush() for mbed. So, the workaround
is to fflush (eg: 'sync' in the ChaN terminology) periodically
while writting new data.
The frequency can be changed by the user into ffconf.h.
By default, the updated file will be synced for every new sector (generally
for every 512 bytes). Another available option is to sync for every
new cluster (in my use case, the cluster was 8 sectors long).
2014-02-21 09:57:23 +00:00
Emilio Monti
1f2da5f604
Merge pull request #182 from sg-/nxp_master_merge
...
NXP master merge
2014-02-20 22:57:10 +00:00
sg-
1edb07ae94
Add target LPC1549 to release build_release.py
2014-02-20 16:47:55 -06:00
sg-
5a64111465
Merge branch 'nxp_merge'
...
Conflicts:
workspace_tools/export/uvision4.py
2014-02-20 16:30:38 -06:00
Emilio Monti
65f5457fff
Merge pull request #181 from Sissors/master
...
Enable sleep for KL05Z
2014-02-20 18:48:15 +00:00