ThunderSoft_mbed_os
198fe703b8
Update gpio_object.h
2018-12-21 10:03:08 +08:00
ThunderSoft_mbed_os
df5fe31bac
Update gpio_api.c
2018-12-21 10:03:08 +08:00
ThunderSoft_mbed_os
a04498c4bc
Update device.h
2018-12-21 10:03:08 +08:00
ThunderSoft_mbed_os
7c20ed8396
Update analogout_api.c
2018-12-21 10:03:08 +08:00
ThunderSoft_mbed_os
87293ce15c
Update analogin_api.c
2018-12-21 10:03:08 +08:00
ThunderSoft_mbed_os
425d7e164f
Update PortNames.h
2018-12-21 10:03:08 +08:00
ThunderSoft_mbed_os
39ee74e4d6
Update PinNames.h
2018-12-21 10:03:08 +08:00
ThunderSoft_mbed_os
0271bf7e3f
Update PeripheralNames.h
2018-12-21 10:03:08 +08:00
ThunderSoft_mbed_os
0bd2efe60d
Update mbed_rtx.h
2018-12-21 10:03:08 +08:00
ThunderSoft_mbed_os
568ea3187c
Update us_ticker.c
2018-12-21 10:03:08 +08:00
panyz0725@thundersoft.com
7a24b6aded
Add platform TT_M3HQ
2018-12-21 10:03:08 +08:00
Cruz Monrreal
ac361d6a4b
Merge pull request #8739 from tymoteuszblochmobica/master
...
L3IP Interface Implementation
2018-12-20 15:41:37 -06:00
Senthil Ramakrishnan
daa8b0e5c1
Disable printf in crash reporting for release builds
2018-12-20 13:47:35 -06:00
Cruz Monrreal
c1226ffbd8
Merge pull request #8916 from jeromecoutant/PR_F439
...
STM32F429/STM32F439 alignment
2018-12-20 12:08:42 -06:00
Martin Kojtal
671c061c61
Merge pull request #8749 from TeemuKultala/cellular_at_handler_api
...
Cellular: AT handler API
2018-12-20 16:31:06 +00:00
Martin Kojtal
4d44e1c0b6
Merge pull request #9134 from jeromecoutant/PR_TICKDELAY4
...
STM32: enable TICKLESS
2018-12-20 16:30:36 +00:00
Martin Kojtal
cc2e15c84e
Merge pull request #9158 from davidsaada/david_lto_dup_types
...
Fix LTO build failures due to duplicate local types
2018-12-20 16:30:16 +00:00
Martin Kojtal
aceeb269d1
Merge pull request #9159 from SeppoTakalo/unflag_extented
...
Drop MBED_EXTENTED_TESTS flagging from network tests.
2018-12-20 16:29:51 +00:00
Martin Kojtal
efc0239518
Merge pull request #9166 from u-blox/ublox_c030_ADC
...
Ublox C030 ADC internal channels added
2018-12-20 16:29:25 +00:00
Michal Paszta
a2110d5411
Greentea tests ignore bind returning UNSUPPORTED
2018-12-20 15:38:07 +01:00
Tymoteusz Bloch
fc88922845
L3IP Interface Implementation
...
LWIP L3IP interface initial implementatioon
2018-12-20 15:23:43 +01:00
Michal Paszta
034c72e12c
Prevent ESP8266 stopping HW control on init
2018-12-20 13:22:13 +01:00
cyliangtw
d5e643fd41
[Nuvoton] Fix NUC472 hard fault in SMCC tests
2018-12-20 19:42:42 +08:00
Martin Kojtal
ab1c2be997
Merge pull request #8957 from InfernoEmbedded/fix-8913
...
Fix incorrect #ifdefs on DEVICE_FOO macros
2018-12-20 10:52:06 +00:00
Martin Kojtal
911720e50b
Merge pull request #9143 from desmond-blue/fix_ble_longwrite
...
Fix BLE long write execution failure
2018-12-20 10:50:47 +00:00
Martin Kojtal
85c2fc7fb1
Merge pull request #9148 from davidsaada/david_fix_app_end_addr
...
Fix FLASHIAP_ROM_END macro for GCC_ARM & IAR toolchains
2018-12-20 10:48:26 +00:00
Martin Kojtal
e245c1ecda
Merge pull request #9150 from kjbracey-arm/armc6_fpu
...
Check correct ARMC6 predefine for FP codegen
2018-12-20 10:47:32 +00:00
Martin Kojtal
3a2f6e924a
Merge pull request #8832 from j3hill/nRF52840_QSPI
...
nRF52840_DK: "qspi_api.c" check read/write WORD alignment, set clock frequency divider
2018-12-20 10:37:55 +00:00
Martin Kojtal
99778bd6a5
Merge pull request #8777 from jeromecoutant/PR_LP_RTC
...
STM32 LPTICKER with RTC : better sleep time
2018-12-20 10:26:44 +00:00
Martin Kojtal
c7a5ef5527
Merge pull request #9151 from 0xc0170/dev_add_reviewers
...
github: add reviewers to the PR template
2018-12-20 10:12:00 +00:00
Alastair D'Silva
aa80b7c70a
Don't use define checks on DEVICE_FOO macros (partner code)
...
The DEVICE_FOO macros are always defined (either 0 or 1).
This patch replaces any instances of a define check on a DEVICE_FOO
macro with value test instead.
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
2018-12-20 20:02:29 +11:00
TomoYamanaka
65b4e72928
Modify IRQ handler processing without RTOS at Cortex-A IAR Compiler
...
In case of unusing RTOS, there is no processing against IRQ handler and it causes a linker error.
Therefore, I added this processing with WEAK attribute. Also I added cmain.S file at cmsis/TARGET_CORTEX_A folder.
2018-12-20 16:24:07 +09:00
TomoYamanaka
dd8d8ea3c7
Modify IRQ handler processing without RTOS at Cortex-A GCC Compiler
...
In case of unusing RTOS, IRQ handler executes "while(1)" and it causes a program freeze.
Therefore, I revised this processing.
2018-12-20 16:19:04 +09:00
TomoYamanaka
240060ee69
Modify IRQ handler processing without RTOS at Cortex-A ARM Compiler
...
In case of unusing RTOS, IRQ handler executes "while(1)" and it causes a program freeze.
Therefore, I revised this processing. Also I added the heap setting processing and set the align to 8 byte.
2018-12-20 16:12:54 +09:00
mudassar-ublox
a7ccb65e80
Ublox C030 ADC internal channels added
2018-12-20 11:00:36 +05:00
deepikabhavnani
12623ace8b
Added test case for verification
2018-12-19 21:54:48 -06:00
Alastair D'Silva
2617c5d55b
Don't use define checks on DEVICE_FOO macros (mbed code)
...
The DEVICE_FOO macros are always defined (either 0 or 1).
This patch replaces any instances of a define check on a DEVICE_FOO
macro with value test instead.
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
2018-12-20 10:16:42 +11:00
Alastair D'Silva
24dbfb6b09
Remove #ifdefs for DEVICE_SERIAL & friends
...
DEVICE_SERIAL is always defined (either 0 or 1).
Remove the faulty checks introduces in commit
26b9a1f6a3
and replace them with
value checks as originally implemented.
Fixes #8913
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
2018-12-20 09:42:02 +11:00
Cruz Monrreal
442cbba141
Merge pull request #7799 from bridadan/remove_allowed_features
...
Removing feature names from the "allowed feature" config list.
2018-12-19 13:37:59 -06:00
Cruz Monrreal
e17b14adaf
Merge pull request #9157 from lrusinowicz/sequana_m0_firmware_update
...
PSOC6: Updated default M0 image to not modify UDB configuration when…
2018-12-19 13:35:56 -06:00
Cruz Monrreal
07947f4647
Merge pull request #9155 from lrusinowicz/srm_fixes
...
PSOC6: Fixing merge issue for pull request #9009
2018-12-19 13:16:20 -06:00
Cruz Monrreal II
ac499ba617
Merge pull request #9122 from RonEld/update_cc310_iar_libs
...
Update the CC310 IAR libraries
2018-12-19 13:14:20 -06:00
Cruz Monrreal
9edbcd77df
Merge pull request #9081 from OpenNuvoton/nuvoton_refine_crypto_ac
...
Nuvoton: Fix crypto AC management
2018-12-19 13:09:47 -06:00
Cruz Monrreal
6f576009c7
Merge pull request #9061 from kjbracey-arm/more_mpu_work
...
More MPU work
2018-12-19 12:32:54 -06:00
deepikabhavnani
01b2530a7d
Corrected destructor loop to clear all pending events
...
In `equeue_destroy` the external loop was for main events linked
list and internal loop for siblings.
Siblings start was not initialized correctly for each main link
2018-12-19 11:59:42 -06:00
Amanda Butler
0a53b02ee4
Make minor change in pull_request_template.md
...
Fix nit for precise language
2018-12-19 10:46:59 -06:00
Desmond Chen
30ca813f07
Fix BLE long write execution failure
2018-12-19 08:08:16 -08:00
Seppo Takalo
18404e93be
Drop MBED_EXTENTED_TESTS flagging from network tests.
...
All properly working IP stacks are required to pass Mbed OS socket tests.
This have now proven with current Ethernet devices with LwIP stack.
2018-12-19 16:18:33 +02:00
David Saada
ec0ebc2cec
Fix LTO build failures due to duplicate local types
2018-12-19 15:52:43 +02:00
Leszek Rusinowicz
e448b2b1c2
[PSOC6] Updated default M0 image to not modify UDB configuration when comming out of a deep sleep state.
...
On Mbed this is performed only on M4 core.
2018-12-19 14:07:11 +01:00