Commit Graph

2548 Commits (89f11e93a19cf92bd43befbc2ce74f076d51726a)

Author SHA1 Message Date
Martin Kojtal 646f4d174d Merge pull request #1377 from star297/master
Update Teensy3.1 PinNames.h
2015-10-07 07:47:38 +01:00
Paul Staron f239d463b2 Update PinNames.h
Correct i2c pin defines
2015-10-06 23:29:55 +01:00
Martin Kojtal 3b75452bbd Merge pull request #1365 from dbestm/dev_nucleo_f042k6
Dev nucleo f042k6
2015-10-06 13:15:39 +01:00
Martin Kojtal 63942c6a17 Merge pull request #1368 from star297/master
TARGET_STM32F7\rtc_api.c enable backup RTC function
2015-10-06 13:10:23 +01:00
Martin Kojtal 931ac06492 Merge pull request #1351 from struempelix/master
Enabling ADC for NRF51 P26 & P27. Currently these pins can be used as…
2015-10-06 11:45:19 +01:00
Martin Kojtal 0e0bd6f2dd Merge pull request #1361 from Wiznet/mbed_eco
PR for new platform WIZWIKI_W7500ECO.
2015-10-06 11:40:41 +01:00
Mike Fiore 6bec674340 add XBEE_DIO7 pin definition for MTS mDot 2015-10-05 15:38:19 -05:00
0xc0170 d9bb12602a Merge branch 'master' into dev_rel108b 2015-10-05 08:11:31 +01:00
0xc0170 2b2fa3a4e4 mbed lib revision - 108 2015-10-02 19:08:08 +02:00
Paul Staron 63abe6ff15 TARGET_STM32F7\rtc_api.c enable backup RTC function
Simple check to test the RTC ISR register if RTC is set up and running.
Avoids register reset on nRST or power cycle with vBAT present.
2015-10-01 23:50:18 +01:00
dbestm f769fee22f Merge branch 'master' of https://github.com/mbedmicro/mbed into dev_nucleo_f042k6 2015-10-01 14:04:34 +02:00
dbestm d3ae38ced6 [NUCLEO_F042K6] add nucleo_f042k6 support 2015-10-01 14:03:52 +02:00
kaizen8501 9e2dd5b732 Modified LED definition error when test singletest.py. 2015-09-30 12:17:52 +09:00
kaizen8501 e3e7077784 Modified LED definition for WIZwiki-W7500ECO board. 2015-09-30 11:17:59 +09:00
hjjeon0608 59554a1021 Merge branch 'master' of https://github.com/mbedmicro/mbed into mbed_eco 2015-09-30 10:04:03 +09:00
hjjeon0608 836b50605f Add files of WIZWIKI_W7500ECO platform in cmsis and hal folder. 2015-09-30 09:50:05 +09:00
akhilpanayam 380fab0072 * updated pwmout_api.c for KnR coding standards. 2015-09-29 10:33:03 +05:30
akhilpanayam ed74f3ae73 * Updated with corrections in PWM driver
* Added PWM LED test for W25 (SAMD21G18A)
2015-09-29 10:33:02 +05:30
akhilpanayam 4f52a16b31 * added board specific file for SAM W25. 2015-09-29 10:33:01 +05:30
akhilpanayam 77bf03b30b * updated with test support for SAMD21G18A targets. Used pins commonly available in expansion headers of development boards.
* USBTX and USBRX pins updated.
2015-09-29 10:32:58 +05:30
vimalrajr a5fed5201c Adding SERCOM and PWM pinouts. 2015-09-29 10:32:57 +05:30
akhilpanayam 8c6b817ca2 * Base Commit for SAMW25 support. 2015-09-29 10:32:56 +05:30
Martin Kojtal 0fa6058084 Revert "[NUCLEO_F303K8] add support of the STM32F303K8" 2015-09-28 19:01:26 +02:00
Paul Staron 3ee5d7ac62 system_MK20DX256.c 96MHz default set up
Added/changed clock set ups for Teensy3.1.
2015-09-28 15:49:07 +02:00
Paul Staron f2f31c82e1 system_MK20DX256.c description wording correction
Corrected frequency description wording to 72MHz CPU clock, 36MHz Bus
clock, 24MHz Flash clock.
2015-09-28 15:48:46 +02:00
Paul Staron bffd22e2fb system_MK20DX256.c Clock Setup 3 correction
Reduced system and flash clock speeds to specification values. Some
MCU's became unstable at the higher speeds.
2015-09-28 15:48:34 +02:00
dbestm d7ab336a2b Merge branch 'master' of https://github.com/mbedmicro/mbed into dev_nucleo_f303k8
Conflicts:
	workspace_tools/host_tests/host_test.py
2015-09-28 14:23:53 +02:00
0xc0170 4b5bb913d2 Merge branch 'mbed_dev2' of https://github.com/Wiznet/mbed into Wiznet-mbed_dev2 2015-09-28 12:43:52 +02:00
Martin Kojtal 54fbe4144f Merge pull request #1332 from adustm/dev_NUCLEO_F031K6
NUCLEO_F031K6 : Add new target
2015-09-28 11:35:04 +02:00
Martin Kojtal fd08c6a5e9 Merge pull request #1344 from wodji/patch-4
fix [-Wtype-limits] warning
2015-09-28 11:31:09 +02:00
Martin Kojtal 308ee306a9 Merge pull request #1343 from wodji/patch-3
fix [-Wtype-limits] warning
2015-09-28 11:30:57 +02:00
Martin Kojtal fc71328378 Merge pull request #1342 from wodji/patch-2
fix -Wmaybe-uninitialized warning.
2015-09-28 11:30:37 +02:00
Martin Kojtal 87e468c302 Merge pull request #1353 from helmut64/master
Fixed stack location problem for disco and nucleo boards (STM32L4)
2015-09-28 11:23:50 +02:00
Toyomasa Watarai 1f1c68ce19 [LPC1768 GCC_CR exporter] Fixed linker description
* Divide AHB SRAM for USB and Ethernet RAM regions
* Add NOLOAD keyword for .bss sections to avoid redundant data in final
image
2015-09-27 19:52:11 +09:00
Helmut Tschemernjak 8dead7639d Updated RAM config symbols to reflect the L4 device ram names 2015-09-25 19:45:14 +02:00
adustm dd1e6f2843 Merge remote-tracking branch 'mbedmicro/master' into dev_NUCLEO_F031K6 2015-09-25 16:53:15 +02:00
adustm 7d93e9c8ef NUCLEO_STMF031K6 : fix tabulation + coding style
No code change, only style modifications
2015-09-25 15:40:49 +02:00
Martin Kojtal fe238a91ab Merge pull request #1340 from stevew817/master
Silicon Labs - Add support for low-power async Serial
2015-09-25 15:09:04 +02:00
Martin Kojtal e8c24ba90d Merge pull request #1326 from TomoYamanaka/master
RZ_A1H - Modify to support NEON for RTOS.
2015-09-25 14:23:28 +02:00
Aksel Skauge Mellbye 4c4d2fa6a6 serial_api: Remove unnecessary clocking code. 2015-09-25 12:55:59 +02:00
Martin Kojtal 724c07935c Merge pull request #1337 from kpurusho/master
Changes contains only "Copyright year information" and "KR styling". Safe to merge.
2015-09-25 12:52:38 +02:00
Martin Kojtal ff849970fb Merge pull request #1341 from WoGorniak/master
add Espotel Elmo platform
2015-09-25 12:51:52 +02:00
Martin Kojtal b290644b9c Merge pull request #1338 from PeterConheeney/master
changes for adding IoT Subsystem for Cortex-M target
2015-09-25 12:37:58 +02:00
Helmut Tschemernjak cef2da3c75 Fixed stack location problem for disco and nucleo boards.
Move main ram to the 32k L4-SRAM2 which is being retained on in
standby mode. The additional 96k ram comes second.
The new memory layout preserves all vectors and stack in standby mode
2015-09-25 10:59:36 +02:00
Wojciech Gorniak 848494928a updated years in device header 2015-09-25 10:08:43 +02:00
dbestm 0fb5d52a8c [NUCLEO_F303K8] add rtos support 2015-09-24 16:33:57 +02:00
dbestm 1f04d34700 Merge branch 'master' of https://github.com/mbedmicro/mbed into dev_nucleo_f303k8 2015-09-24 16:22:15 +02:00
jens f8fe8cb749 Enabling ADC for NRF51 P26 & P27. Currently these pins can be used as Digital In/Out or XTAL input only. 2015-09-24 13:02:58 +02:00
Aksel Skauge Mellbye ec865eac30 rtc_api: Bugfix clock selection. 2015-09-23 11:56:56 +02:00
dbestm 8361259947 [NUCLEO_F303K8] add support of the STM32F303K8 2015-09-23 11:32:38 +02:00