Commit Graph

1434 Commits (8215203cde64fa07cce525110935c5ccf9043247)

Author SHA1 Message Date
Bogdan Marinescu 8215203cde Merge pull request #264 from Sissors/master
K20 general and timer adjustments
2014-04-22 09:52:30 +01: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
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
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
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
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
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
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
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