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
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
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
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
Sarah Marsh
ee7e21d722
Remove Thread::wait from thread example
2016-12-20 10:42:29 -06:00
Hasnain Virk
fcd55fe65b
[ONME-2844] 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-20 14:03:23 +02:00
Michael Ammann
b1a9e7b1c8
Target: Add new target UBLOX_EVK_NINA_B1
...
Based on nrf51 MCU.
2016-12-20 10:31:14 +00:00
tomoyuki yamanaka
623f8acdc4
[RZ/A1H]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-20 16:44:52 +09:00
sarahmarshy
dd07d30c7e
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-19 14:43:38 -06:00
Mahadevan Mahesh
e5ba1d2b37
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-19 14:20:25 -06:00
Anna Bridge
20eb127f80
Merge pull request #3460 from NXPmicro/I2C_UpdateReturnValue
...
KSDK I2C: Update the return value to match the API documentation change
2016-12-19 17:56:50 +00:00
Anna Bridge
1cc1891fac
Merge pull request #3450 from bridadan/fix_example_filtering
...
Correctly filtering examples in test script
2016-12-19 17:52:47 +00:00
Anna Bridge
f2ce7ebb99
Merge pull request #3442 from LMESTM/dev_stm_i2c_f1
...
Dev stm i2c f1
2016-12-19 17:51:58 +00:00
Anna Bridge
e182ff48b6
Merge pull request #3428 from LMESTM/fix_i2c_asynch_test_slave_addr
...
Change slave address in I2C master slave asynch test
2016-12-19 17:41:38 +00:00
Anna Bridge
9e03765d04
Merge pull request #3422 from szechyjs/disco_f303vc_can
...
Enable CAN on DISCO_F303VC
2016-12-19 17:37:48 +00:00
Anna Bridge
d1aa6eea52
Merge pull request #3410 from jeromecoutant/PR_ST_L4_ASSERT
...
STM32L4 : map ST HAL assert into MBED assert
2016-12-19 17:33:13 +00:00
Anna Bridge
3c84f49084
Merge pull request #3402 from geky/nsapi-fix-socket-close
...
nsapi - Fixed open/close issue in Socket
2016-12-19 17:25:09 +00:00
Anna Bridge
a915fa86e4
Merge pull request #3390 from jeromecoutant/PR_ST_F3_ASSERT
...
STM32F3 : map ST HAL assert into MBED assert
2016-12-19 17:24:26 +00:00
Anna Bridge
42389c1420
Merge pull request #3389 from jeromecoutant/PR_ST_F2_ASSERT
...
STM32F2 : map ST HAL assert into MBED assert
2016-12-19 17:23:37 +00:00
Anna Bridge
89190fd794
Merge pull request #3381 from jeromecoutant/PR_ST_F1_ASSERT
...
STM32F1 : map ST HAL assert into MBED assert
2016-12-19 17:22:54 +00:00
Anna Bridge
1219f8872d
Merge pull request #3430 from LMESTM/fix_ci_shield_eeprom_test
...
Fix ci shield eeprom test
2016-12-19 17:18:14 +00:00
Mahadevan Mahesh
8ec93ca4a4
KSDK I2C: Update the return value to match the API documentation change
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-12-16 13:16:03 -06:00
Michel Jaouen
71f570fbc7
USB_8 : audio loopback test at 16khz stereo 16bits
...
- Callback TX and RX interface is used.
2016-12-16 15:16:56 +01:00
Michel Jaouen
3a6a5ab858
USBAudio: tx/rx iso call back.
2016-12-16 15:16:55 +01:00
Hasnain Virk
35e4896ed3
[ONME-2844] 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-16 15:35:33 +02:00
Laurent MEUNIER
580d96431e
STM32 I2C manage STOP specific case
...
In case the user applicaiton makes a mixed usage of unitary function
(start, stop, byte write & read) with SYNC operation (write and read of
data buffers with start and stop management), we need to reset the
STM32 HAL state as it is by-passed by a direct call to STOP
2016-12-16 08:54:39 +01:00