Commit Graph

31095 Commits (d1d6bf51b387ef39f97320b2febd5d79231682ba)

Author SHA1 Message Date
Vincent Coubard 241c69f50d BLE: Cleanup public headers 2020-08-25 11:26:28 +01:00
Vincent Coubard 7cbc0e38a4 BLE: Clang tidy on public headers. 2020-08-25 11:26:28 +01:00
Vincent Coubard 0baa92d70c BLE: Expose HCI driver in public API. 2020-08-25 11:26:28 +01:00
Vincent Coubard dd54baecf6 BLE: Move Cordio implementation in source/impl 2020-08-25 11:26:27 +01:00
Vincent Coubard cc78150afd BLE: Move generic lib file into source/generic . 2020-08-25 11:26:27 +01:00
Vincent Coubard 134cb885f5 BLE: Move cordio_stack out of TARGET_CORDIO 2020-08-25 11:26:27 +01:00
Vincent Coubard 94cf390706 BLE: Fix address copy in Nordic HCI driver. 2020-08-25 11:26:26 +01:00
Vincent Coubard 63ac8fac3c BLE: Add compatibility path for headers. 2020-08-25 11:26:26 +01:00
Vincent Coubard 13c358717f BLE: Move GATT public header into ble/gatt
Move private headers GattServerEvents.h, GapEvents,h and GapType.h in relevant part of the source tree.
2020-08-25 11:26:26 +01:00
Vincent Coubard 27cb03824e BLE: Move common publi headers into ble/common 2020-08-25 11:26:26 +01:00
Vincent Coubard d3427ca495 BLE: Move gap public header at the root. 2020-08-25 11:26:26 +01:00
Vincent Coubard e11bfb6514 BLE: move PAL headers into source/pal 2020-08-25 11:26:26 +01:00
Vincent Coubard a45325995b BLE: Move BleInstanceBase.h into source. 2020-08-25 11:26:26 +01:00
Vincent Coubard c2a09abee8 BLE: Move SecurityDB related files into generic sources 2020-08-25 11:26:26 +01:00
Vincent Coubard 381700a250 BLE: Move generic implementation and headers into source/generic 2020-08-25 11:26:26 +01:00
Vincent Coubard 41c8c22a96 BLE: Warning cleanup
- Missing default assignment operator
- Field order in construction list
- Typo
- Unused header
2020-08-25 11:26:26 +01:00
Vincent Coubard c773870d56 BLE: Bind interface to private implementation. 2020-08-25 11:26:26 +01:00
Vincent Coubard 0929478b7f BLE: Move constructor from transport to private section 2020-08-25 11:26:25 +01:00
Vincent Coubard cf3ede0191 BLE: GattServer PIMPL 2020-08-25 11:26:25 +01:00
Vincent Coubard 2b48d4826e BLE: SecurityManager PIMPL 2020-08-25 11:25:07 +01:00
Vincent Coubard e3cf59e6cd ble: GattClient PIMPL 2020-08-25 11:25:07 +01:00
Vincent Coubard 909676d159 PIMPL for ble::Gap 2020-08-25 11:11:58 +01:00
Martin Kojtal a32168c819
Merge pull request #13473 from artokin/nanostack_relase_12_4_0_to_master
Nanostack release v12.4.0
2020-08-25 09:40:45 +01:00
Martin Kojtal 0ef5eaddb2
Merge pull request #13467 from romanjoe/pr/cy-psoc6cm0p-1.2.1.676
Cypress: Update psoc6cm0p library to 1.2.1.676
2020-08-25 08:46:59 +01:00
Martin Kojtal d6e93b182c
Merge pull request #13462 from paul-szczepanek-arm/cancel-connect-no-address
BLE remove address from API to cancel connect
2020-08-25 08:46:14 +01:00
Martin Kojtal f76c323ada
Merge pull request #13460 from rajkan01/psa_move_platform
Move PSA FEATURE_EXPERIMENTAL_API directory to platform
2020-08-25 08:45:58 +01:00
Martin Kojtal 4bd8d8ca56
Merge pull request #13470 from MultiTechSystems/update-dragonfly-linkers
Update dragonfly linkers
2020-08-24 15:54:11 +01:00
Martin Kojtal 939bfe9b54
Merge pull request #13481 from jeromecoutant/PR_STM32G0_WARNING
STM32G0 compilation warning
2020-08-24 15:46:55 +01:00
Rajkumar Kanagaraj d30ba6ba62 Fix malloc internal overhead size calculation for newlib and newlib-nano 2020-08-24 15:07:36 +01:00
talorion fa0ab3e31f resolved astyle - coding format. 2020-08-24 15:34:20 +02:00
talorion e3080a6e0e fixed warnings: static method defined but not used 2020-08-24 15:34:20 +02:00
talorion f58633c42e fixed warnings: deprecated call of Timer::read_ms() 2020-08-24 15:34:20 +02:00
talorion a721767c00 fixed warnings: comparison of integer expressions of different signedness 2020-08-24 15:34:20 +02:00
talorion 9af18af756 fixed warnings: comparison of integer expressions of different signedness 2020-08-24 15:34:20 +02:00
talorion 2a6f00642e fixed warnings: comparison of integer expressions of different signedness 2020-08-24 15:34:20 +02:00
talorion c7d520ee74 fixed warnings: deprecated call of bool rtos::Semaphore::try_acquire_for(uint32_t) 2020-08-24 15:34:19 +02:00
talorion 30e0ff60d9 fixed warnings: deprecated call of events::EventQueue::call_in(int. F) 2020-08-24 15:34:19 +02:00
George Beckstein 167241a9df Limit NUCLEO_G031K8 to bare-metal builds due to memory constraints 2020-08-24 08:52:40 -04:00
Arto Kinnunen faaab75605 Merge commit '6e89573be1c458bf3cfa6f1677a31648b4686284' into nanostack-as_subtree
* commit '6e89573be1c458bf3cfa6f1677a31648b4686284':
  Squashed 'connectivity/drivers/802.15.4_RF/atmel-rf-driver/' changes from 293edc63b8..ae4ef1b197
2020-08-24 15:36:54 +03:00
Arto Kinnunen 6e89573be1 Squashed 'connectivity/drivers/802.15.4_RF/atmel-rf-driver/' changes from 293edc63b8..ae4ef1b197
ae4ef1b197 Merge pull request #101 from ARMmbed/sync_with_mbed_os_master
dd57078cf8 (via Mbed OS)resolved astyle - coding format.
f62ac25b09 (via Mbed OS)fixed the preprocessor guards
63cc85e983 Follow Mbed OS coding style

git-subtree-dir: connectivity/drivers/802.15.4_RF/atmel-rf-driver
git-subtree-split: ae4ef1b197698749ce030c39d84e222ac4b4cd0e
2020-08-24 15:36:54 +03:00
Martin Kojtal 1950ac61a9
Merge pull request #13472 from talorion/master
Fix for targets where DEVICE_SPI or DEVICE_INTERRUPTIN are defined but not both
2020-08-24 13:20:13 +01:00
Anna Bridge 4ba1a5433f
Merge pull request #13433 from LDong-Arm/refactor_device_key
Refactor device_key
2020-08-24 12:56:10 +01:00
jeromecoutant 44b7c1165e STM32G0 UART: compilation warning 2020-08-24 13:55:10 +02:00
jeromecoutant 2f2a1ea3f2 STM32G0 stm32g0xx_ll_rtc.h compilation warning
Waiting for
https://github.com/STMicroelectronics/STM32CubeG0/issues/11
2020-08-24 13:55:03 +02:00
talorion ca74659780 fixed warnings: comparison of integer expressions of different signedness 2020-08-24 11:55:24 +02:00
talorion accadee274 fixed warnings: unused variable 2020-08-24 11:55:24 +02:00
talorion 8d1553cf1a fixed warnings: suggest parentheses around '&&' within '||' 2020-08-24 11:55:23 +02:00
talorion d11ce60d83 fixed warnings: printf format missmatch 2020-08-24 11:55:23 +02:00
talorion f90d062c55 fixed warnings: removed unused variables 2020-08-24 11:55:23 +02:00
talorion fcb81d3015 fixed warnings: comparison of integer expressions of different signedness 2020-08-24 11:55:23 +02:00