Tamas Kaman
37cf802a7a
CM3DS: update SPI implementation
...
This commit adds the SPI driver which is now called by the SPI HAL
implementation.
It also removes legacy definitions.
Change-Id: Iadb20dda9dfa571db3de66c3a1ce45d80d8b81b6
Signed-off-by: Tamas Kaman <tamas.kaman@arm.com>
2018-02-21 18:20:24 +00:00
Galanakis, Minos
3abc3faba2
CM3DS: update GPIO, IRQ and port implementation
...
This commit adds the GPIO drivers. The HAL implementations
(gpio_api.c, gpio_irq_api.c, port_api.c) now call these drivers.
Legacy definitions have been removed.
Serial HAL implementation has been changed to compile at this stage.
Change-Id: Ib76a3186358f5029ed350da671132e8aa11194f7
Signed-off-by: Galanakis, Minos <minos.galanakis@arm.com>
2018-02-21 18:17:55 +00:00
Galanakis, Minos
ffc7b91128
CM3DS: update tickers implementation
...
The HAL implementation (us_ticker.c and lp_ticker.c) now calls function
in cmsdk_ticker.c file. This file contains the necessary logic to be
able to only use one hardware timer (CMSDK timer) per mbed ticker.
This commit also updates the timer driver and removes legacy definition.
Change-Id: If40413822832117f9b78f38d2cdda7847284b035
Signed-off-by: Galanakis, Minos <minos.galanakis@arm.com>
Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
2018-02-21 18:12:55 +00:00
Cruz Monrreal
ccff46d9a3
Merge pull request #6070 from ithinuel/remove-magic
...
remove magic calibration value for HSI in ST's targets
2018-02-12 17:21:32 -06:00
Cruz Monrreal
84f42f671e
Merge pull request #5847 from SenRamakri/sen_FaultHandler
...
Unify fault handling and add script to show faults
2018-02-12 17:17:44 -06:00
Senthil Ramakrishnan
19ad4e2cb9
Fix MTB_MTS_XDOT build breakage
2018-02-12 12:02:21 -06:00
Senthil Ramakrishnan
3340a020ed
Fix code style issues and update documentation
2018-02-12 11:50:34 -06:00
Senthil Ramakrishnan
8967b52bfb
crash_log_parser review comment fixes
2018-02-12 11:50:33 -06:00
Senthil Ramakrishnan
96d900c99f
Fixes for targets with invalid HardFault_Handler implementation and review/other fixes
2018-02-12 11:50:33 -06:00
Senthil Ramakrishnan
29348d823d
Support for generating core/register/thread-info dump on fault exceptions
2018-02-12 11:50:33 -06:00
Wilfried Chauveau
d1a0ff9964
remove magic calibration value for HSI in ST's targets
2018-02-12 16:47:35 +00:00
Cruz Monrreal
e0d79ff16a
Merge pull request #6051 from ithinuel/update-ignore-list
...
add few files to gitignore list
2018-02-12 10:30:06 -06:00
Cruz Monrreal
cf60266584
Merge pull request #6058 from pan-/fix-gap-type-static
...
Ble: fix size function in advertising_data_t and address_t.
2018-02-12 10:28:32 -06:00
Cruz Monrreal
84ee9cc7a1
Merge pull request #5941 from marcemmers/lpuart-use-lse
...
STM32L0/4 Enable use of LPUART in stop mode
2018-02-12 10:26:37 -06:00
Cruz Monrreal
bab8cc4de7
Merge pull request #6018 from bmcdonnell-ionx/fix-dir_seek-warn
...
fix compiler warning
2018-02-12 10:25:54 -06:00
Cruz Monrreal
c3e02b18b6
Merge pull request #6035 from ashok-rao/ODIN-serial_fix
...
Fix serial pins and a typo for ODIN MTB
2018-02-12 10:25:22 -06:00
Cruz Monrreal
75e6d97735
Merge pull request #6042 from jeromecoutant/PR_DISCO_F303
...
DISCO_F303VC : STDIO pins correction and alignment with STM32 family
2018-02-12 10:24:57 -06:00
Cruz Monrreal
ec8300e06a
Merge pull request #6047 from TomoYamanaka/master
...
Fix NVIC Wrapper include for Renesas
2018-02-12 10:24:21 -06:00
Cruz Monrreal
914904d9ae
Merge pull request #6050 from juhaylinen/emac_ipv6
...
lwip: enable EMAC IPv6 support
2018-02-12 10:23:52 -06:00
Vincent Coubard
2e64b710a1
Ble: fix size function in advertising_data_t and address_t.
2018-02-09 16:43:29 +00:00
Wilfried Chauveau
e13245c303
add few files to gitignore list
2018-02-09 10:57:31 +00:00
Juha Ylinen
38ceb9339e
lwip: enable EMAC IPv6 support
2018-02-09 10:11:44 +02:00
TomoYamanaka
f6c6e79145
Fix NVIC Wrapper include
...
Renesas mbed boards incorporate NVIC Wrapper because Cortex-A9 use GIC. For example, NVIC_SystemReset() is defined in nvic_wrapper.c and declared in nvic_wrapper.h.
Because I removed one of include processing accidentally, I fixed the lack.
This supplements PR #5890 .
2018-02-09 11:53:43 +09:00
Martin Kojtal
04f0f2b1aa
Merge pull request #5604 from betzw/betzw_tests_netsocket_wb
...
TESTS/NETSOCKET: Refinement of `netsocket` tests
2018-02-08 15:25:45 +00:00
Martin Kojtal
9f6eb14ae2
Merge pull request #5996 from ashok-rao/br-BL600
...
Adding LAIRD_BL600 MTB
2018-02-08 15:23:07 +00:00
Martin Kojtal
65e751bafb
Merge pull request #6025 from karsev/thread_api_adds
...
Mesh-api setters for eui64 and pskd
2018-02-08 15:22:02 +00:00
Martin Kojtal
e8efe11c0e
Merge pull request #6031 from OpenNuvoton/nuvoton_m2351_cthunk
...
M23: Fix CThunk error on Cortex-M23
2018-02-08 15:21:24 +00:00
Martin Kojtal
b7908a64c4
Merge pull request #6033 from anttiylitokola/master
...
Update mbed-coap to version 4.2.0
2018-02-08 15:20:37 +00:00
Martin Kojtal
8e8b3d3bbd
Merge pull request #6036 from bcostm/dev_move_DISCO_L072CZ
...
DISCO_L072CZ_LRWAN1: move target folder
2018-02-08 15:19:08 +00:00
jeromecoutant
e0e6e5a9e5
DISCO_F303VC : Align clock configuration with STM32 family
2018-02-08 14:25:46 +01:00
jeromecoutant
e8e4af3c7a
DISCO_F303VC : add IAR files
2018-02-08 14:25:45 +01:00
jeromecoutant
1ab4030f20
DISCO_F303VC : wrong STDIO pins
2018-02-08 14:25:45 +01:00
Cruz Monrreal
0978062dae
Merge pull request #5971 from maciejbocianski/ticker_tests_fix
...
Ticker tests fix
2018-02-07 20:17:39 -06:00
Cruz Monrreal
02eeb7af41
Merge pull request #6030 from deepikabhavnani/correct_arch
...
M33: -march not required if -mcpu is set
2018-02-07 20:07:11 -06:00
Cruz Monrreal
1c5c1c79d0
Merge pull request #6027 from ithinuel/fix-target-names-for-murata-abz-and-adv-wise-1510
...
rename MURATA type ABZ & WISE 1510 to their expected name
2018-02-07 20:06:50 -06:00
Cruz Monrreal
f8cc42689c
Merge pull request #5970 from TomoYamanaka/master
...
RZ_A1LU: Fix TRNG function
2018-02-07 20:06:17 -06:00
Cruz Monrreal
1ac115d794
Merge pull request #6013 from kivaisan/add-wise-1570
...
Add MTB_ADV_WISE_1570 target
2018-02-07 20:05:38 -06:00
Jimmy Brisson
7b5d48df38
Merge pull request #5571 from kjbracey-arm/retarget_fh
...
Complete mbed_retarget FileHandle rework
2018-02-07 17:21:09 -06:00
Cruz Monrreal
40d1c02e25
Merge pull request #5914 from mprse/Transaction_tests
...
Add Transaction class unit test.
2018-02-07 15:56:59 -06:00
Cruz Monrreal
e9fddb6eee
Merge pull request #6017 from theotherjimmy/bl-nonzero-rom
...
Correct auto-sizing last region of bl
2018-02-07 15:56:43 -06:00
Cruz Monrreal
c679dee286
Merge pull request #5848 from theotherjimmy/compile-py3
...
Python2+3: mbed compile, mbed test --compile, python unit tests
2018-02-07 15:48:18 -06:00
Cruz Monrreal
3b1438b9ba
Merge pull request #6015 from davidsaada/david_k82f_flash
...
Add missing flash device feature to the K82F board
2018-02-07 15:03:22 -06:00
Cruz Monrreal
ebb39244f4
Merge pull request #6001 from ubirch/mbed-os-5985
...
Corrects intermittent CLion exporter issue with cmake build directory
2018-02-07 14:56:18 -06:00
Cruz Monrreal
63201db875
Merge pull request #6004 from bcostm/fix_l476-486_sram_iar
...
STM32L476/486: Improve SRAM usage for IAR
2018-02-07 14:51:30 -06:00
Cruz Monrreal
671cf409c8
Merge pull request #6007 from theotherjimmy/bl-heed-outputext
...
Take OUTPUT_EXT into account in managed bl
2018-02-07 14:51:11 -06:00
Cruz Monrreal
779ee843ea
Merge pull request #5797 from hosse005/master
...
ARMC5+6: Specify CPU for ARM scatter file preprocessor
2018-02-07 14:50:44 -06:00
bcostm
7630874b9c
Move TARGET_DISCO_L072CZ_LRWAN1 folder
2018-02-07 16:23:09 +01:00
Ashok Rao
188a68829f
Fixed serial pins and a typo for ODIN MTB
2018-02-07 15:12:40 +00:00
Kari Severinkangas
f63dbf56db
Mesh-api setters for eui64 and pskd
2018-02-07 16:45:39 +02:00
Wolfgang Betz
d6cb3853df
Enlarge event queue in `test_socket_attach()`
2018-02-07 13:40:50 +01:00