Glenn Ruben Bakke
c017f2d267
nrf/drivers/bluetooth: Speedup Bluetooth LE REPL.
...
Updating mp_hal_stdout_tx_strn_cooked to pass on the whole string
to mp_hal_stdout_tx_strn instead of passing byte by byte.
2017-08-05 18:23:22 +02:00
Glenn Ruben Bakke
def719e7a7
nrf: Use the name MicroPython consistently in comments
...
There were several different spellings of MicroPython present in comments,
when there should be only one.
Aligning to upstream commit 55f33240f3
.
2017-08-04 18:09:17 +02:00
glennrub
3193bcc7ee
nrf5: Updating readme with BLE REPL
2017-06-09 22:33:51 +02:00
Glenn Ruben Bakke
c9a7a50c74
Merge remote-tracking branch 'upstream/master' into fixes
2017-06-09 17:05:46 +02:00
Ben Whitten
60ad0157f7
nrf/boards: Add DVK BL652 from Laird
...
To build run 'make BOARD=dvk_bl652 SD=s132'
To flash with jlink run 'make sd BOARD=dvk_bl652 SD=s132'
This will remove the existing licences in the bl652
2017-06-09 15:15:19 +02:00
Ben Whitten
8326d777cc
nrf/drivers/bluetooth: Allow s132 to use LFCLK
2017-06-09 15:15:19 +02:00
Ben Whitten
decb260890
nrf: Add nordic sd folders to the .gitignore
2017-06-09 15:15:19 +02:00
Glenn Ruben Bakke
72a564b065
nrf/boards: Updating microbit pin mapping for SPI and I2C.
2017-06-09 00:48:37 +02:00
Glenn Ruben Bakke
30b27b1370
nrf/boards: Correcting feather52 I2C SDA pin assigned to the board.
2017-06-09 00:06:26 +02:00
Glenn Ruben Bakke
708571834a
nrf/examples: Update ssd1306 modification example to import correct class.
2017-06-09 00:05:31 +02:00
Glenn Ruben Bakke
5d28a99114
nrf/boards: Activate RTC and Timer module and HAL on pca10056. Also swapping out UART with UART DMA variant on this target board.
2017-06-08 21:42:13 +02:00
Glenn Ruben Bakke
8906084d80
nrf/boards: Activate RTC, Timer, I2C, ADC and HW_SPI module and HAL on pca10031.
2017-06-08 21:23:30 +02:00
Glenn Ruben Bakke
362e2946a5
nrf/boards: Activate RTC, Timer, I2C and ADC module and HAL on pca10001.
2017-06-08 21:06:42 +02:00
Glenn Ruben Bakke
4b4fee8b78
nrf/boards: Adding RTC and Timer module and HAL to pca10000.
2017-06-08 20:58:19 +02:00
Daniel Tralamazza
f730ea9602
Merge pull request #76 from glennrub/readme_update
...
nrf: Updating README.
2017-06-07 21:57:37 +02:00
Glenn Ruben Bakke
10965eef5c
nrf: Updating README.
2017-06-07 21:33:47 +02:00
Glenn Ruben Bakke
d6905b961e
nrf: Removing unused font header.
2017-06-07 20:54:36 +02:00
Daniel Tralamazza
bf09cdff60
rename temperature example
2017-06-07 19:44:09 +02:00
Glenn Ruben Bakke
fc26a2ef7c
nrf5/modules/ubluepy: Adding new event constant for gatts write (80) events from bluetooth stacks.
2017-06-07 19:44:08 +02:00
Glenn Ruben Bakke
d53596145a
nrf5/hal/timer: Add support for fetching temperature if bluetooth stack is enabled.
2017-06-07 19:44:08 +02:00
Glenn Ruben Bakke
4a52f8401b
nrf5/drivers/bluetooth: Make printf in 'ble_drv_service_add' function part of debug log.
2017-06-07 19:44:08 +02:00
Daniel Tralamazza
e5802fd9f8
implement #50
2017-06-07 18:57:47 +02:00