Mikko Polojarvi
199f5fa402
SiLabs: Emlib 4.1.0 headers update for Zero Gecko
2016-01-12 17:00:33 +01:00
Mikko Polojarvi
0c066f5c1a
SiLabs: Emlib 4.1.0 headers update for Wonder Gecko
2016-01-12 17:00:30 +01:00
Mikko Polojarvi
19a060791c
SiLabs: Emlib 4.1.0 headers update for Leopard Gecko
2016-01-12 17:00:27 +01:00
Mikko Polojarvi
567afac8ea
SiLabs: Emlib 4.1.0 headers update for Happy Gecko
2016-01-12 17:00:25 +01:00
Mikko Polojarvi
485a08db77
SiLabs: Emlib 4.1.0 headers update for Giant Gecko
2016-01-12 17:00:22 +01:00
Mikko Polojarvi
e5e896b68d
SiLabs Pearl: Initial commit
...
Leopard Gecko used as baseline.
TODO
- Peripheral/GPIO pin mappings etc for Pearl are marked "Pearl ok",
rest are wrong
- Missing new (4.1.0+) emlib
2016-01-12 17:00:16 +01:00
adustm
4ac44bdea6
[STM_F0] clock the APB2ENR_SYSCFGEN in RCC so that SYSCFG->CFGR1 value can be taken into account in NVIC_SetVector
2016-01-11 09:31:50 +00:00
adustm
f4496bb5de
Add cmsis files for this new platform
2016-01-06 13:44:36 +00:00
Martin Kojtal
a63257b05f
Merge pull request #1432 from adustm/DEV_FIX_1419_baudrateissue
...
[TARGET_STMF0] Fix #1419 baudrateissue
2016-01-04 12:14:34 +00:00
adustm
c59167c196
[STM32F0_all] remove the global variable and use SYSCFG register instead
2015-12-14 11:39:39 +01:00
adustm
5784d29fd2
Merge remote-tracking branch 'refs/remotes/origin/master' into DEV_FIX_1419_baudrateissue
2015-12-14 10:42:52 +01:00
dinau
46955971ec
[NUCLEO-F030R8] Fixed: The issue of LED blink too fast.
...
Refer to:
https://github.com/mbedmicro/mbed/issues/1329
https://developer.mbed.org/questions/61386/Is-there-system-clock-error-in-STM32F030/
2015-12-09 20:38:32 +09:00
Martin Kojtal
a41d1d6c02
Merge pull request #1449 from dbestm/dev_xxxx_xxx
...
I2C fixes, timeout for startup ~100/200
2015-12-07 07:48:07 +00:00
Jeremy Brodt
ad739ddd8b
[MAXWSNENV] Added missing definitions.
2015-12-01 08:38:43 -06:00
adustm
390584a424
[NUCLEO_L476RG] add templates for iar tool
2015-11-23 14:00:11 +01:00
dbestm
035f3ece65
Merge remote-tracking branch 'refs/remotes/mbedmicro/master' into dev_xxxx_xxx
2015-11-20 15:51:32 +01:00
dbestm
feac60b519
ALL STM32 platform
2015-11-20 15:51:10 +01:00
Wojciech Gorniak
c11d54e5b6
Merge https://github.com/mbedmicro/mbed
...
Conflicts:
workspace_tools/export/iar.py
workspace_tools/toolchains/gcc.py
2015-11-20 10:08:05 +01:00
adustm
c15e382be1
[TARGET_STM32F0] allow DISCO_F051R8 compilation
2015-11-17 16:56:29 +01:00
adustm
7d23f0fd1e
[TARGET_STMF0] change numerical value by its define
2015-11-17 16:55:56 +01:00
adustm
57650768c8
Fix #1419 : solve baud_rate issue
...
Issue was : stdio printf is ok, serial.printf is failing, in case it is
inialized as a global variable. It works on mbed version 107.
Fix: revert to version 107 for systemxxx.c, mbed_overrides.c +
cmsis_nvic.c.
Modify cmsis_nvic.c to use direct addressing instead of a pointer (this
pointer is not yet initialized when called in systemxx.c)
Call HAL_Init in mbed_overrides.c for every platforms.
2015-11-17 13:16:07 +01:00
WoGorniak
863898b29c
changed file permissions
2015-11-16 11:09:16 +00:00
Mika Laurila
46575188f6
STM32F410RB: Updated startup file for ARM_MICRO and exporter templates for IAR and uVision4
2015-11-13 08:46:07 +02:00
adustm
11224405a8
Merge remote-tracking branch 'refs/remotes/mbedmicro/master' into DEV_DISCOF429ZI
...
Conflicts:
workspace_tools/build_release.py
workspace_tools/export/gccarm.py
workspace_tools/export/uvision4.py
workspace_tools/export_test.py
2015-11-12 10:42:59 +01:00
Mika Laurila
38b9006df8
Fixed RTOS test cases
2015-11-12 10:02:30 +01:00
Mika Laurila
8ba3a08a1f
Fixed F410RB IAR configuration file
2015-11-12 10:02:29 +01:00
Mika Laurila
9128ef483f
Fixed vector table size
2015-11-12 10:02:27 +01:00
Mika Laurila
8e54df9141
Reverted to old version of cmsis_nvic.h
2015-11-12 10:02:26 +01:00
Mika Laurila
2647edfe72
Revert "Revert "Renamed and updated F411->F410 files in TOOLCHAIN_ARM_MICRO and TOOLCHAIN_ARM_STD, updated vector count in cmsis_nvic.h""
...
This reverts commit 4b488736c0 .
2015-11-12 10:02:25 +01:00
Mika Laurila
44c5a79afe
Revert "Renamed and updated F411->F410 files in TOOLCHAIN_ARM_MICRO and TOOLCHAIN_ARM_STD, updated vector count in cmsis_nvic.h"
...
This reverts commit b343fb7e43 .
2015-11-12 10:02:24 +01:00
Mika Laurila
e01230363a
Renamed and updated F411->F410 files in TOOLCHAIN_ARM_MICRO and TOOLCHAIN_ARM_STD, updated vector count in cmsis_nvic.h
2015-11-12 10:02:22 +01:00
Wojciech Gorniak
716654908a
added SetSysClock (merged with F411)
2015-11-12 09:56:45 +01:00
Rafal Fabich
4999dd050b
Updated files used by IAR compiler with those available from STM32CubeF4 package
2015-11-12 09:46:38 +01:00
Rafal Fabich
5061da03db
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-11-12 09:30:16 +01:00
Rafal Fabich
39908eb5dd
Renamed linker and startup files
...
Fixed memory sizes in compilers files
2015-11-12 09:07:49 +01:00
Rafal Fabich
dc6fd00d63
Modified memory sizes in linker script
2015-11-12 09:07:48 +01:00
Rafal Fabich
63574f4c48
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-11-12 09:07:47 +01:00
dbestm
ef9949b9ea
Merge remote-tracking branch 'refs/remotes/mbedmicro/master' into dev_disco_f469ni
2015-11-10 10:09:20 +01:00
adustm
b390f4cc27
Merge branch 'master' of https://github.com/mbedmicro/mbed into DEV_DISCOF429ZI
2015-11-09 18:04:26 +01:00
Martin Kojtal
f605825f66
Merge pull request #1410 from kpurusho/master
...
Added support for SAML21
2015-11-09 14:26:00 +01:00
adustm
202d56ef12
DISCO_F429ZI: Add uvision toolchain.
2015-11-09 11:01:12 +01:00
adustm
3993489705
DISCO_F429ZI: change copyright year
2015-11-09 10:39:49 +01:00
adustm
2bf69bc512
DICSO_F429ZI: align with other F4 products
2015-11-09 10:37:35 +01:00
adustm
9333f8546c
DISCO_F429ZI: align startup file with STM32F4Cube version
2015-11-09 10:37:00 +01:00
adustm
b3be112ce6
ALL STM32F4 products : reduce LSE timeout
2015-11-09 10:29:36 +01:00
adustm
675a12c2d5
DISCO_F429ZI: align system_stm32f4xx.c file with other products
2015-11-09 10:28:55 +01:00
dbestm
ba14dee242
Merge remote-tracking branch 'refs/remotes/mbedmicro/master' into dev_disco_f469ni
2015-11-06 10:54:09 +01:00
dbestm
96392ac3d7
[xxxxx_F4xxxx] reduce HSE startup time to 200ms
2015-11-06 10:20:44 +01:00
Martin Kojtal
46af745ef4
Merge pull request #1407 from kpurusho/master
...
Renamed TARGET_SAM_CortexM0+ to TARGET_SAM_CortexM0P for compatiblity with online compiler
2015-11-04 16:28:06 +00:00
Parthasarathy.S
7d360ad5ad
Reverted temp rename
2015-11-04 16:04:30 +05:30