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
c782054eb5
Remove unsupported Coide exports
...
They simply would error with "template not found". Instead, lets just
disable them.
2017-05-08 14:03:27 -05:00
Jimmy Brisson
bbde3797cb
Make binary depend on config directly
2017-05-08 13:33:37 -05:00
Jimmy Brisson
fd26d5b5a7
Allow app config to override start and size
2017-05-08 13:25:28 -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
Kevin Bracey
984e87d8e9
NSAPI - Don't send trailing garbage in DNS queries
...
Observed during investigation of
https://github.com/ARMmbed/mbed-os/issues/4246 - DNS queries sent
the entire buffer, not just the bit filled in.
Inefficient, especially for 6LoWPAN, and a security hole - the trailing
data could be previously-used heap.
2017-05-05 11:35:48 +03: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
Anna Bridge
9a3122af39
Merge pull request #4254 from 0x6d61726b/patch-3
...
Removed unused variable in TARGET_NXP/lpc17_emac.c
2017-05-04 15:47:43 +01:00
Anna Bridge
2d22db23db
Merge pull request #4169 from 0x6d61726b/master
...
[NXP LPC176X] flash_api.c implementation
2017-05-04 15:41:17 +01:00
Anna Bridge
aa80b55628
Merge pull request #4233 from sg-/fix-the-docs2
...
[platform] Update doxygen comments
2017-05-04 15:12:54 +01:00
Bartek Szatkowski
5b8033e144
Odin: Disable sleep as it's not compatible with WiFi driver
2017-05-04 10:57:47 +01:00
Laurent MEUNIER
63accf1469
Fix Typo in include file name
2017-05-04 10:51:40 +02:00
Laurent MEUNIER
a8d666fe6f
F1 CUBE V1.5.0
...
HAL V1.1.0
LL V1.1.0
CMSIS V4.2.0
2017-05-04 10:31:59 +02:00
Jimmy Brisson
0c2af26523
Merge pull request #4249 from kegilbert/button-mapping-kg
...
Add consistent button names across targets
2017-05-03 11:26:36 -05:00
Jimmy Brisson
138dbee5fc
Merge pull request #4260 from adamgreen/fixXadowM0ExtraLabels
...
Inherit Xadow M0 target from LPC11U35_501
2017-05-03 09:08:29 -05:00
arostm
3dac027747
DISCO_L072CZ_LRWAN1: change date in periperalPins.c
2017-05-03 09:20:01 +02:00
arostm
1cea7ee7fb
DISCO_L072CZ_LRWAN1: delete tests mbed os2 result
2017-05-03 09:14:04 +02:00
Kevin Gilbert
0268c85101
Fixed typos
2017-05-02 13:16:14 -05:00
Sam Grove
d503afc95f
[doxygen] Exclude tools and TESTS directories. Add macro
...
Macro used to eliminate nested template which doxygen has a problem
with.
2017-05-02 12:47:30 -05:00
Adam Green
a638febc94
Inherit Xadow M0 target from LPC11U35_501
...
targets/targets.json already added MCU_LPC11U35_501 as an extra label
but it didn't have LPC11U35_501 (without the MCU_ prefix). Both of
these target names are used as folder names to organize files
specific to this device. For example the LPC11U35.ld linker script used
by GCC_ARM for this target is located in a TARGET_LPC11U35_501 folder.
I switched to using inheritance to properly setup the target labels
based on @theotherjimmy comments on PR #4252 . Everything in the
XADOW_M0 targe appears to have been copy/pasted from LPC11U35_501
anyway so inheritance seems to be the best way to set the values of
the XADOW_M0 properties.
2017-05-02 10:26:51 -07:00
Kevin Gilbert
418d83b6c2
Addressed review comments: fixed unmapped switches and added Hexiware buttons
2017-05-02 12:20:05 -05:00
Jimmy Brisson
7ace0cbb14
Merge pull request #3881 from geky/log-no-io
...
Remove debug links to printf/exit in NDEBUG builds
2017-05-02 11:37:10 -05:00
Jimmy Brisson
7e03d8f1b4
Merge pull request #4110 from theotherjimmy/build-metadata
...
Add --build-data switch to mbed compile and test
2017-05-02 11:35:47 -05:00
Jimmy Brisson
7f0ed3b40b
Merge pull request #4136 from theotherjimmy/bootlader-exists
...
Error when bootloader is specified but does not exist
2017-05-02 11:34:30 -05:00
Jimmy Brisson
d123ee1162
Merge pull request #4155 from karsev/thread_sec_policy
...
Thread sec policy
2017-05-02 11:33:25 -05:00
Jimmy Brisson
8073f9ed64
Merge pull request #4190 from netzimme/patch-1
...
LPC4088: Enable LWIP feature
2017-05-02 11:30:42 -05:00
Jimmy Brisson
03806a8045
Merge pull request #4224 from theotherjimmy/mbed-new-export
...
Add `mbed new .` output to export
2017-05-02 11:28:09 -05:00