dinau
8f135c6c81
[DISCO_F407VG] Fixed PWM PA_3 (and PC_9) output issue.
...
Refer to:
http://mbed.org/users/mbed_official/code/mbed-src/issues/4
2014-04-13 11:41:27 +09:00
Bogdan Marinescu
efbbb2f307
Merge branch 'master' of git://github.com/sg-/mbed into sg--master
...
Conflicts:
libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F030R8/gpio_irq_api.c
libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB/gpio_irq_api.c
libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_L152RE/gpio_irq_api.c
2014-04-11 17:19:53 +01:00
Bogdan Marinescu
6e20ca1784
Merge pull request #257 from dinau/disco-f303vc-initalport
...
[STM32F3-Discovery][DISCO_F303VC] initial port.
2014-04-11 17:10:50 +01:00
dinau
9617a966df
Merge branch 'mbedmicro.org/master'
2014-04-12 00:40:38 +09:00
bcostm
93d3a4f6f8
[NUCLEO_F302R8] Implement analogout_free function
...
This code was missing + make some typo corrections.
2014-04-11 08:48:28 +02:00
Przemek Wirkus
001b2fa959
Small testing script refactoring
2014-04-11 08:48:26 +02:00
Przemek Wirkus
d053a335ab
Added 75% treshhold for test groups progress bars. In -r option
2014-04-11 08:48:24 +02:00
Przemek Wirkus
72c1b9c12a
Added EXAMPLE_1 /dev/null redirection host test to automation suite
2014-04-11 08:48:22 +02:00
Przemek Wirkus
d113ee7472
Added 'ethernet' peripheral dependency to all NET_x tests
2014-04-11 08:48:20 +02:00
Przemek Wirkus
136b042f02
Added new functionality: now you can use -P switch to test MUT's peripherals only
2014-04-11 08:48:18 +02:00
Przemek Wirkus
086e0c239d
Added NET_1 and NET_2 (TCP / UDP client) automated tests to test suite
2014-04-11 08:48:16 +02:00
Bogdan Marinescu
0356bc49c0
Merge pull request #258 from bcostm/master
...
[NUCLEO_xxx] Add more interrupt_in pins
2014-04-11 00:27:42 +01:00
sg-
b64e32299f
add fflush to exit
...
enable DEVICE_STDIO_MESSAGES on k64f
remove all line endings from error messages throughout mbed sdk (all targets)
2014-04-09 16:24:13 -05:00
Mihail Stoyanov
ead2bc63cb
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-04-09 15:14:46 +01:00
Przemek Wirkus
62469bd680
Small testing script refactoring
2014-04-09 13:00:45 +01:00
dinau
4e32f9440d
Added: second analog out.
2014-04-09 20:36:34 +09:00
Przemek Wirkus
46902264d5
Added 75% treshhold for test groups progress bars. In -r option
2014-04-09 11:33:57 +01:00
Przemek Wirkus
602a4ed8eb
Added EXAMPLE_1 /dev/null redirection host test to automation suite
2014-04-09 11:32:44 +01:00
sg-
e20949093c
added '\n' to error("") calls for all freescale targets and common source
2014-04-09 01:14:41 -05:00
sg-
52d2d49900
Correct TYPO for SPI pinmap_merge on RF Expansion port
2014-04-09 00:25:26 -05:00
Przemek Wirkus
04b488dcc4
Added 'ethernet' peripheral dependency to all NET_x tests
2014-04-08 16:01:57 +01:00
Przemek Wirkus
8f2f179488
Added new functionality: now you can use -P switch to test MUT's peripherals only
2014-04-08 16:01:00 +01:00
bcostm
aba5d84046
[NUCLEO_F030R8] Add more interrupt_in pins
2014-04-08 16:46:38 +02:00
Przemek Wirkus
497f8c5cd2
Added NET_1 and NET_2 (TCP / UDP client) automated tests to test suite
2014-04-08 15:31:16 +01:00
dinau
8303f307e4
Modified: README.md
2014-04-08 23:06:03 +09:00
bcostm
ab7cc12156
[NUCLEO_F103RB] Add more interrupt_in pins
2014-04-08 16:05:40 +02:00
bcostm
aa90406ced
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-04-08 16:02:27 +02:00
bcostm
4a18b90ab7
[NUCLEO_L152RE] Add more interrupt_in pins
2014-04-08 15:53:36 +02:00
dinau
d9c2175a05
[STM32F3-Discovery][DISCO_F303VC] initial port.
2014-04-08 22:30:24 +09:00
Przemek Wirkus
5804ee610b
Added MBED_26 Integer constant division test to test suite
2014-04-08 12:09:22 +01:00
Mihail Stoyanov
60e9d0beb0
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-04-08 11:28:38 +01:00
Przemek Wirkus
38f84aa194
Added MBED_22 Semihost test automation to test suite
2014-04-08 11:24:58 +01:00
Przemek Wirkus
4362956677
MBED_10 Hello World test host automation script added to test suite
2014-04-08 10:21:19 +01:00
Przemek Wirkus
528b3136d3
MBED_10 Hello World test host automation added to test suite
2014-04-08 10:20:44 +01:00
Przemek Wirkus
54408560fd
Small improvements to -r option (test automation summary)
2014-04-08 09:40:11 +01:00
Przemek Wirkus
c992edfc1a
Small improvements to -r option (test automation summary)
2014-04-08 09:40:10 +01:00
Przemek Wirkus
17f62233e4
Added test automation report / summary to command line. Option: -r
2014-04-08 09:40:09 +01:00
Bogdan Marinescu
d616c415fc
Merge pull request #255 from bentwire/master
...
[STM32F3XX] Initial port
2014-04-08 09:11:08 +01:00
Bogdan Marinescu
d81ce439bf
Merge pull request #256 from bcostm/master
...
[NUCLEO_F030R8] Change PWM_OUT label
2014-04-07 23:29:58 +01:00
Bogdan Marinescu
f12dc4ef0f
Merge pull request #250 from xiongyihui/master
...
add I2C pins name and vector checksum
2014-04-07 23:26:23 +01:00
Bogdan Marinescu
b7ce2ee5bf
Fix synchronization script
2014-04-07 17:35:18 +01:00
Bogdan Marinescu
0a55118494
Fix K64F compiler name in build_release.py
2014-04-07 17:32:47 +01:00
Mihail Stoyanov
3633348676
Changed the Arduino tests order
2014-04-07 16:56:13 +01:00
Bogdan Marinescu
2e32c71b50
[K64F] Ensure immediate update of CnV register in FTM
...
Also changed pin assignment for the PWM test.
2014-04-07 16:48:56 +01:00
Bogdan Marinescu
286a4e42f6
[K64F] Fix PWM implementation
...
Also change the pin for the PWM LED test.
2014-04-07 16:29:54 +01:00
bcostm
6e2d89de0f
[NUCLEO_F030R8] Change PWM_OUT label
...
PB_3 does not support pwm out.
2014-04-07 08:34:15 +02:00
Michael Panetta
81c91a0487
[STM32F3XX] Initial port
...
This is the initial port of the mbed SDK to STM32F3XX (Tested with STM32F3Discovery and hello world test.)
This port is based on the NUCLEO_F302R8 target.
Only the GCC_ARM toolchain has been tested.
2014-04-06 21:21:28 -04:00
Bogdan Marinescu
6a7b119b46
Merge pull request #254 from 0xc0170/master
...
K64F - ADC mbed HAL - channels definition correction
2014-04-05 17:39:37 +01:00
0xc0170
a7236a8783
K64F - ADC mbed HAL - channels definition correction
...
- only b channels are available
- SC1A triggers the measurement
- ADC1 channels corrections in the pinmap (PTCx), PTD6
2014-04-05 18:15:15 +02:00
Bogdan Marinescu
05c1628caa
Merge pull request #253 from dinau/disco_f407vc_change_to_softfp_default
...
[DISCO_F407VG]: Change default FPU option to "softfp" from "hard".
2014-04-04 17:50:42 +01:00