talorion
191ec42dd6
pwmout - UNITTESTS - add read methods for period and pulsewidth
2020-09-02 13:39:16 +02:00
talorion
f2bed4d582
pwmout - TMPM4G9 - add read methods for period and pulsewidth
2020-09-02 13:39:16 +02:00
talorion
7388ff8b43
pwmout - TMPM46B - add read methods for period and pulsewidth
2020-09-02 13:39:16 +02:00
talorion
067431e088
pwmout - EFM32 - add read methods for period and pulsewidth
2020-09-02 13:39:16 +02:00
talorion
6a50ecad5f
pwmout - STM - add read methods for period and pulsewidth
2020-09-02 13:39:15 +02:00
talorion
2d5e51794b
pwmout - RZ_A2XX - add read methods for period and pulsewidth
2020-09-02 13:39:15 +02:00
talorion
c4559ba8e2
pwmout - RZ_A1XX - add read methods for period and pulsewidth
2020-09-02 13:39:15 +02:00
talorion
9f83ce1cc7
pwmout - IMX - add read methods for period and pulsewidth
2020-09-02 13:39:15 +02:00
talorion
ea6e806a31
pwmout - LPC176X - add read methods for period and pulsewidth
2020-09-02 13:39:15 +02:00
talorion
7270f296d3
pwmout - LPC11XX_11CXX - add read methods for period and pulsewidth
2020-09-02 13:39:14 +02:00
talorion
fabd906534
pwmout - LPC11U6X - add read methods for period and pulsewidth
2020-09-02 13:39:14 +02:00
talorion
a6f9c5b84f
pwmout - NUC472 - add read methods for period and pulsewidth
2020-09-02 13:39:14 +02:00
talorion
20dce73257
pwmout - NANO100 - add read methods for period and pulsewidth
2020-09-02 13:39:14 +02:00
talorion
05128898a5
pwmout - M480 - add read methods for period and pulsewidth
2020-09-02 13:39:13 +02:00
talorion
bdfe6a8ba6
pwmout - M451 - add read methods for period and pulsewidth
2020-09-02 13:39:13 +02:00
talorion
1a9d8576d7
pwmout - M261 - add read methods for period and pulsewidth
2020-09-02 13:39:13 +02:00
talorion
1c75956312
pwmout - M251 - add read methods for period and pulsewidth
2020-09-02 13:39:13 +02:00
talorion
b859d7039f
pwmout - M2351 - add read methods for period and pulsewidth
2020-09-02 13:39:13 +02:00
talorion
dda71f0262
pwmout - NRF52 - add read methods for period and pulsewidth
2020-09-02 13:39:12 +02:00
talorion
3db5d7b595
pwmout - MAX32630 - add read methods for period and pulsewidth
2020-09-02 13:39:12 +02:00
talorion
f9962162d9
pwmout - MAX32625 - add read methods for period and pulsewidth
2020-09-02 13:39:12 +02:00
talorion
fea23ef0a2
pwmout - MAX32620C - add read methods for period and pulsewidth
2020-09-02 13:39:12 +02:00
talorion
ebc2bc23b1
pwmout - MAX32620 - add read methods for period and pulsewidth
2020-09-02 13:39:12 +02:00
talorion
d33e06ed46
pwmout - MAX32610 - add read methods for period and pulsewidth
2020-09-02 13:39:11 +02:00
talorion
b27b8698b4
pwmout - MAX32600 - add read methods for period and pulsewidth
2020-09-02 13:39:11 +02:00
talorion
13f57feaef
pwmout - GD32F4XX - add read methods for period and pulsewidth
2020-09-02 13:39:11 +02:00
talorion
a67e8d1c07
pwmout - GD32F30X - add read methods for period and pulsewidth
2020-09-02 13:39:11 +02:00
talorion
659bd2098d
pwmout - K64F - add read methods for period and pulsewidth
2020-09-02 13:39:11 +02:00
talorion
009191ea6b
pwmout - K22F - add read methods for period and pulsewidth
2020-09-02 13:39:10 +02:00
talorion
8aab37c721
pwmout - KW41Z - add read methods for period and pulsewidth
2020-09-02 13:39:10 +02:00
talorion
cbe9129dca
pwmout - KL43Z - add read methods for period and pulsewidth
2020-09-02 13:39:10 +02:00
talorion
ac648170a4
pwmout - KL27Z - add read methods for period and pulsewidth
2020-09-02 13:39:10 +02:00
talorion
32bcd62e76
pwmout - K82F - add read methods for period and pulsewidth
2020-09-02 13:39:09 +02:00
talorion
8c2c7bddb8
pwmout - K66F - add read methods for period and pulsewidth
2020-09-02 13:39:09 +02:00
talorion
5763b3a136
pwmout - KLXX - add read methods for period and pulsewidth
2020-09-02 13:39:09 +02:00
talorion
091e40ee04
pwmout - K20XX - add read methods for period and pulsewidth
2020-09-02 13:39:09 +02:00
talorion
dc7aa873f0
pwmout - PSOC6 - add read methods for period and pulsewidth
2020-09-02 13:39:09 +02:00
talorion
e55421aaa4
pwmout - add read methods for period and pulsewidth
2020-09-02 13:39:08 +02:00
Lingkai Dong
71eecfc7c8
.codecheckignore: ignore imported libraries randlib and mbed-trace
2020-09-02 12:31:00 +01:00
Lingkai Dong
d6a2269de3
Restructure platform/randlib
...
* Move mbed-client-randlib/ headers into include/
(Note: we don't rename it to "randlib" because this library
is mirrored to https://github.com/ARMmbed/mbed-client-randlib ,
and "mbed-client-randlib" may be reference by some projects)
* Move the standalone local unit test into tests/unit
2020-09-02 12:31:00 +01:00
Lingkai Dong
9b1e0a38fe
Move mbed-client-randlib -> platform/randlib
2020-09-02 12:31:00 +01:00
Lingkai Dong
af1950fb16
Add include/ path for mbed-trace
2020-09-02 12:30:59 +01:00
Lingkai Dong
a88438ce04
Move mbed-trace into platform
2020-09-02 12:30:59 +01:00
Martin Kojtal
9073a48667
Merge pull request #13489 from rajkan01/hal_directory_restructuring
...
Refactor hal directory
2020-09-02 12:10:42 +01:00
Martin Kojtal
29f54fe9aa
Merge pull request #13509 from alcheagle/new_target_STM32L071CXCTX
...
Adding STM32L071xx target
2020-09-02 09:41:12 +01:00
Martin Kojtal
90ca583e79
Merge pull request #13464 from hugueskamba/hk_cmsis_restructure
...
adr: Recommend CMSIS component source structure
2020-09-02 09:18:07 +01:00
Norbert Dávid
bf1ba52083
device_management.py supports application access keys
2020-09-02 08:47:47 +03:00
Nicolás Elliott
ee4a4e9ad8
Rebase of Initial support for USB Device on STM32F1
2020-09-01 15:05:48 -04:00
Nicolás Elliott
b6f76cb4b1
Merge pull request #5 from ARMmbed/master
...
Up to date
2020-09-01 14:58:50 -04:00
jeromecoutant
02c79e8603
STM32H7 ADC: No MultiMode configuration needed for ADC2
2020-09-01 17:52:13 +02:00