Anna Bridge
0c4ccdcb90
Update MBED_LIBRARY_VERSION to v133. Update mbed-os 5 patch version.
2016-12-30 12:51:11 +00:00
Mahadevan Mahesh
14a2e3afe2
Rename KSDK2 to MCUXpresso. This is the new name of this package from NXP
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-12-30 12:47:49 +00:00
ccli8
228df6f96c
Add target SPI pins into SPI SD test samples with Travis CI
2016-12-30 12:42:58 +00:00
ccli8
4c2406ee73
Fix compile error with Travis CI
...
Use MBED_CONF_RTOS_PRESENT to filter out mbedtls alternative for mbed OS 2.
2016-12-30 12:42:56 +00:00
ccli8
e525e96009
Add license header for USBEndpoints_NUC472/M453.h
2016-12-30 12:42:52 +00:00
ccli8
702cf49648
Integrate with Travis CI
...
1. Add targets into build_travis.py and tests.py.
2. Add target SPI pins into SPI SD test samples.
3. Rename target TOOLCHAIN_GCC_ARM/retarget.c to avoid name collision of compiled retarget.o with platform/retargets.cpp.
2016-12-30 12:42:49 +00:00
ccli8
fa5333195f
Support USB device
2016-12-30 12:42:47 +00:00
Jaakko Kukkohovi
5a7f691bec
Update mbed-client-c version 3.0.4
2016-12-30 12:42:45 +00:00
Mahadevan Mahesh
1be750c669
MCUXpresso I2C: Handle 0 byte write
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-12-30 12:42:43 +00:00
Bartek Szatkowski
3668006cf5
Fix deprecated Thread ctor usage in RTOS tests
...
Thread spawning constructors are deprecated, start function should be
used instead.
2016-12-30 12:42:37 +00:00
Jimmy Brisson
f4dd4028e8
Improve error message when exporting for make without a linker script
2016-12-30 12:42:34 +00:00
Amanda Butler
015889d1fc
Delete BUILDING.md
...
Delete this page because an exact duplicate exists in the Handbook
2016-12-30 12:42:32 +00:00
adustm
1456e8797d
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-30 12:42:30 +00:00
Sam Lin
57bdd47f17
Use __HAL_CAN_CLEAR_FLAG macro clear TSR . Redress stm32f1xx_hal_can.h header file comment
2016-12-30 12:42:28 +00:00
Sam Lin
836ff13919
Repair the Transmit mailbox (0,1,2) empty interrupt Flag not clear BUG
2016-12-30 12:42:26 +00:00
bcostm
a2ca39538f
Correct wrong alternate-function number for CAN PB_8/PB_9 pins and PWM PC_7 pin
2016-12-30 12:42:23 +00:00
Brian Daniels
455448dcc6
Removing default toolchain paths
...
This change was spurred by a confusing error. I attempted to compile for
the RZ_A1H (a Cortex-A device), and I had the standalone ARM compiler in
my system path, which supports Cortex-A. However, the default path for
the ARM compiler in settings.py uses a Keil installation, which only
supports Cortex-M. It found my Keil installation and used that instead.
This change proposes to remove this default behavior and instead
requires the user to explicitly set the intended compiler, either by a
settings file, mbed CLI, environment variables, or by placing the
compiler in your PATH.
2016-12-30 12:42:21 +00:00
Amanda Butler
745b376238
Delete ignoring_files_from_build.md
...
Exact duplicate of page exists in Handbook
2016-12-30 12:42:19 +00:00
Amanda Butler
7f8bef9444
Delete events.md
...
Duplicate page exists in Handbook
2016-12-30 12:42:17 +00:00
Jimmy Brisson
00e028ca74
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-30 12:42:15 +00:00
Brian Daniels
480ec66b75
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-30 12:42:13 +00:00
Hasnain Virk
7333c5ae6d
Avoid option level collisions
...
To allow a network stack to support both NSAPI and its own options, try to make
sure the NSAPI levels don't collide with level numbers likely to be used by
network stacks.
Distinguish between socket and stack options, and tighten up documentation. Add
IP MRU stack options as an example (implementation not immediately planned for
any stack, but could be useful).
2016-12-30 12:42:10 +00:00
Hasnain Virk
b2e0dd233e
Supporting non-blocking connect()
...
A few new error codes are added to nsapi_error_t and
support for non-blocking socket connect is added.
Nanostack's connect call will be non-blocking.
Whereas LWIP connect call is currently blocking, and it could be changed now
to be non-blocking.
2016-12-30 12:42:08 +00:00
jeromecoutant
4e83b88257
Run astyle
2016-12-30 12:42:06 +00:00
jeromecoutant
8627204d36
STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files
2016-12-30 12:42:04 +00:00
jeromecoutant
c9e5f2753e
STM32F4 : correct ST HAL API call
...
- RCC init: one PLL parameter was missing
- GPIO: mode was not allowed by ST HAL API
2016-12-30 12:42:02 +00:00
jeromecoutant
48ee909a6d
STM32F4 : refactor stm32f4xx_hal_conf.h and map ST HAL assert into MBED assert
2016-12-30 12:42:00 +00:00
Sarah Marsh
9336e7aca7
Remove Thread::wait from thread example
2016-12-30 12:41:57 +00:00
sarahmarshy
e833f70d75
Remove invalid thread::start example
...
This changes reflects the correct syntax for spawning a thread that will execute a local function with given parameters.
2016-12-30 12:41:55 +00:00
Michael Ammann
be467a64ac
Target: Add new target UBLOX_EVK_NINA_B1
...
Based on nrf51 MCU.
2016-12-30 12:41:53 +00:00
Jimmy Brisson
06d2cfd9b5
Revise arguments to detect targets
2016-12-30 12:41:51 +00:00
tomoyuki yamanaka
9a577b2340
Fix TTB setting of RO_DATA area
...
I modified the TTB setting of RO_DATA area.
The current setting of this area is "not executable".
Therefore, when trying to execute a program placed in this area, a prefetch abort will occur.
So I changed from "Sect_Normal_RO" to "Sect_Normal_Cod".
2016-12-30 12:41:49 +00:00
Michel Jaouen
f81c13d67d
USB_8 : audio loopback test at 16khz stereo 16bits - Callback TX and RX interface is used.
2016-12-30 12:41:47 +00:00
Michel Jaouen
de06af3ec2
USBAudio: tx/rx iso call back.
2016-12-30 12:41:44 +00:00
Amanda Butler
96728a4b51
Delete memap.md
...
Delete page because an exact duplicate exists in the Handbook
2016-12-30 12:41:42 +00:00
Amanda Butler
7cd8b94505
Delete config_system.md
...
Delete page because duplicate exists in Handbook
2016-12-30 12:41:40 +00:00
Amanda Butler
fea2dbf628
Delete Toolchain_Profiles.md
...
Delete page because duplicate exists in Handbook
2016-12-30 12:41:38 +00:00
Amanda Butler
7a546df2d3
Delete COMMITTERS.md
...
Delete page because an exact duplicate exists in the Handbook
2016-12-30 12:41:36 +00:00
Amanda Butler
6196db9419
Delete TESTING.md
...
Delete page because an exact duplicate exists in the Handbook
2016-12-30 12:41:34 +00:00
Mahadevan Mahesh
6070652197
KSDK I2C: Update the return value to match the API documentation change
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-12-30 12:41:32 +00:00
Brian Daniels
de0b95657d
Correctly filtering examples in test script.
...
If an example's GitHub repository contains multiple child examples, the
script was incorrectly filtering out all the child examples when
compiling and exporting. This patch now handles this case correctly.
2016-12-30 12:41:29 +00:00
Laurent MEUNIER
abd9014853
STM32 F1: move F1 to I2C common code
...
Now that F1 HAL has been updated to support required APIs,
the F1 family can also be moved to common code.
2016-12-30 12:41:27 +00:00
Laurent MEUNIER
e736c4b2d1
HAL F1: I2C fix btf / rxne cases
...
Applying the same fix as in L1 and F4.
This is an alignement to F4 HAL as the same IP is used.
2016-12-30 12:41:25 +00:00
Laurent MEUNIER
b62d237fde
STM32 F1 HAL V1.0.5
...
This is a partial update of HAL drivers, especially for I2C driver update
2016-12-30 12:41:23 +00:00
Laurent MEUNIER
c93eaf8b55
Change slave address in I2C master slave asynch test
...
Change test slave address to 0x80 because 0x90 is used by a real slave
(temperature sensor) on few boards like the CI shield.
2016-12-30 12:41:21 +00:00
Jared Szechy
ca10f72bf7
Add alternative CAN pins to DISCO_F303VC
2016-12-30 12:41:19 +00:00
Jared Szechy
dd43be868c
Add DISCO_F303VC to build_travis
2016-12-30 12:41:16 +00:00
Jared Szechy
613d552a21
Enable CAN on DISCO_F303VC
2016-12-30 12:41:14 +00:00
jeromecoutant
b8ddac0fbb
STM32L4 : correct ST HAL API call
...
- ll_utils: compilation issue
- GPIO: mode was not allowed by ST HAL API
2016-12-30 12:41:12 +00:00
jeromecoutant
3a6edfe7f1
STM32L4 : refactor stm32l4xx_hal_conf.h and map ST HAL assert into MBED assert
2016-12-30 12:41:10 +00:00