Marcus Chang
bff552de6c
Linker scripts and startup files for NRF52832
...
Flash and RAM offsets have been modified to fit new SoftDevice
2018-04-19 09:40:41 -07:00
Marcus Chang
fc2760ad04
NRF52832 and NRF52840 upgraded to Nordic SDK 14 and SoftDevice 5.0
...
Initial commit for separating NRF52 code from the NRF51 and for
combining the NRF52832 and NRF52840 SDK to version 14.
nRF5_SDK_14.2.0_17b948a.zip has been used as baseline.
The folders in SDK/components:
* ble
* boards
* device
* drivers_nrf
* libraries
* softdevice
have been copied to TARGET_NORDIC/TARGET_NRF52/TARGET_SDK14.
Each folder contains a README.md file describing any modifications
made to that particular folder. Most common operation is deletion
of files.
If the need arise in the future the missing files can be added again.
The SoftDevices have been moved to TARGET_SOFTDEVICE_x folders for
flexible selection.
ble.h has been renamed to nrf_ble.h to avoid namespace clash with
mbed OS BLE.
2018-04-19 09:40:41 -07:00
Martin Kojtal
42d77ecd13
Merge pull request #6658 from theotherjimmy/lib-override-target
...
Allow library configs to override target configs
2018-04-19 17:41:34 +02:00
Martin Kojtal
951e70f36f
Merge pull request #6604 from geky/lfs-fix-lookahead-trust
...
littlefs: Fix some issues with lookahead trust
2018-04-19 17:27:19 +02:00
Martin Kojtal
13913c7301
Merge pull request #6628 from kivaisan/mlme_indication_and_auto_uplink_config
...
Lora: Make automatic uplink message configurable
2018-04-19 17:25:33 +02:00
Martin Kojtal
c6b6bab2f9
Merge pull request #6630 from OpenNuvoton/nuvoton_add_nonsecure_flash
...
Support secure/non-secure flash IAP for Cortex-M23/M33
2018-04-19 17:24:27 +02:00
Martin Kojtal
7f98f5b796
Merge pull request #6652 from jarvte/update_doxygen_for_deprecated_apis
...
Cellular: Updated doxygen for deprecated API's.
2018-04-19 17:23:53 +02:00
Martin Kojtal
a37ba4b3ab
Merge pull request #6614 from pauluap/compiler_warning_macro_expression
...
Macro expansion leads to a bare expression
2018-04-19 17:22:52 +02:00
Ganesh Ramachandran
38c5997e4c
IAR export and page size fix for nvstore
2018-04-19 17:24:58 +05:30
Martin Kojtal
cbb10335b4
Merge pull request #6663 from kjbracey-arm/nshal-static-removal
...
Use SingletonPtr in Nanostack HAL
2018-04-19 12:43:08 +02:00
Teppo Järvelin
025e0dfc49
Cellular: moved one function in cellularnetwork to public as it was accidently set as protected.
2018-04-19 13:40:33 +03:00
Teppo Järvelin
5ebdb439af
Cellular: fixed cellular unit tests and one bug which was found while fixing.
2018-04-19 13:35:53 +03:00
Martin Kojtal
9cc4302c51
Merge pull request #6629 from jarvte/add_select_plmn_to_cellularfsm
...
Cellular: add plmn for CellularConnectionFSM
2018-04-19 12:07:20 +02:00
Martin Kojtal
15cac12f7e
Merge pull request #6660 from marcuschangarm/fix-greentea
...
Enable flow control in Greentea
2018-04-19 09:25:31 +02:00
Wilfried Chauveau
345bc493f5
make PR type box list "fancier" without making it a github tasklist
2018-04-18 15:18:10 +01:00
Jimmy Brisson
7a6f2e485a
Use passed in target data everywhere when doing lib config
2018-04-18 09:12:49 -05:00
Jimmy Brisson
5b83f21cec
Return correct configuration dict
2018-04-18 09:09:29 -05:00
Martin Kojtal
cba28cc0ac
Merge pull request #6221 from codeauroraforum/Add_RNG_LPC54XXX
...
LPC546XX: Add TRNG support
2018-04-18 14:25:56 +02:00
Martin Kojtal
7aa293b11a
Merge pull request #6441 from theotherjimmy/disable-deprecated-exporters
...
Disable all deprecated exporters
2018-04-18 14:24:47 +02:00
Martin Kojtal
06eefcb45a
Merge pull request #6536 from c1728p9/sync_lp_ticker_support
...
Add handling for synchronized low power tickers
2018-04-18 14:24:06 +02:00
Martin Kojtal
099e54bc17
Merge pull request #6483 from deepikabhavnani/add_tz_functions
...
Add tz functions
2018-04-18 14:20:13 +02:00
Martin Kojtal
f1738c9186
Merge pull request #6651 from tung7970/fix-warnings
...
rtl8195am - Fix more compiler warnings
2018-04-18 14:19:00 +02:00
Martin Kojtal
c0f0a8e61f
Merge pull request #6653 from kjbracey-arm/lwip-ticks
...
Stop lwIP using us_ticker
2018-04-18 14:17:54 +02:00
bcostm
893b759663
L0 ST CUBE V1.10.0: change adc sampling time
2018-04-18 14:06:21 +02:00
bcostm
61576f8131
L0 ST CUBE V1.10.0: spi and i2c corrections
2018-04-18 14:06:20 +02:00
bcostm
8191487a4d
L0 ST CUBE V1.10.0
2018-04-18 14:06:20 +02:00
Teppo Järvelin
55f4360680
Cellular: review fixes to cellularfsm and cellularnetwork.
2018-04-18 12:35:38 +03:00
Kevin Bracey
123c182033
Use SingletonPtr in Nanostack HAL
...
Avoid static data/code overhead when Nanostack HAL isn't in use.
Preparation for removal of FEATURE_COMMON_PAL.
2018-04-18 10:40:56 +03:00
Kimmo Vaisanen
d336ceeee8
Lora: Make automatic uplink message configurable
...
Currently lora stack will automatically send an empty uplink message to lora gateway in case of:
- Node received message with pending bit set.
- Node received MAC command which requires instant response (sticky MAC command)
- Node received confirmed message in class C mode
This commit makes this configurable via config item
"automatic-uplink-message": {
"help": "In case of pending bit, class c confirmed message or sticky MAC command, stack will automatically send empty uplink message",
"value": true
}
Default value is true. If sending an empty message fails, stack will send event AUTOMATIC_UPLINK_ERROR application.
If automatic uplink sending is disabled, stack will send application UPLINK_REQUIRED -event to indicate
application should issue a new uplink to gateway as soon as possible.
2018-04-18 09:29:20 +03:00
ccli8
076a160ac1
Add comment for target_config/target_config_ns in flash IAP
2018-04-18 11:30:11 +08:00
Marcus Chang
595a98b313
Enable flow control in Greentea
...
Flow control is enabled in Greentea for targets that has
console-uart-flow-control set.
2018-04-17 14:16:31 -07:00
Cruz Monrreal
934101ecf6
Merge pull request #6592 from cmonr/py3-tools-port
...
Updates tools to be runnable in Python 3
2018-04-17 15:55:15 -05:00
Jimmy Brisson
0e5cb66ca5
Allow library configs to override target configs
2018-04-17 15:48:55 -05:00
Cruz Monrreal
d680ceeba6
Merge pull request #6603 from marcuschangarm/fix-flowcontrol
...
Optional hardware flow control for STDOUT
2018-04-17 13:15:31 -05:00
Amanda Butler
a83745bcdd
Copy edit UARTCellularInterface.h
...
Copy edit file for grammar.
2018-04-17 11:51:24 -05:00
Amanda Butler
8389bbfc61
Copy edit PPPCellularInterface.h
...
Copy edit file for grammar.
2018-04-17 11:49:20 -05:00
Amanda Butler
0f8a2c75e7
Copy edit OnboardCellularInterface.h
...
Copy edit file for grammar.
2018-04-17 11:44:28 -05:00
Amanda Butler
5835d83efa
Copy edit CellularInterface.h
...
Copy edit for grammar.
2018-04-17 11:41:59 -05:00
Cruz Monrreal
5d4762a02f
Merge pull request #6648 from li-ho/ev-cog-buttons
...
ADI: Add BUTTON pin names for EV_COG_AD4050LZ and EV_COG_AD3029LZ
2018-04-17 10:56:29 -05:00
Cruz Monrreal
1cc78f864c
Merge pull request #6647 from codeauroraforum/Fix_LPC54xxx_I2C
...
Fix MCUXpresso LPC I2C driver
2018-04-17 10:56:10 -05:00
Cruz Monrreal
1df9f7d450
Merge pull request #6637 from bcostm/add_iar_stm32l496ag
...
Add IAR export for STM32L496AG
2018-04-17 10:55:39 -05:00
Cruz Monrreal
853384a5ca
Merge pull request #6627 from TeroJaasko/nanostack_hal_timer_shortcut
...
Nanostack hal timer shortcut
2018-04-17 10:55:26 -05:00
Cruz Monrreal
43bf01008a
Merge pull request #6621 from theotherjimmy/elftools-realtek
...
Use pyelftools for Realtek post-build script
2018-04-17 10:55:13 -05:00
Cruz Monrreal
df5119677a
Merge pull request #6607 from maximmbed/max32630-fix-spi
...
Improve SPI block write
2018-04-17 10:55:00 -05:00
Cruz Monrreal
4522405d06
Merge pull request #6588 from hasnainvirk/base_structs
...
[IOTCELL-741] Separating public data structures
2018-04-17 10:54:45 -05:00
Cruz Monrreal
3afbfd66c7
Merge pull request #6580 from theotherjimmy/cleanup-get-config
...
Cleanup get_config (mbed compile --config)
2018-04-17 10:54:29 -05:00
Cruz Monrreal
259f9fd877
Merge pull request #6570 from jarvte/add_cellular_detach
...
Cellular: add detach from the network
2018-04-17 10:54:09 -05:00
Cruz Monrreal
7dabd247ab
Merge pull request #6510 from yossi2le/add-deprecated-doxygen-remarks
...
Adding missing @deprecated to function inline documentation
2018-04-17 10:53:54 -05:00
Cruz Monrreal
7489401044
Merge pull request #6468 from codeauroraforum/Fix_DeepSleep_Implementation
...
Fix deep sleep implementation
2018-04-17 10:53:27 -05:00
Kevin Bracey
e7206cdc8e
Stop lwIP using us_ticker
...
lwIP was using us_ticker unnecessarily, complicating the code and
potentially causing grief with power saving, and possible glitches
on timer wrap. Switch it to use the RTOS tick count.
2018-04-17 12:40:04 +03:00