Bogdan Marinescu
ab84750786
Merge pull request #262 from dbestm/master
...
[NUCLEO_F030R8] add more pwm and UART pins, correction in I2C
2014-04-22 14:44:30 +01:00
Bogdan Marinescu
7b8a9ba096
Merge branch 'patch-3' of git://github.com/cfb95/mbed into cfb95-patch-3
2014-04-22 13:41:07 +01:00
Bogdan Marinescu
ffe6a9b3e0
Revert "Merge pull request #265 from cfb95/patch-1"
...
This reverts commit 6b9fca177a
, reversing
changes made to c9167e8c43
.
2014-04-22 13:37:31 +01:00
Bogdan Marinescu
6b9fca177a
Merge pull request #265 from cfb95/patch-1
...
Update gpio_irq_api.c
2014-04-22 13:22:50 +01:00
Bogdan Marinescu
c9167e8c43
Merge branch 'master' of git://github.com/bcostm/mbed into bcostm-master
2014-04-22 12:53:02 +01:00
Bogdan Marinescu
cebd0ea8b6
Merge pull request #266 from cfb95/patch-2
...
Update device.h
2014-04-22 09:59:04 +01:00
Bogdan Marinescu
c0208208b2
Merge pull request #267 from 0xc0170/fix_nucleo_fpu
...
NUCLEO_F401RE and NUCLEO_F302R8 - FPU enabled
2014-04-22 09:57:58 +01:00
Bogdan Marinescu
8215203cde
Merge pull request #264 from Sissors/master
...
K20 general and timer adjustments
2014-04-22 09:52:30 +01:00
cfb95
bf597151cf
Update gpio_irq_api.c
...
enable 16 irq channels, expanding EXTI9_5_IRQn and EXTI15_10_IRQn
2014-04-19 09:54:38 -07:00
Sissors
62dcd84aa3
Added (deep)sleep
...
Pretty much copy pasta of KLxx sleep code with only tiny change
2014-04-19 18:11:16 +02:00
0xc0170
2ae10721a7
NUCLEO_F401RE and NUCLEO_F302R8 - FPU enabled
2014-04-19 11:33:08 +02:00
cfb95
eaef91bee6
Update device.h
...
Enable DEVICE_ERROR_PATTERN to detect errors with fast blinking on green and blue leds.
2014-04-18 17:59:40 -07:00
cfb95
cdcd8f46f7
Update gpio_irq_api.c
...
More irq's and user button bugfix copied from NUCLEO_F103RB commit ab7cc12
by bcostm
2014-04-18 17:47:53 -07:00
bcostm
90e883a43d
[NUCLEO_F302R8] Move SetSysClock() in mbed_sdk_init() + minor modifications
2014-04-18 16:18:45 +02:00
Sissors
ccdfed52eb
Moved ticker timer to a PIT channel + adjusted namings
...
The timer which creates interrupts is now also done using one of the PIT
channels. Since also here no chaining is possible we still need to do
some bits in software, but 32-bit without prescaling is still better
than 16-bit with.
Also some code was moved around and naming conventions changes, since no
lptmr is used anymore, and calling both pit-timer would get confusing
2014-04-17 22:36:03 +02:00
Sissors
ee658aa3e1
Some tab fixes
2014-04-17 18:08:15 +02:00
Sissors
6ff874c0cb
Modified timer code
...
Timer/Wait timer
2014-04-17 18:04:36 +02:00
dbestm
1fa42767fc
[NUCLEO_F030R8] add pin for UART
2014-04-17 15:46:33 +02:00
dbestm
c8ca6c339b
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-04-16 16:33:54 +02:00
dbestm
45369fa25e
[NUCLEO_F030R8] add more pwm, correction in I2C
2014-04-16 16:00:04 +02:00
bcostm
06434d9d38
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-04-16 14:25:03 +02:00
Przemek Wirkus
6b044ada5b
Added KL25Z_5 MMA8451Q accelerometer test to test automation suite
2014-04-16 11:49:35 +01:00
Przemek Wirkus
9f0911462f
Automation listing refactoring
2014-04-16 11:06:39 +01:00
Przemek Wirkus
581c8b4086
Small updates for NET_7 HTTP Client test
2014-04-16 11:06:38 +01:00
Przemek Wirkus
f5420154a5
Added proper host test script for NET_13 test
2014-04-16 11:06:37 +01:00
Przemek Wirkus
79a67e8499
Bug fix, crash when using both -v and -P flags - reported by Mihail
2014-04-16 11:06:36 +01:00
Przemek Wirkus
c33b744fa5
Added NET_13 TCP client echo loop host test to test automation suite
2014-04-16 11:06:35 +01:00
Sissors
19d131973c
Initial K20 fixes
...
Added the required gpio-irq enable/disable + fixed bus_frequency
2014-04-16 08:12:31 +02:00
Bogdan Marinescu
65be1ee4a1
Merge pull request #247 from Sissors/master
...
Mode added to BusIn + allow creation of NC pins
2014-04-14 11:23:24 +01:00
Bogdan Marinescu
3afbb87c32
Merge pull request #261 from dinau/pwm_pa3_issue
...
[DISCO_F407VG] Fixed PWM PA_3 (and PC_9) output issue.
2014-04-14 10:26:20 +01:00
bcostm
4a1946ae8d
[NUCLEO_F302R8] Implement analogout_free function
...
This code was missing + make some typo corrections.
2014-04-14 10:07:32 +01:00
bcostm
62c3e14c0e
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-04-14 08:51:31 +02:00
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
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