jiangkun1994
3ce040aaf2
fixes some typos in README.md
2018-03-26 18:52:24 +01:00
jiangkun1994
98b6f9a30d
fixes a typo in README.md
2018-03-26 18:52:24 +01:00
Jasper de Winkel
42d46f93ce
Small typo fixes in readme.md files
2018-03-26 18:52:24 +01:00
Paul Thompson
379b71fbc0
Flip order of comparison
2018-03-26 18:52:24 +01:00
Paul Thompson
ef58ece498
Clarify intention between comparison to zero and the shift operation
...
Building with (GNU Tools for Arm Embedded Processors 7-2017-q4-major) 7.2.1 20170904 gives this warning
../events/equeue/equeue.c: In function 'equeue_incid':
../events/equeue/equeue.c:40:17: warning: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
if (!(e->id << q->npw2)) {
2018-03-26 18:52:24 +01:00
gorazd
21256b1f2d
lpc546xx and lpc54114: fix clock
2018-03-26 18:52:24 +01:00
gorazd
c80ff8a8d1
mcu_lpc546xx: move "release_versions" to children
2018-03-26 18:52:24 +01:00
daid
e30b81ab97
Add support for STEVAL-3DP001V1 board, which has an STM32F401VE chip. This support is based on the NUCLEO-F401RE board. Which has the same amount of flash/ram but less pins available on the chip.
2018-03-26 18:52:24 +01:00
Keyur Hariya
b471d97062
Replace enable/disable irq with critical section enter/exit
2018-03-26 18:52:24 +01:00
Keyur Hariya
eca06e1ca1
Remove automatic I2C stop after each read
...
Automatic stop prevents sending repeated start.
2018-03-26 18:52:24 +01:00
Keyur Hariya
dce8d29f75
Enable ADC scaling and enable internal channels
...
Increases input range by 2x(now, 0-2.4v)
2018-03-26 18:52:24 +01:00
Keyur Hariya
39d589ddba
Improve us ticker performance
...
Improves accuracy during heavy work load.
2018-03-26 18:52:24 +01:00
Keyur Hariya
7c6321b303
Improve SPI block write
...
Replace looping construct with actual block writes.
2018-03-26 18:52:24 +01:00
Keyur Hariya
3ca392c8e6
Fix missing serial object for interrupts
...
Save serial objects when setting interrupt requests.
Improve uart interrupt handler.
2018-03-26 18:52:24 +01:00
Antti Kauppila
ef8dc12209
Cellular tests: nsapi_socket_t errors fixed in unittests
2018-03-26 18:52:24 +01:00
Cruz Monrreal II
87b903509d
Modified underflow error text to print overflow instead. End users are more familiar with handling overflow errors, even if underflow may be technically correct
2018-03-26 18:52:24 +01:00
Jimmy Brisson
2279c8b098
Correct gcc m33 floating point handling
2018-03-26 18:52:24 +01:00
Jimmy Brisson
bf40cb5b44
Specify --build in mbed export: consistency with compile
2018-03-26 18:52:24 +01:00
Jimmy Brisson
6ddb13573a
Correct mbed export with multiple --source params
2018-03-26 18:52:24 +01:00
ccli8
99a250e9d8
Rework us_ticker and lp_ticker with one H/W timer
...
Originally, we use 2 H/W timers for us_ticker/lp_ticker, one for counting and the other for alarm.
With H/W timer running in continuous mode, we could use just one H/W timer for counting/alarm simultaneously.
2018-03-26 18:52:24 +01:00
Rob Meades
4b3412c5e5
Call i2c_init() before i2c_frequency() (since i2c_frequency() requires the object to be set up) and zero the I2C object before giving it to i2c_init() as i2_init() has to set up a default frequency for its timeouts to work and it will only do this if the hz field in the object was zero to begin with (otherwise you end up with a random but usually very large indeed timeout).
2018-03-26 18:52:24 +01:00
Martin Kojtal
ad284b2806
Merge pull request #6352 from ARMmbed/release-candidate
...
Release candidate for mbed-os-5.8.0-rc2
2018-03-14 11:29:48 +01:00
Cruz Monrreal II
6f9b46cc1d
Update Mbed version block for patch release
2018-03-13 23:44:20 -05:00
Cruz Monrreal
c7e7fac781
Actually disabled exporters for lorawan example
2018-03-13 23:44:20 -05:00
Cruz Monrreal
6e165bcb04
Disabled exporters for lorawan example
2018-03-13 23:44:20 -05:00
Cruz Monrreal II
05ef346c29
Add lorawan and nvstore examples for testing.
2018-03-13 23:44:20 -05:00
Martin Kojtal
627ac980e6
MIMXRT: define PullUp default value
...
This target defines few PullUp values, one should be defined to be PullUp that
an application can use. We use the same value as PullDefault
2018-03-13 23:44:20 -05:00
Teemu Kultala
6b536b1cae
cellular doxygen updates
2018-03-13 23:44:20 -05:00
Teppo Järvelin
6e754cc375
Cellular tests: fixed cellular greentea tests by adding timeout as it may take time to register, attach and connect to network.
2018-03-13 23:44:20 -05:00
Christopher Haster
216383a08e
fatfs: Revert "Update error code mapping"
...
This reverts commits:
b40ff8af15
b548fd8a39
2018-03-13 23:44:20 -05:00
David Saada
afedc56342
NVStore: Enclose header file with DOXYGEN_ONLY option as well.
2018-03-13 23:44:20 -05:00
Jimmy Brisson
c678c25452
Allow _ and () in identifiers in macros
2018-03-13 23:44:20 -05:00
Jimmy Brisson
f23a575e2e
Print array indexes correctly in schema errors
2018-03-13 23:44:20 -05:00
Marcus Chang
45ef25c1e8
NRF5: Customize STDIO pins from config system
2018-03-13 23:44:20 -05:00
adbridge
6ff720302e
Add Mbed version block for new minor release.
2018-03-02 18:44:19 +00:00
Anna Bridge
a6e27b1b86
Merge pull request #6082 from AriParkkila/master
...
Mbed OS cellular connectivity
2018-03-02 18:36:48 +00:00
Anna Bridge
f0bda6c4cd
Merge pull request #6251 from deepakvenugopal/master
...
Fixed Thread Commissioning issue in CoAP service
2018-03-02 13:58:59 +00:00
Ari Parkkila
f91cc33fca
Updated readme document
2018-03-02 14:38:08 +02:00
Teppo Järvelin
9e2da6af7d
Removed mux comments from code.
2018-03-02 14:38:08 +02:00
Teppo Järvelin
dc87629641
Fixed unit test after removing mux.
2018-03-02 14:38:08 +02:00
Teppo Järvelin
7c9f5f3781
Removed mux.
2018-03-02 14:38:08 +02:00
Ari Parkkila
bfed2baeb6
Changed cellular device as not static
2018-03-02 14:38:08 +02:00
Ari Parkkila
e183923c0d
Changed std::snprintf to sprintf in cellular ATHandler.cpp
2018-03-02 14:38:08 +02:00
Ari Parkkila
b811f7e84d
Fixed EasyCellularConnection to have debug flag
2018-03-02 14:38:08 +02:00
Teppo Järvelin
81738acfb4
Fixed unit tests.
2018-03-02 14:38:08 +02:00
Amanda Butler
63485bd846
Copy edit ATHandler.h
...
Copy edit for clarity, grammar and spelling.
2018-03-02 14:38:08 +02:00
Amanda Butler
cc3835e356
Copy edit AT_CellularBase.h
...
Copy edit file for clarified phrasing.
2018-03-02 14:38:08 +02:00
Amanda Butler
68cac96042
Copy edit AT_CellularDevice.h
...
Copy edit for consistent phrasing across docs.
2018-03-02 14:38:08 +02:00
Amanda Butler
1d57299000
Copy edit AT_CellularSMS.h
...
Copy edit file for grammar.
2018-03-02 14:38:08 +02:00
Amanda Butler
3a57d507d9
Copy edit AT_CellularStack.h
...
Copy edit for American English.
2018-03-02 14:38:08 +02:00