Anna Bridge
bab78c6cc5
Merge pull request #10468 from petroborys/master
...
Add support for CAN to SiLabs targets
2019-05-07 15:57:58 +01:00
Martin Kojtal
b21c278274
Merge pull request #10509 from NXPmicro/LPC55S69_Add_UART_Flowcontrol
...
LPC55S69: Add support for UART hardware flow control
2019-05-03 10:07:54 +01:00
Martin Kojtal
bb3fdac760
Merge pull request #10449 from fredlee12001/UNO_91H_PDMC
...
Configure UNO_91H to support PDMC compile
2019-05-02 19:04:27 +01:00
Martin Kojtal
87711a9111
Merge pull request #10471 from malavikasajikumar/master
...
SDP-K1: Updates to target code
2019-05-02 19:03:22 +01:00
Martin Kojtal
40f8cb95a8
Merge pull request #10435 from morser499/pr/cy-smif
...
Add support for QSPI to Cypress Boards
2019-05-02 13:41:56 +01:00
Martin Kojtal
d41962a8c8
SDP_K1: Fix year change in the system clock
2019-05-02 11:35:40 +01:00
Martin Kojtal
58a5f954ec
Merge pull request #10493 from LMESTM/STM32F303RE_flashiap
...
STM32F303RE: Activate FLASHIAP
2019-05-02 09:25:54 +01:00
Ryan Morse
a8570ffe6c
Added support for QSPI to Cypress Boards
2019-05-01 07:09:58 -07:00
petroborys
b635c024a4
Add can_api.c for efm32:review build-IAR
2019-05-01 00:12:38 +00:00
petroborys
f29dffa7d7
Add can_api.c for efm32: wrap in presence of the base peripheral
2019-05-01 00:12:37 +00:00
petroborys
0a82591470
Add can_api.c for efm32
2019-05-01 00:12:14 +00:00
Martin Kojtal
b895bf6349
Merge pull request #10401 from OpenNuvoton/nuvoton_nuc472_fix_crash_capture
...
NUC472: Support crash capture for no-XRAM configuration
2019-04-30 14:54:05 +01:00
Martin Kojtal
a5862df1ef
Merge pull request #10506 from JarekParal/fix-k66-missing-adc-pins-mapping
...
Add missing ADC pins mapping for FRMD-K66F (#10498 )
2019-04-30 13:58:45 +01:00
Martin Kojtal
1de0712272
Merge pull request #9944 from deepikabhavnani/stm32_splitheap
...
GCC - Add support to split heap across 2-RAM banks
2019-04-30 11:02:51 +01:00
Martin Kojtal
d04bfa2262
Merge pull request #10492 from SiliconLabs/fix/remove_sleep_lock_from_hal
...
Remove sleep lock/unlock from Silicon Labs HAL implementation
2019-04-30 09:31:41 +01:00
fred.li
749302fc0b
Fix Syntax Error for IAR & ARMCC
2019-04-30 11:53:26 +08:00
Mahesh Mahadevan
39975b818d
LPC55S69: Add support for UART hardware flow control
...
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-04-29 14:18:35 -05:00
Malavika Sajikumar
e0faeb2b65
Fixing alignment.
2019-04-29 09:52:01 -07:00
JarekParal
bd59a4cdf5
Fix code alignment
2019-04-29 17:33:28 +02:00
Martin Kojtal
2cd7aa1148
Merge pull request #10303 from juhoeskeli/mem_changes
...
STM32L4xx: IAR memory maps updated
2019-04-29 13:46:46 +01:00
JarekParal
484c8a59b9
Add missing ADC pins mapping for FRMD-K66F
2019-04-29 10:54:39 +02:00
Laurent Meunier
1922937292
STM32F303RE: Activate FLASHIAP
2019-04-26 15:13:08 +02:00
Anna Bridge
4020c6d19d
Merge pull request #10436 from OpenNuvoton/nuvoton_nuc472_fix_power-down
...
NUC472: Workaround for unknown error with power-down
2019-04-26 13:34:12 +01:00
Anna Bridge
c0feb1a659
Merge pull request #10390 from kjbracey-arm/armc6_fpu_sel
...
Correct some CPU selections in tools
2019-04-26 13:32:29 +01:00
Anna Bridge
b1cd3dab16
Merge pull request #10258 from davidsaada/david_remove_feature_storage
...
Remove FEATURE_STORAGE and all underlying deprecated features
2019-04-26 13:31:37 +01:00
Anna Bridge
536da479dc
Merge pull request #10018 from deepikabhavnani/stm32_heap_armc6
...
STM: Update linker script for using SRAM1 and SRAM2 in ARM
2019-04-26 13:30:42 +01:00
Steven Cooreman
b16adea258
Remove sleep lock/unlock from HAL
...
The sleep locking/unlocking is taken care of by the layer above (driver).
2019-04-26 09:54:24 +02:00
Malavika Sajikumar
f11f63ddcf
AWAKE signal turned on at system init for SDP-K1 board.
...
- Setting AWAKE signal high in the SystemInit() to ensure VIO supply to daughter boards through SDP and Arduino connectors.
2019-04-25 23:49:19 -07:00
Malavika Sajikumar
869e48dad0
Improvements made to PinNames.h of SDP-K1 board.
...
PinNames.h:
- Removing definition of Status LED.
- Redefining SPI and I2C pin names using Arduino pins names.
2019-04-25 23:49:19 -07:00
Juho Eskeli
443974b864
STM32L4xx: IAR linker file updated to better use available memory
2019-04-23 12:53:53 +03:00
Kevin Bracey
20ac1c9266
KW24D: Use default ARM compiler (ARMC6)
...
KW24D was set to ARMC5 because the ARMC6 tooling didn't correctly handle
Cortex-M4 without floating-point. Now fixed.
2019-04-23 12:04:20 +03:00
fred.li
417051244d
PDMC support for ARMCC and IAR
2019-04-22 21:06:42 +08:00
fred.li
4d52639e3d
Remove invalid device_name
2019-04-22 15:23:17 +08:00
fred.li
784f2a070a
Add configuration to support PDMC compile
...
Configurable flash size for UNO_91H
2019-04-22 14:30:36 +08:00
Martin Kojtal
97693b7bbe
Merge pull request #10387 from kjbracey-arm/add_fpu_atmel
...
Atmel SAMG55: Cortex-M4 -> Cortex-M4F
2019-04-18 14:16:58 +01:00
Martin Kojtal
9157902af9
Merge pull request #10386 from kjbracey-arm/add_fpu_arm
...
ARM MPS2: Cortex-M4 -> M4F & M7 -> M7FD
2019-04-18 13:40:12 +01:00
Martin Kojtal
b6a2c7b63f
Merge pull request #10019 from deepikabhavnani/uarm_fix
...
uARM - Move heap region after IRAM1
2019-04-18 12:49:56 +01:00
Martin Kojtal
d2e9fde701
Merge pull request #10413 from kfnta/cy_rollup
...
Cypress PSoC6 rollup PR
2019-04-18 12:26:32 +01:00
Martin Kojtal
3ec9c190d0
Merge pull request #10314 from kjbracey-arm/rt1050_dcache
...
i.MX RT1050: Reactivate data cache
2019-04-18 09:49:13 +01:00
Martin Kojtal
fc12229df9
Merge pull request #10412 from lrusinowicz/flash_api_fix
...
FUTURE_SEQUANA: Fix flash_api bug introduced with e16d2d81d9
2019-04-18 08:20:31 +01:00
Martin Kojtal
ea1394724b
Merge pull request #10419 from lrusinowicz/warning_cleanup
...
FUTURE_SEQUANA: Clean up "unused variable" compiler warnings
2019-04-17 15:47:21 +01:00
Kevin Bracey
a5d0c1c00b
ARM MPS2: Cortex-M4 -> M4F & M7 -> M7FD
...
According to their cmsis.h, FPU is present, so change targets.json to
use it.
* ARM_MPS2_M4: already was Cortex-M4F
* ARM_MPS2_M7: Cortex-M7 -> M7FD
* FVP_MPS2_M4: Cortex-M4 -> M4F
* FVP_MPS2_M7: Cortex-M7 -> M7FD
If they do not in fact have FPU, then cmsis.h should be modified to set
`__FPU_PRESENT` to 0. This will currently cause compilation problems
with ARMC6, but I'll be submitting a fix for that.
2019-04-17 12:57:46 +03:00
Martin Kojtal
beed42e666
Merge pull request #10382 from kjbracey-arm/add_fpu_sdpk1
...
SDP_K1: Cortex-M4 -> Cortex-M4F
2019-04-17 10:46:09 +01:00
ccli8
61271d0df6
[NUC472] Get around unknown error with power-down
...
On NUC472, on wake-up from power-down mode, we may meet hard fault or some other
unknown error. Before its cause is found, we enter idle mode instead for a workaround.
To simulate power-down mode with idle mode, we also disable us_ticker during
power-down period.
2019-04-17 16:47:22 +08:00
Martin Kojtal
6c40386bb7
Merge pull request #10383 from kjbracey-arm/add_fpu_gd32
...
GigaDevice: Cortex-M4 -> Cortex-M4F
2019-04-17 09:19:38 +01:00
Martin Kojtal
c961a5d834
Merge pull request #9870 from ChangwuShan/Re-enable_MPS2_platform
...
Re-enable MPS2 platform
2019-04-17 08:02:14 +01:00
Leszek Rusinowicz
ab8b573138
FUTURE_SEQUANA: Clean up "unused variable" compiler warnings
...
Clean up compiler warnings coming from PDL read-out of peripheral
interrupt status registers.
2019-04-16 16:59:53 +02:00
Leszek Rusinowicz
f81fbab9f0
FUTURE_SEQUANA: Fix flash_api bug introduced with e16d2d81d9
...
PDL Flash API requires that the data buffer is 32-bit aligned, otherwise
programming can hung. Buffer declared as uint8_t array is not always
properly aligned, e.g. with gcc 6 when -Os option is used.
2019-04-16 11:20:11 +02:00
Lei Zhang
eb38b16551
PSOC6: Add WICED library build for ARMC6
...
- Also remove WICED library build for ARMC5
2019-04-16 11:51:39 +03:00
Hennadiy Kytsun
2417392419
CY8CKIT_062_WIFI_BT_PSA: mention tools/psa/release.py in README
2019-04-16 11:50:48 +03:00