Commit Graph

2582 Commits (fb2776dd7625efd4bfbde6fa267fc23af15d4f76)

Author SHA1 Message Date
Mika Laurila fb2776dd76 Changes to make all PWM output pins available 2015-11-06 13:46:26 +02:00
Mika Laurila 647c1a6777 Added TARGET_STM32F410RB to spi_frequency() in spi_api.c 2015-11-06 07:39:11 +02:00
Mika Laurila acf608253e Fixed FMPI2C ifdefs and macro names 2015-11-05 15:04:45 +02:00
Wojciech Gorniak 3df37e29a1 added SetSysClock (merged with F411) 2015-11-05 13:48:53 +01:00
unknown 3f7afc51bd Removed some duplicate I2C pins 2015-11-05 09:15:13 +02:00
unknown 75a5894a87 Updated I2C pin mapping 2015-11-04 10:30:20 +02:00
Wojciech Gorniak bc1d9362a1 added DAC support 2015-11-03 12:59:00 +01:00
Wojciech Gorniak c90cbb7663 fixed bug with pwm5 2015-10-30 16:13:49 +01:00
Wojciech Gorniak 0b6e85ec95 removed PWR5 2015-10-30 14:23:01 +01:00
Rafal Fabich 668ee0922b Merge branch 'master' of https://github.com/RafalFabich/mbed 2015-10-30 13:33:13 +01:00
Rafal Fabich e0dd831b4d Updated files used by IAR compiler with those available from STM32CubeF4 package 2015-10-30 13:31:31 +01:00
Wojciech Gorniak 326f23c6e1 redefined rest of the peripherialPins 2015-10-30 13:31:27 +01:00
Rafal Fabich 4394cf7e11 Revert "Fixed bug: missing clock enable for PWM_5 (TIM5)"
This reverts commit f1358842bd.
2015-10-30 11:30:20 +01:00
Rafal Fabich 0938cc034f Fixed FMPI2C1 defines in i2c_api.c 2015-10-30 09:14:36 +01:00
Rafal Fabich f1358842bd Fixed bug: missing clock enable for PWM_5 (TIM5) 2015-10-29 16:18:45 +01:00
Wojciech Gorniak eaa226b2ba added pwm mapping in peripherialPins 2015-10-29 16:09:27 +01:00
Rafal Fabich 3d27c7d806 Added FMPI2C1 controller as 3rd available I2C 2015-10-29 14:58:30 +01:00
Rafal e856a30c95 Fixed and re-enabled PWMs 2015-10-29 13:00:12 +01:00
Rafal 8ef60cdca2 Changes in pin mapping in order to build the STM32F410RB Nucelo target.
Target can be built, but not verified due to Flashing problems.
2015-10-29 12:12:57 +01:00
Rafal Fabich af67241528 Upgraded HAL drivers to 1.4.1.
Note: NUCLEO-F410RB target cannot be built due to incorrect pin mapping, which has to be fixed.
2015-10-29 11:06:44 +01:00
Rafal Fabich f1578435be Renamed linker and startup files
Fixed memory sizes in compilers files
2015-10-27 15:57:24 +01:00
Rafal Fabich 29922943eb Modified memory sizes in linker script 2015-10-27 13:58:08 +01:00
Rafal Fabich 274d769a0e Added build target for STM32F410RB.
Initial version that can be built is based on STM32F411RE target which is compatible with F410.
TODOs: MCU specific modifications in CMSIS/HAL like memory sizes/map, peripherals, clocks, etc.
2015-10-27 13:50:52 +01:00
Martin Kojtal 22ef412435 Merge pull request #1384 from bcostm/fix_analogout
STM32xx -Fix analog_out issue with 12 to 16bits conversion
2015-10-26 08:57:15 +00:00
Martin Kojtal 96f5f02eda Merge pull request #1390 from Sissors/lookmartinImadeanewbranch
HAL K20XX - us_ticker changes
2015-10-26 08:54:08 +00:00
Martin Kojtal 0447fe6536 Merge pull request #1388 from al177/master
Copy NVIC to RAM from anywhere in flash for TARGET_K22F
2015-10-26 08:48:56 +00:00
Sissors e1feb7ce5b [HAL][K20XX]
Fixed for the K20D50M a possible race condition in the software part of
the timer.
The Teensy has the ability to chain timers, so similar to the KSDK ones
we switched it to full hardware timers for both Ticker and regular
Timer.
2015-10-24 21:54:36 +02:00
al177 dbd4a85e11 Remove unused vector table flash base macro 2015-10-22 09:42:50 -05:00
al177 aa6ad1c524 Copy NVIC to RAM from anywhere in flash
Copy the NVIC from any address below RAM, not just at 0x0.  This is helpful
when using a bootloader, which must have its own vector table at 0x0.  Identical
to ebcee71 for TARGET_KL46Z.

fix commit id
2015-10-21 10:17:43 -05:00
bcostm 1e3f7cdbf2 Fix analogout issue on 12 to 16 bits conversion 2015-10-19 15:32:09 +02:00
bcostm 0e3e29d5f0 Merge branch 'master' of https://github.com/bcostm/mbed
Conflicts:
	libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L4/TARGET_NUCLEO_L476RG/TOOLCHAIN_ARM_MICRO/startup_stm32l476xx.s
	libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L4/TARGET_NUCLEO_L476RG/TOOLCHAIN_ARM_MICRO/stm32l476xx.sct
	libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L4/TARGET_NUCLEO_L476RG/TOOLCHAIN_ARM_STD/startup_stm32l476xx.s
	libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L4/TARGET_NUCLEO_L476RG/TOOLCHAIN_ARM_STD/stm32l476xx.sct
	libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L4/TARGET_NUCLEO_L476RG/TOOLCHAIN_GCC_ARM/STM32L476XX.ld
	libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32L4/TARGET_NUCLEO_L476RG/TOOLCHAIN_IAR/stm32l476xx.icf
	libraries/mbed/targets/hal/TARGET_Atmel/TARGET_SAM_CortexM0+/TARGET_SAMD21J18A/PeripheralNames.h
	libraries/mbed/targets/hal/TARGET_Atmel/TARGET_SAM_CortexM0+/TARGET_SAMD21J18A/PeripheralPins.c
	libraries/mbed/targets/hal/TARGET_Atmel/TARGET_SAM_CortexM0+/TARGET_SAMD21J18A/PeripheralPins.h
	libraries/mbed/targets/hal/TARGET_Atmel/TARGET_SAM_CortexM0+/TARGET_SAMD21J18A/PinNames.h
	libraries/mbed/targets/hal/TARGET_Atmel/TARGET_SAM_CortexM0+/TARGET_SAMD21J18A/analogout_api.c
	workspace_tools/build_release.py
	workspace_tools/host_tests/host_test.py
2015-10-19 14:27:45 +02:00
Martin Kojtal 856efdc67d Merge pull request #1379 from dbestm/dev_nucleo_f303k8
NUCLEO_F303K8 - Dev nucleo f303k8
2015-10-16 08:35:48 +02:00
Paul Staron 1661c1dc78 Update MK20DX256.h
Added missing PIT timer chain defines.
2015-10-14 19:59:24 +01:00
dbestm 86c139d13b [NUCLEO_F303K8] add support for the nucleo_f303k8 2015-10-12 11:34:06 +02:00
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