From dff7bf1b09e3efe70b5c654664cff5d5cb0cb1db Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Wed, 29 Apr 2015 20:03:18 -0300 Subject: Add initial demo for WVSHARE BLE400 --- demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h (limited to 'demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h') diff --git a/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h b/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h new file mode 100644 index 0000000..348018e --- /dev/null +++ b/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h @@ -0,0 +1,24 @@ +/* + ChibiOS - Copyright (C) 2015 Fabio Utzig + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + +#ifndef _MCUCONF_H_ +#define _MCUCONF_H_ + +/* + * HAL driver system settings. + */ + +#endif /* _MCUCONF_H_ */ -- cgit v1.2.3 From a0bcfe151811dcbd593bc667585e8ee8cccc2f78 Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Wed, 13 May 2015 22:19:48 -0300 Subject: Add basic serial testing demo --- demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h') diff --git a/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h b/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h index 348018e..7b3b7a3 100644 --- a/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h +++ b/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h @@ -20,5 +20,6 @@ /* * HAL driver system settings. */ +#define NRF51_SERIAL_USE_UART0 TRUE #endif /* _MCUCONF_H_ */ -- cgit v1.2.3 From db3b8fb3f06cc391614cbfd4b2714ecb1a5e450c Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Fri, 15 May 2015 21:23:46 -0300 Subject: Remove ChibiOS mentions from copyright --- demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h') diff --git a/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h b/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h index 7b3b7a3..aaf9473 100644 --- a/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h +++ b/demos/NRF51/RT-WVSHARE_BLE400/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2015 Fabio Utzig + Copyright (C) 2015 Fabio Utzig Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -- cgit v1.2.3