Martin Kojtal
ef56d9569b
Merge pull request #4245 from nvlsianpu/merge_nrf52840_to_nrf5
...
[NRF5 + NRF52840]: Merge nrf52840 to [NRF5] sources
2017-05-15 16:10:32 +01:00
Martin Kojtal
3ca5c36768
Merge pull request #4241 from OpenNuvoton/nuvoton
...
[NUC472/M453] Fix serial error with sync/async calls interlaced
2017-05-15 16:07:11 +01:00
Martin Kojtal
07c8b214f6
Merge pull request #4235 from ARMmbed/nanostack-libservice
...
Nanostack libservice
2017-05-15 16:05:34 +01:00
Martin Kojtal
d98da4089a
Merge pull request #4231 from jamike/USBH0ST_TARGET_STM_HUB_SUPPORT
...
USBHOST hub support for TARGET_STM
2017-05-15 16:01:34 +01:00
Martin Kojtal
444ff098fd
Merge pull request #4226 from Wiznet/master
...
[WIZnet][W7500*] Support for mbed OS 5
2017-05-15 16:00:23 +01:00
Jimmy Brisson
7385a88017
Merge pull request #4313 from c1728p9/tool_changes
...
Remove and cleanup old code in the tools
2017-05-15 09:51:41 -05:00
Martin Kojtal
4b9b7188b8
tools: fix objects names that we need because of weak linkage
...
Fixing retarget and board object files, plus adding new one mbed_main.
2017-05-12 14:51:51 -05:00
Martin Kojtal
2977d0c387
tools: remove usb host from mbed 2 scripts
...
usb host has dependency on rtos1 that is no longer in the
code base.
2017-05-12 14:51:49 -05:00
Martin Kojtal
8c4258ceb5
tools: remove all rtos1 references
...
These references are removed from mbed 2 scripts, including travis script.
2017-05-12 14:51:47 -05:00
Sam Grove
5ebe295364
Merge pull request #4307 from c1728p9/remove_arm7
...
Remove ARM7 support and targets
2017-05-12 14:31:28 -05:00
Bartek Szatkowski
2ddf4b33cb
CMSIS5: Remove ARM7 support and targets
2017-05-12 13:48:43 -05:00
Sam Grove
01f02b4b8c
Merge pull request #4306 from c1728p9/remove_unsupported_net_libraries
...
Remove unsupported net libraries
2017-05-12 13:45:19 -05:00
Jimmy Brisson
0501a14e73
Merge pull request #4308 from c1728p9/MAX32630FTHR_fix_NVIC_SetVector
...
Fix NVIC_SetVector type in HAL for MAX32630FTHR
2017-05-12 13:14:00 -05:00
Jimmy Brisson
d7594f63af
Merge pull request #4309 from c1728p9/limit_nucleo_isr_stack
...
Limit ISR stack to 4k on NUCLEO_F429ZI
2017-05-12 12:17:50 -05:00
Bartosz Szatkowski
14cfe8bac8
Limit ISR stack to 4k on NUCLEO_F429ZI
2017-05-11 18:11:36 -05:00
Martin Kojtal
d4bab30923
MAX32630FTHR: Fix NVIC_SetVector type in HAL
...
Change the irq_handler parameter of NVIC_SetVector from a function
pointer to a uin32_t so it matches the cmsis specification. This
prevents the following problem from occurring in RTX5 when building
for IAR:
The error: Error[Pe167]: argument of type "void (*)(void)" is incompatible
with parameter of type "uint32_t".
2017-05-11 18:09:58 -05:00
Martin Kojtal
d4cd403039
tools: remove net libraries
...
Remove any reference to net libraries that are unsupported. As we removed net libraries, these are no longer in the codebase.
2017-05-11 17:51:01 -05:00
Martin Kojtal
1c2ebf83f5
unsupported/net: removal of net libraries
...
Remove all unsupported net libraries from features/unsupported. There's already lwip for mbed OS that we support, and cellular will come soon to the codebase reworked.
Plus remove unsupported/tests for these libraries.
2017-05-11 17:32:44 -05:00
Seppo Takalo
bb7eecaedc
Merge commit '1d3c49a408faa231d18d83fb03c65425cf22c507' into nanostack-libservice
...
* commit '1d3c49a408faa231d18d83fb03c65425cf22c507':
Squashed 'features/FEATURE_COMMON_PAL/nanostack-libservice/' changes from 67affc61b..6444c8a4f
2017-05-11 13:38:20 +03:00
Seppo Takalo
1d3c49a408
Squashed 'features/FEATURE_COMMON_PAL/nanostack-libservice/' changes from 67affc61b..6444c8a4f
...
6444c8a4f Restore common_count_leading_zeros definition
git-subtree-dir: features/FEATURE_COMMON_PAL/nanostack-libservice
git-subtree-split: 6444c8a4f23dfe6d9b28014c78b41812879898b9
2017-05-11 13:38:20 +03:00
Martin Kojtal
42f9a59c0d
Merge pull request #4298 from bridadan/disable_arch_pro_flash
...
Remove FLASH capabilities for the ARCH_PRO
2017-05-11 09:37:22 +01:00
Jimmy Brisson
59e32b2fc6
Merge pull request #4289 from netzimme/master
...
LPC4088: add "LPC4088Code.binary_hook" to the white list of the embit…
2017-05-10 15:56:24 -05:00
Brian Daniels
a8bd3b2cb7
Removes FLASH capabilities for the ARCH_PRO.
...
This platform is failing a flash test at this time. This commit disables
the capability (and therefore the test) until it is fixed.
2017-05-10 15:16:22 -05:00
Daniel Zimmermann
8e02855101
LPC4088: add LPC4088Code.binary_hook to the white list of the embitz, gnuarmeclipse and makefile exporter.
2017-05-09 11:59:03 -05:00
Michel Jaouen
c4a049750b
USBHOST : TARGET_STM small speed device not supported on hub
...
add warn small speed device are connected on hub
2017-05-09 16:18:34 +02:00
Michel Jaouen
fdde91037f
USBHOST : mouse fix for high speed mouse
2017-05-09 16:18:33 +02:00
Michel Jaouen
c581230cd3
USBHOST: TARGET_STM fix in hal for hub support
2017-05-09 16:18:33 +02:00
Michel Jaouen
fdec62002e
USBHOST: TARGET_STM add more hub to support larger hub
2017-05-09 16:18:32 +02:00
Michel Jaouen
f3c6f95b0a
USBHOST: USBHOST_OTHER Add timeout on TD (indentation)
2017-05-09 16:18:32 +02:00
Michel Jaouen
309b9aef62
USBHOST TARGET_STM : changes for hub support
2017-05-09 16:18:31 +02:00
Michel Jaouen
c860377464
USBHOST : USBHOST_OTHER add control disable counter
2017-05-09 16:18:30 +02:00
Michel Jaouen
73d8e5e9ef
USBHOST: USBHOST_OTHER fix in endpoint
...
- set_state specific
- speed init
2017-05-09 16:18:29 +02:00
Michel Jaouen
ccce1c5273
USBHOST : change interrupt endpoint behaviour
...
In case interrupt reports error,
call back can send interrupt request again.
2017-05-09 16:18:29 +02:00
Michel Jaouen
fa2abd22c7
USBHost : USBHostHID , USBHostHub fix indentation.
2017-05-09 16:18:28 +02:00
Michel Jaouen
bae762eb24
USBHOST: put deviceInited to false when device disconnected
2017-05-09 16:18:27 +02:00
Michel Jaouen
bf2fc0a2cf
USBHOST : as DISCONNECTED_EVENT from root hub is sent in irq handler
...
and connection from hub are sent from usb task.
A connection on an hub port can be sent ,
after irq disconnection from root hub.
2017-05-09 16:18:26 +02:00
Michel Jaouen
41f12260b1
USBHost : fix indentation USBHost.cpp
2017-05-09 16:18:25 +02:00
Michel Jaouen
27877bd4e8
USBHOST : fix disconnection during device registering
2017-05-09 16:18:24 +02:00
Andrzej Puzdrowski
1f1168a51e
NRF5: changes for code review of merg nrf52840 to NRF5 sources
...
s140 headers renamed form ble_* to nrf_ble_*,
Removed s130 and s132 headers named form ble_*
(Them had been added by #2ff572682798562e812015dc775b5896e0fda5a4)
Headers inclusinons were changed in order to meet above changes.
Revrted bad change in us_ticker.c:
use __disable_irq lock instead of core_util_critical_section_enter lock
for setting rtc1 tick for systick emulation as was good before.
2017-05-09 15:43:30 +02:00
ccli8
08c778d18d
[NUC472/M453] Change comment for serial_getc/serial_putc
2017-05-09 09:22:41 +08:00
Jimmy Brisson
d04d588106
Merge pull request #4276 from nvlsianpu/patch-1
...
avoid 03/05 intel-hex records for nordic devices
2017-05-08 16:05:24 -05:00
Jimmy Brisson
6aca976433
Merge pull request #4149 from monkiineko/master
...
STM32F3: Correct handling of USB ISTR and endpoint registers
2017-05-08 11:16:31 -05:00
Jimmy Brisson
3b11b23371
Merge pull request #4238 from tung7970/fix-mbedos
...
lwip - power up emac before reading its settings
2017-05-08 11:15:45 -05:00
Jimmy Brisson
c1cbd26f1d
Merge pull request #4256 from arostm/dev_disco_lora
...
DISCO_L072CZ_LRWAN1: add a new platform
2017-05-08 11:15:00 -05:00
Jimmy Brisson
ef079dbb52
Merge pull request #4270 from bulislaw/fix_odin_wifi
...
Odin: Disable sleep as it's not compatible with WiFi driver
2017-05-08 11:14:25 -05:00
justinkim
34da12ace2
modify GCC_ARM startup code & mbed_rtx.h syntax error correct.
2017-05-08 09:04:15 +09:00
Anna Bridge
a85873c863
Merge pull request #4248 from screamerbg/fix/stm32-usb-support
...
Fixed STM32 USB Device support for mbed Classic
2017-05-05 13:51:38 +01:00
Andrzej Puzdrowski
c64d2f4411
avoid 03/05 intel-hex records for nordics devices
...
use Intelhex::write_hex_file instead of IntelHex::tofile
2017-05-05 13:27:29 +02:00
Anna Bridge
8543279901
Merge pull request #4259 from LMESTM/fix_Stream_issue687
...
Add error check in Stream constructor
2017-05-04 15:56:44 +01:00
Anna Bridge
e2469ecbba
Merge pull request #4186 from geky/fs-dot-entries
...
Filesystem: Include '.' and '..' in directory iteration
2017-05-04 15:55:41 +01:00