Commit Graph

9504 Commits (b15fc6a6b57d9c0538ad9cc81294968e9981ebd1)

Author SHA1 Message Date
Laurent MEUNIER b15fc6a6b5 STM32: TIM: Initialize new TIM parameter 2017-01-10 16:53:20 +01:00
Laurent MEUNIER cdcaf2a473 STM32: Serial: Use up to date MACROs
Following STM32 HAL update, it is needed to use up-to-date MACROs.
Otherwise, build would fail.
2017-01-10 16:53:17 +01:00
Laurent MEUNIER 0ca04ffb3e STM32: HAL update, use I2C function instead of MACRO
Following HAL update, this is needed to use the I2C API function
rather than previously used MACRO.

An assert would fail at compilation time otherwise.
2017-01-10 16:53:15 +01:00
Laurent MEUNIER af6cdabc28 STM32Cube_FW_F0_V1.7.0
CMSIS v2.3.0 => v2.3.1
    STM32F0 HAL v1.4.0 => v1.5.0
    LL Layer introduction for STM32F0
2017-01-10 16:50:35 +01:00
Martin Kojtal e7361ebc44 Merge pull request #3365 from OpenNuvoton/nuvoton_usb
[NUC472/M453] Support USB device
2016-12-30 12:43:53 +01:00
Martin Kojtal 2f6f3c6631 Merge pull request #3500 from kuggenhoffen/update-mbed-client-c-3.0.4
Update mbed-client-c version 3.0.4
2016-12-30 12:41:45 +01:00
Martin Kojtal 518b07263c Merge pull request #3502 from NXPmicro/I2C_Zerobyte_Write
MCUXpresso I2C: Handle 0 byte write
2016-12-30 12:36:36 +01:00
Martin Kojtal 306cc1ab6d Merge pull request #3490 from ARMmbed/fix_deprecated_thread_ctors
Fix deprecated Thread ctor usage in RTOS tests
2016-12-30 12:35:04 +01:00
Martin Kojtal 24cd5734dd Merge pull request #3483 from theotherjimmy/make-linker-error
Improve error message when exporting for make without a linker script
2016-12-30 12:34:09 +01:00
Martin Kojtal bd6ebbeb21 Merge pull request #3475 from AnotherButler/patch-3
Delete BUILDING.md
2016-12-30 12:33:14 +01:00
Martin Kojtal c6a1109cd6 Merge pull request #3473 from adustm/stm32f7_ethernet_dbg
Stm32f7 ethernet fix for IAR issue #3387
2016-12-30 12:32:46 +01:00
Martin Kojtal 6598e32785 Merge pull request #3405 from samos2011/stm32f1_can_bug
Repair the transmit mailbox (0,1,2) empty interrupt flag not clear BUG
2016-12-30 12:31:18 +01:00
Mahadevan Mahesh 1280dfcca5 MCUXpresso I2C: Handle 0 byte write
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-12-28 08:03:49 -06:00
Bartek Szatkowski ed41ebef9b Fix deprecated Thread ctor usage in RTOS tests
Thread spawning constructors are deprecated, start function should be
used instead.
2016-12-23 13:16:11 +00:00
Martin Kojtal 6e7ee0e51e Merge pull request #3489 from bcostm/fix_issue_3474
NUCLEO_F103RB - Correct CAN and PWM alternate-functions
2016-12-23 13:15:37 +00:00
Martin Kojtal ae93db711c Merge pull request #3476 from bridadan/remove_default_toolchain_paths
Removing default toolchain paths
2016-12-23 13:14:57 +00:00
Martin Kojtal bd2e5c697f Merge pull request #3494 from AnotherButler/patch-10
Delete ignoring_files_from_build.md
2016-12-23 13:10:46 +00:00
Martin Kojtal 0839a6f1aa Merge pull request #3493 from AnotherButler/patch-9
Delete events.md
2016-12-23 13:10:07 +00:00
Martin Kojtal cb39663b2a Merge pull request #3486 from theotherjimmy/clean-export-fix
Move clean functionality out of the export api
2016-12-23 13:09:06 +00:00
Martin Kojtal 6978a585ab Merge pull request #3484 from bridadan/limit_only_parallel_thread_stack
Limiting the thread stack for parallel threads test
2016-12-23 13:08:40 +00:00
Martin Kojtal 131b23895c Merge pull request #3458 from hasnainvirk/nsapi_levels
[ONME-2844] Avoid option level collisions
2016-12-23 13:07:58 +00:00
Martin Kojtal bba527fdc2 Merge pull request #3457 from hasnainvirk/nsapi_connect
[ONME-2844] Supporting non-blocking connect()
2016-12-23 13:06:55 +00:00
Martin Kojtal d652d391e6 Merge pull request #3454 from 0xc0170/jeromecoutant-PR_LPT
STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files
2016-12-23 13:06:02 +00:00
Martin Kojtal 9b8efb2659 Merge pull request #3391 from jeromecoutant/PR_ST_F4_ASSERT
STM32F4 : map ST HAL assert into MBED assert
2016-12-23 13:05:35 +00:00
Jaakko Kukkohovi d80f863647 Update mbed-client-c version 3.0.4 2016-12-23 13:52:42 +02:00
adustm ee3faa408d fix for #3387 need to disable the data cache for Ethernet to use the DMA
descriptors if they are located in SRAM1 and SRAM2
2016-12-22 17:57:50 +01:00
Amanda Butler c7d94fe004 Delete ignoring_files_from_build.md
Exact duplicate of page exists in Handbook
2016-12-21 11:20:41 -06:00
jeromecoutant 2b4d83ef1e Run astyle 2016-12-21 16:54:19 +00:00
jeromecoutant ab28a5e5cb STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files 2016-12-21 16:54:18 +00:00
Amanda Butler 00769cff23 Delete events.md
Duplicate page exists in Handbook
2016-12-21 10:47:26 -06:00
Martin Kojtal eb3dc2d2c8 Merge pull request #3469 from sarahmarshy/patch-12
Remove invalid thread::start example
2016-12-21 15:09:53 +00:00
Martin Kojtal 3d620f9726 Merge pull request #3459 from 0xc0170/u-blox-Adding-UBLOX_EVK_NINA_B1-target
Target: Add new target UBLOX_EVK_NINA_B1
2016-12-21 15:09:09 +00:00
Martin Kojtal 920db8e4a3 Merge pull request #3451 from NXPmicro/Rename_KSDK2_MCUXpresso
Rename KSDK2 to MCUXpresso. This is the new name of this package
2016-12-21 15:08:28 +00:00
Martin Kojtal 9d1b94714d Merge pull request #3439 from theotherjimmy/detect-targets-args
Remove unused arguments from detect targets
2016-12-21 15:07:11 +00:00
Martin Kojtal 58ed59a646 Merge pull request #3472 from TomoYamanaka/master2
[RZ/A1H]Fix TTB setting of RO_DATA area
2016-12-21 15:03:13 +00:00
Martin Kojtal 08509e75df Merge pull request #3339 from jamike/USBAudio_CB_RX_TX
USB audio callback  rx and tx
2016-12-21 14:58:52 +00:00
Martin Kojtal 92fbad7876 Merge pull request #3481 from AnotherButler/patch-8
Delete memap.md
2016-12-21 14:47:11 +00:00
Martin Kojtal d478bfb8b1 Merge pull request #3480 from AnotherButler/patch-7
Delete config_system.md
2016-12-21 14:46:42 +00:00
Martin Kojtal ac930630de Merge pull request #3479 from AnotherButler/patch-6
Delete Toolchain_Profiles.md
2016-12-21 14:46:12 +00:00
Martin Kojtal 2ee97e2d19 Merge pull request #3477 from AnotherButler/patch-4
Delete COMMITTERS.md
2016-12-21 14:45:31 +00:00
Martin Kojtal cccfdbdd8b Merge pull request #3478 from AnotherButler/patch-5
Delete TESTING.md
2016-12-21 14:43:06 +00:00
bcostm 30dddf115a Correct wrong alternate-function number for CAN PB_8/PB_9 pins and PWM PC_7 pin 2016-12-21 10:27:50 +01:00
Jimmy Brisson 18ad17666d Move clean functionality out of the export api
It was possible to remove an entire project if clean was specified on
the command line. That's a Bad Thing(tm).
2016-12-20 17:44:10 -06:00
Brian Daniels 3880e3a39d Limiting the thread stack for parallel threads test
Previously, the RTOS threads test was conditionally change the thread
stack size for all test cases based on the target. Now, it uses the
default stack size for all targets when threads are created serially,
and uses a 512 byte stack for the threads that are created in parallel.
2016-12-20 17:14:04 -06:00
Jimmy Brisson 63c650903c Improve error message when exporting for make without a linker script 2016-12-20 14:11:58 -06:00
Amanda Butler 535562827c Delete memap.md
Delete page because an exact duplicate exists in the Handbook
2016-12-20 12:10:13 -06:00
Amanda Butler 62515b4649 Delete config_system.md
Delete page because duplicate exists in Handbook
2016-12-20 11:51:13 -06:00
Amanda Butler 99d0ff1311 Delete Toolchain_Profiles.md
Delete page because duplicate exists in Handbook
2016-12-20 11:44:48 -06:00
Amanda Butler 5495318a58 Delete TESTING.md
Delete page because an exact duplicate exists in the Handbook
2016-12-20 11:41:09 -06:00
Amanda Butler 04126f7f95 Delete COMMITTERS.md
Delete page because an exact duplicate exists in the Handbook
2016-12-20 11:27:38 -06:00