wifi test
Dependencies: X_NUCLEO_IKS01A2 mbed-http
Diff: easy-connect/atmel-rf-driver/mbed_lib.json
- Revision:
- 0:24d3eb812fd4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/easy-connect/atmel-rf-driver/mbed_lib.json Wed Sep 05 14:28:24 2018 +0000
@@ -0,0 +1,34 @@
+{
+ "name": "atmel-rf",
+ "config": {
+ "full-spi-speed": {
+ "help": "Maximum SPI clock speed (Hz), as long as sufficient inter-byte spacing",
+ "value": 7500000
+ },
+ "full-spi-speed-byte-spacing": {
+ "help": "Required byte spacing in nanoseconds if full SPI speed is in use",
+ "value": 250
+ },
+ "low-spi-speed": {
+ "help": "Maximum SPI clock speed (Hz) if no inter-byte spacing",
+ "value": 3750000
+ },
+ "use-spi-spacing-api": {
+ "help": "Use SPI spacing API proposed in https://github.com/ARMmbed/mbed-os/pull/5353 to ensure spacing between bytes - either run at full speed with spacing, or low with no spacing",
+ "value": false
+ },
+ "assume-spaced-spi": {
+ "help": "If not using SPI spacing API, assume platform has widely-spaced bytes in bursts, so use full clock speed rather than low.",
+ "value": false
+ },
+ "provide-default": {
+ "help": "Provide default NanostackRfpy. [true/false]",
+ "value": false
+ }
+ },
+ "target_overrides": {
+ "STM": {
+ "assume-spaced-spi": true
+ }
+ }
+}