GustavWi
09261bd615
IAR: Fixed language settings in ewp files. Set project setting to allow both c and c++ language and allowed VLA in C code
2014-12-15 14:19:54 +01:00
Martin Kojtal
6172cbea1a
Merge pull request #785 from rosterloh/disco_l053_hal_updates
...
Targets: DISCO_L053C8 - update from nucleo latest changes
2014-12-15 09:15:42 +00:00
Martin Kojtal
1fb5426bf6
Merge pull request #793 from ohagendorf/STMF4xxx_rtos
...
DISCO_F4xx, NUCLEO_F4xx, MDOT_F4 - fix RTOS problem (init seq)
2014-12-15 09:01:35 +00:00
Martin Kojtal
f3acd0e7aa
Merge pull request #790 from BlackstoneEngineering/NordicKeilFix
...
Tools: changed device name from nRF51822_xxAA -> nRF51xxx on all Nordic boards
2014-12-15 08:57:38 +00:00
Martin Kojtal
fb526c9205
Merge pull request #784 from masaohamanaka/master
...
Targets: RZ_A1H - Add the timer value wraparound processing to us_ticker
2014-12-15 08:55:35 +00:00
Martin Kojtal
5aafaa0d63
Merge pull request #780 from GustavWi/iar_mbed
...
IAR: skip dynamic initialization, new common IAR startup file
2014-12-15 08:52:35 +00:00
Martin Kojtal
f8962e8683
Merge pull request #768 from mazgch/master
...
add CooCox exporter for C027
2014-12-15 08:44:24 +00:00
ohagendorf
2002b797ad
[DISCO_F429ZI] changed clock settings
...
Original STM32Cube F4 driver sets SYSCLK for STM32F429 to 16MHz. This
adds a 168MHz and 180MHz configuration to system_stm32f4xx.c generated
by STM32CubeMX code generator. The rtos clock configuration is changed
too. In singletest.py run everything is OK.
2014-12-15 07:32:53 +01:00
ohagendorf
6f8f626bd6
[DISCO_F4xx][NUCLEO_F4xx][MDOT_F4] solving RTOS problem
...
- Changing original STM Cube Driver to call _start instead of main to
initialise the rtos when using it. Without using rtos the behavior is
the same as before.
- Adding DISCO_F429 to rtos
- Adding targets to RTOS_xx tests.
- All tests are OK. Tested with Nucleo and Disco boards. Not tested with
MDOT_F4 but that uses the same hal like nucleo_f411.
2014-12-13 22:50:02 +01:00
Masao Hamanaka
3212848c31
Fix a bug that coding mistakes of L2 cache
...
Coding mistakes as below.
while(PL310->INV_WAY && ((1 << assoc) - 1)); ->
while(PL310->INV_WAY & ((1 << assoc) - 1));
PL310->INTERRUPT_CLEAR = 0; ->
PL310->INTERRUPT_CLEAR = 0x000001FFuL;
2014-12-12 14:27:01 +09:00
Masao Hamanaka
8e3b9aba75
Add terminal defines of PWM and fix a bug that period can not be changed.
...
Fix a bug as below.
- Period can not be changed.
Restructions: 1. The upper limits is 491us
2. Change all period of the same channel when changing period.
2014-12-12 14:26:33 +09:00
Masao Hamanaka
fc7e246596
Remove needless processing regarding Interrupt.
...
EOIR writing will be done in IRQ handler.
EOIR writing is needless in each interrupt processing.
2014-12-12 14:25:41 +09:00
Masao Hamanaka
7417e1061d
Add some terminal setting of Serial and modify attach sequence.
...
Fix some bugs of Serial as below.
- TX/RX terminal of XBee(P7_4, P7_5) setting is reverse.
- P5_6 and P5_7 terminals can not be used.
- Tx interrupt will not occur at the right timing.
- There are no settings of WIFI Module terminals(P11_10,P11_11).
- There are no settings of Xbee Module terminals(P6_6,P6_7).
2014-12-12 14:25:08 +09:00
Austin Blackstone
c6547b96cf
changed device name from nRF51822_xxAA -> nRF51xxx on all Nordic boards. This change is necessary due to a conflict with KeilV4 naming
2014-12-11 19:28:15 -06:00
Mike Fiore
a749176209
[travis] add MTS_DRAGONFLY_F411RE to build_travis.py
2014-12-11 15:47:21 -06:00
Mike Fiore
38d92a5ab3
[mbed][workspace_tools] remove comment from targets.py
2014-12-11 14:08:31 -06:00
Mike Fiore
22a3c528c8
[mbed][MTS_DRAGONFLY_F411RE] remove old Dragonfly Directory
2014-12-11 14:02:13 -06:00
Mike Fiore
883215c80e
Merge branch 'dev_new' into dev
...
Conflicts:
workspace_tools/export/iar.py
workspace_tools/targets.py
2014-12-11 13:54:19 -06:00
Mike Fiore
743bf2b255
[mbed][MTS_DRAGONFLY_F411RE MTS_MDOT_F411RE NUCLEO_F411RE] remove unnecessary Dragonfly hal files & move PeripheralNames.h to mDot and Nucleo dirs to perserve differences from Dragonfly
2014-12-11 13:48:06 -06:00
Mike Fiore
83d03f35e5
[mbed][MTS_DRAGONFLY_F411RE] move Dragonfly support into TARGET_STMF411RE with rest of 411 products
2014-12-11 13:38:29 -06:00
vinnie rabbit
b1aee00f85
[mbed][MTS_DRAGONFLY_F411RE] change IAR project options to not have Override default checkbox set, change IlinkIcfOverride from 1 to 0 in file iar_mts_dragonfly_f411re.ewp.tmpl
2014-12-11 13:20:45 -06:00
Mike Fiore
4ade9b7ac3
[mbed][MTS_DRAGONFLY_F411RE] fix D2 pin mapping, remove PWM_OUT from PinNames.h
2014-12-11 13:20:45 -06:00
Mike Fiore
ff0b8fce30
[cmsis][MTS_DRAGONFLY_F411RE] set USE_PLL_HSE_EXTC to 0, causing problems with IAR export and we have no external clock option
2014-12-11 13:20:45 -06:00
Mike Fiore
2a5c204fa2
[mbed][MTS_DRAGONFLY_F411RE] fix pin names for spi to external flash
2014-12-11 13:20:45 -06:00
Mike Fiore
4b1ac52d91
[mbed][MTS_DRAGONFLY_F411RE] change wrong PLL members to correct values from ST Cube code
2014-12-11 13:20:45 -06:00
Mike Fiore
7a217c3fb5
[mbed][MTS_DRAGONFLY_F411RE] remove unnecessary VIMPINNAMES file
2014-12-11 13:20:45 -06:00
Mike Fiore
74cc06b3ce
[targets][MTS_DRAGONFLY_F411RE] remove unnecessary comments from Dragonfly entry in targets.py
2014-12-11 13:20:45 -06:00
Mike Fiore
340b40ff1a
[mbed][MTS_DRAGONFLY_F411RE] add RADIO_TX/RX pins, correct reversed TX/RX pins for uart6
2014-12-11 13:20:45 -06:00
Mike Fiore
f41a29e14c
[mbed][MTS_DRAGONFLY_F411RE] clean up PinNames.h
2014-12-11 13:20:45 -06:00
Mike Fiore
6d9d5961c5
[mbed][MTS_DRAGONFLY_F411RE] fix stdio uart decl, fix D3 pin decl, change blinky test main.cpp back to original
2014-12-11 13:20:45 -06:00
vincent rabbit
546005a72c
[mbed][MTS_DRAGONFLY_F411RE] added platform support files and dirs built gcc executable NOT working
2014-12-11 13:20:45 -06:00
vincent rabbit
bd9b356816
[export][MTS_DRAGONFLY_F411RE] added iar support for DRAGONFLY
2014-12-11 13:19:08 -06:00
Richard Osterloh
77c3fe2358
updated latest changes from nucleo
2014-12-11 14:55:45 +00:00
Martin Kojtal
14666bb183
Merge pull request #783 from bcostm/master
...
Targets: NUCLEO_L053R8 - Removed call to Systick (mbed RTOS compliancy)
2014-12-11 14:01:53 +00:00
Masao Hamanaka
c08208fe4f
Update upstream pushed files
2014-12-11 19:26:03 +09:00
bcostm
54999646a1
[NUCLEO_L053R8] Removed call to Systick (mbed RTOS compliancy)
2014-12-11 11:16:02 +01:00
Masao Hamanaka
1970328da3
Add the timer value wraparound processing to us_ticker
...
Timer value wraparound operation had not been considered in us_ticker.
So, User could not set upper than 128s to argument of wait().
2014-12-11 19:07:50 +09:00
Masao Hamanaka
f71b0a06c7
Revert "Add the timer value wraparound processing to common wait processing"
...
This reverts commit cd8f65c94b
.
2014-12-11 18:21:43 +09:00
GustavWi
b67836d4ba
Added skip dynamic initialization to mts mdot f411re ewp
2014-12-11 09:43:31 +01:00
Martin Kojtal
b75dadac6c
Merge pull request #779 from ndelisi/master
...
Y5Design LPC11U35 and NRF51822 - Add New targets
2014-12-11 08:28:29 +00:00
Martin Kojtal
c155dea6dd
Merge pull request #781 from 0xc0170/fix_nordic_uvision_ram
...
Tools: nordic uvision templates - RAM size set to 0x2000 from 0x800
2014-12-11 08:24:21 +00:00
Masao Hamanaka
cd8f65c94b
Add the timer value wraparound processing to common wait processing
...
Timer value wraparound operation had not been considered in common wait process.
By defining the EXPIRE_US non-zero value, wraparound operation is enabled.
The EXPIRE_US will be define the value of each vender-specific.
If EXPIRE_US is 0, the common wait process is same as before.
2014-12-11 14:32:09 +09:00
0xc0170
130c9c282a
Tools: nordic uvision templates - RAM size set to 0x2000 from 0x800
2014-12-10 14:25:11 +00:00
GustavWi
c3393b80b1
Merge remote-tracking branch 'upstream/master' into iar_mbed
2014-12-10 13:41:46 +01:00
GustavWi
3062999e97
Separated the c data initialization and c++ to call mbed_sdk_init before c++ data. So that the c variables are updated before the c++ objects are initialized. Had to rename the cmain override in RTX_CM_lib.h to __iar_program_start because there can not be two __cmain overrides in the project. The ewps had to be updated to add the linker command --skip_dynamic_initialization which stalls the c++ data init until __iar_dynamic_initialization which is called right after mbed_sdk_init.
2014-12-10 13:40:17 +01:00
Martin Kojtal
2e1ba4df65
Merge pull request #777 from GustavWi/iar_mbed
...
Targets: CMSIS - Fixed linker files for IAR (Ram size on one) and for the rest increased the heap...
2014-12-10 08:49:10 +00:00
Martin Kojtal
87c17ed748
Merge pull request #778 from sg-/nrf_txirq_patch
...
Targets: NRF51822 - With the old logic if Serial::writeable() was called before and/or used ...
2014-12-10 08:14:50 +00:00
sg-
91a77d74cf
With the old logic if Serial::writeable() was called before and/or used to block calls to Serial::putc() it would never write due to EVENT_TXDRDY trailing a write to TXD. Add a dummy write to TXD before pins are connected to the peripheral. This primes the EVENT_TXDRDY to lead future writes rather than trail. Since STOPTX isn't used this seems safe.
2014-12-09 17:48:10 -06:00
Nick DeLisi
a03d3bcd8d
Porting of new target: Added new target to target.py, added header files for PinNames.h and device.h
...
nRF51822 from Nordic Semiconductor
Bluetooth Low-Energy v4.1 compliant - interface to smartphones, tablets
System-on-Chip (SoC) solution - easily transformable into a deployable solution
Drop-in solution for production - no need to design your own antenna
FCC and CE Certified
3x LEDs, 3x Buttons
Powered by interface board or external 3.3V
2014-12-09 14:08:22 -06:00
Nick DeLisi
f382af4aed
Porting of new target: Added new target to target.py, added header files for PinNames.h and device.h. Added linker library.
...
Y5 Design LLC Interface Board
LPC11u35 from NXP
Low Power, ARM(r) Cortex-M0 suitable for a wide range of applications
On-Chip Bootloader - In-System programming (ISP) and in-application programming (IAP)
ROM-based USB drivers - Flash updates via USB supported
SPI, GPIO, i2C, UART, ADC
3x LEDs, Reset Button
3.3V powered via USB or external
USB interface - shipped with USB-A, male connector, pads for Micro female
2014-12-09 13:01:20 -06:00