Glenn Ruben Bakke
|
7043680f1f
|
nrf5/boards: Adding custom linker script for adafruit nrf52 bluefruit feather to be able to detect application upper boundry in flash. Pointing s132 mk file to use this new custom linker script instead of the generic s132 v2 linker script.
|
2017-04-25 08:49:18 +02:00 |
|
Glenn Ruben Bakke
|
ec6502c1ea
|
nrf5/boards: Adding linker script for nrf52832 s132 v.2.0.1.
|
2017-04-24 23:29:05 +02:00 |
|
Glenn Ruben Bakke
|
0ba9c62940
|
nrf5/boards: Adding template board makefiles and configs for bluefruit nrf52 feather. Copied from pca10040 target board. Linker script reference updated to use s132 v2.0.1. Non-BLE enable build disabled for now. Board configuration for leds, uart etc has not been updated yet from pca10040 layout.
|
2017-04-24 23:25:25 +02:00 |
|
Glenn Ruben Bakke
|
44fc96c8a9
|
nrf5/bluetooth: Correcting typo in test where s132 API version is settled.
|
2017-04-24 23:14:04 +02:00 |
|
Glenn Ruben Bakke
|
f68fb8499d
|
nrf5/bluetooth: Updating bluetooth le driver to compile with s132 v.2.0.1 stack.
|
2017-04-24 23:05:08 +02:00 |
|
Glenn Ruben Bakke
|
2adad5f2a6
|
nrf5/bluetooth: Add new compiler flag to signal API variants of the s132 bluetooth le stack. The version is derived from the major number of the stack name.
|
2017-04-24 23:03:54 +02:00 |
|
Glenn Ruben Bakke
|
9abd38a3f2
|
nrf5/bluetooth: Remove hardcoded softdevice version as this now comes as parameter from board makefile.
|
2017-04-24 22:29:48 +02:00 |
|
Glenn Ruben Bakke
|
3c8323aff4
|
nrf5/boards: Updating makefiles using bluetooth stack to use updated linker script file names.
|
2017-04-24 22:28:08 +02:00 |
|
Glenn Ruben Bakke
|
f4fd45bef3
|
nrf5/boards: Renaming bluetooth stack linker scripts to reflect version of the stack.
|
2017-04-24 22:22:17 +02:00 |
|
Glenn Ruben Bakke
|
bccfc7262d
|
nrf5/boards: adding some spaces in s132 makefile for pca10040.
|
2017-04-24 22:18:46 +02:00 |
|
Glenn Ruben Bakke
|
582db669b6
|
nrf5/boards: Renaming linker script for nrf52832 using bluetooth stack such that it also holds the version number of the stack. Updating linkerscript using the target linker script.
|
2017-04-24 22:02:41 +02:00 |
|
Glenn Ruben Bakke
|
39d3d7bb28
|
nrf5/bluetooth: Add support for downloading s132_2.0.1 bluetooth stack.
|
2017-04-24 21:56:28 +02:00 |
|
Glenn Ruben Bakke
|
3f96532952
|
nrf5/bluetooth: Switch over to downloaded bluetooth stacks from nordicsemi.com instead of getting them through the SDK's. This will facilitate download of s132 v2.0.0 later.
|
2017-04-24 21:46:28 +02:00 |
|
Glenn Ruben Bakke
|
ca43f42b78
|
nrf5/bluetooth: Fixing bug found when testing microbit. Newly introduced advertisment data pointer was not cleared on nrf51 targets. Explicit set to NULL as no additional advertisment data is set. Raises a question on why the nrf51 static variable was not zero initialized. To be checked up.
|
2017-04-23 18:35:31 +02:00 |
|
Glenn Ruben Bakke
|
f6e612f7d7
|
nrf5: Removing SDK_ROOT parameter to Makefile. Bluetooth stacks should be downloaded using the download_ble_stack.sh. The script should be run inside the bluetooth folder to work properly.
|
2017-04-21 18:58:57 +02:00 |
|
Glenn Ruben Bakke
|
a76ff755e3
|
nrf5/bluetooth: Adding back SOFTDEV_HEX as flash tools in main Makefile uses this to locate hex file.
|
2017-04-21 18:55:59 +02:00 |
|
Glenn Ruben Bakke
|
10b7f3ef83
|
nrf5/bluetooth: Including bluetooth stack version in folder name after download to be able to detect if stack has been updated.
|
2017-04-21 18:46:32 +02:00 |
|
Glenn Ruben Bakke
|
7501ecec8e
|
nrf5/bluetooth: Updating Bluetooth LE stack download script.
|
2017-04-21 18:23:48 +02:00 |
|
Glenn Ruben Bakke
|
f6f8097f77
|
nrf5/bluetooth: Adding bash script to automate download of bluetooth le stacks
|
2017-04-20 23:54:28 +02:00 |
|
Glenn Ruben Bakke
|
aa32dcd0fd
|
nrf5/examples: Adding example to show how to use current PWM module to control servo motors.
|
2017-04-18 21:03:14 +02:00 |
|
Glenn Ruben Bakke
|
071e551b79
|
nrf5/modules/machine: Updating PWM module with two new kwargs parameters. One for setting pulse with more fine grained. This value should not exceed the period value. Also, adding support for setting PWM mode, whether it is LOW duty cycle or HIGH duty cycle. By default, high to low is set (this could be changed).
|
2017-04-18 21:00:52 +02:00 |
|
Glenn Ruben Bakke
|
d0d350da16
|
nrf5/hal/pwm: Updating PWM implementation to support manually set duty cycle period. Pulse width has precidence over duty cycle percentage. Also adding support for the two configurable modes, high to low, and low to high, duty cycles.
|
2017-04-18 20:56:19 +02:00 |
|
Glenn Ruben Bakke
|
4d56f2a76d
|
nrf5/hal/pwm: Adding more configuration options to the PWM peripheral wrapper. Possibility to set pulse with manually, and also mode. The mode indicates whether duty cycle is low and then goes high, or if it is high and then go low. Added new type to describe the two modes.
|
2017-04-18 20:53:55 +02:00 |
|
Glenn Ruben Bakke
|
2d7f39855b
|
nrf5: Adding hal_gpio.c to Makefile's source list.
|
2017-04-11 13:59:54 +02:00 |
|
Glenn Ruben Bakke
|
1e79bdf0b4
|
nrf5/modules/machine: Updating Pin module to register a IRQ callback upon GPIO polarity change events.
|
2017-04-11 13:58:58 +02:00 |
|
Glenn Ruben Bakke
|
81aaf6e906
|
nrf5/hal/gpio: Adding initial gpiote implementation to handle IRQ on polarity change on a gpio.
|
2017-04-11 13:57:44 +02:00 |
|
Glenn Ruben Bakke
|
fb53bdf07c
|
nrf5: Moving initialization of pin til after uart has been initialized for debugging purposes. This will make it possible to use uart to print out debug data when adding gpio irq handlers.
|
2017-04-11 13:55:01 +02:00 |
|
Glenn Ruben Bakke
|
adf316afaa
|
nrf5/hal/gpio: Adding some new structures and functions to register irq channels to gpio's using GPIOTE peripheral
|
2017-04-11 13:53:37 +02:00 |
|
Glenn Ruben Bakke
|
f8c0a51f5e
|
nrf5/hal/gpio: Adding missing include.
|
2017-04-09 23:47:44 +02:00 |
|
Glenn Ruben Bakke
|
c7c2285ab9
|
nrf5/modules/machine: Style fix in pin object, indention.
|
2017-04-09 23:19:26 +02:00 |
|
Glenn Ruben Bakke
|
320b9ecde7
|
nrf5/modules/machine: Adding placeholder for irq method to pin object class.
|
2017-04-09 23:18:00 +02:00 |
|
Glenn Ruben Bakke
|
2c90d94dc7
|
nrf5/modules/machine: Adding pin irq type and basic functions and structures.
|
2017-04-09 23:16:07 +02:00 |
|
Glenn Ruben Bakke
|
a93d462dfd
|
nrf5/hal/gpio: Reintroducing gpio polarity toggle event to be able to reference the short form of adding high_to_low and low_to_high together.
|
2017-04-09 23:02:37 +02:00 |
|
Glenn Ruben Bakke
|
435bc5a3d4
|
nrf5/hal/gpio: Updating hal_gpio.h with some tab-fixes in order to make the file a bit consistent in style.
|
2017-04-09 21:56:28 +02:00 |
|
Glenn Ruben Bakke
|
8c45aca8d2
|
nrf5/hal/gpio: Removing toggle event from the enumeration as that will be a combination of the rising and falling together.
|
2017-04-09 21:54:09 +02:00 |
|
Glenn Ruben Bakke
|
6446105689
|
nrf5/modules/machine: Removing toggle event trigger as that will be a combination of the rising and falling together.
|
2017-04-09 21:52:57 +02:00 |
|
Glenn Ruben Bakke
|
32083a9443
|
nrf5/modules/machine: Adding new constants to pin object for polarity change triggers using the enumerated values in hal_gpio.h.
|
2017-04-09 21:50:11 +02:00 |
|
Glenn Ruben Bakke
|
07edf4f26d
|
nrf5/hal/gpio: Adding new enumeration for input polarity change events.
|
2017-04-09 21:49:02 +02:00 |
|
Glenn Ruben Bakke
|
3b15d33809
|
nrf5/hal: Moving hal_gpio functions, types and defines from mphalport.h to a new hal_gpio.h.
|
2017-04-09 21:39:15 +02:00 |
|
Glenn Ruben Bakke
|
35f9c8f37f
|
nrf5: Removing leftover reference to deleted display module.
|
2017-04-09 18:55:53 +02:00 |
|
Glenn Ruben Bakke
|
d7cfae3639
|
nrf5/usocket: Removing network modules related to Bluetooth 6lowpan implementation as it depends on SDK libraries for now. Will be moved to seperate working branch.
|
2017-04-09 18:53:58 +02:00 |
|
Glenn Ruben Bakke
|
4dd86178bc
|
nrf5: Removing custom display, framebuffer and graphics module to make branch contain core components instead of playground modules.
|
2017-04-09 18:25:15 +02:00 |
|
Glenn Ruben Bakke
|
a026d3475f
|
nrf5/modules/usocket: Updating import of netutils.h after upmerge with upstream master.
|
2017-04-09 17:48:48 +02:00 |
|
Glenn Ruben Bakke
|
5d06aa3260
|
nrf5/bluetooth: Add some comment on the destination of the eddystone short-url.
|
2017-04-09 15:52:21 +02:00 |
|
Glenn Ruben Bakke
|
b92b55bdd0
|
nrf5/bluetooth: Updating Eddystone URL to point to https://goo.gl/x46FES which hosts the MicroPython WebBluetooth application which will be able to connect to the Bluetooth LE UART service of the device and create the REPL.
|
2017-04-09 15:36:34 +02:00 |
|
Glenn Ruben Bakke
|
a4173c467f
|
nrf5/bluetooth: Adding webbluetooth REPL template. Alternating advertisment of eddystone URL and UART BLE service every 500 ms. Adding new config parameter to bluetooth_conf.h to enable webbluetooth repl. Has to be configured in combination with BLE_NUS. Eddystone URL not pointing to a valid WebBluetooth application at the moment, but rather to micropython.org as a placeholder for now.
|
2017-04-04 22:31:17 +02:00 |
|
Glenn Ruben Bakke
|
587c6277c4
|
nrf5/modules/ubluepy: Adding method Peripheral object to stop any ongoing advertisment. Adding compile guard to only include advertise and advertise_stop if peripheral role is compiled in.
|
2017-04-04 21:25:28 +02:00 |
|
Glenn Ruben Bakke
|
31feea4511
|
nrf5/bluetooth: Adding function to stop advertisment if onging
|
2017-04-04 21:22:49 +02:00 |
|
Glenn Ruben Bakke
|
46c21ff6ba
|
nrf5/modules/ubluepy: Adding support for starting advertisment from BLE UART REPL, by delaying registration of gatt/gatts and gattc handlers until needed in advertise or connect. If non connectable advertisment is selected, handlers in peripheral new is not anymore overriding the other peripheral instances which has set the callbacks.
|
2017-04-04 20:24:43 +02:00 |
|
Glenn Ruben Bakke
|
0559be4ffc
|
nrf5/bluetooth: Adding possibility to configure whether advertisment should be connectable or not.
|
2017-04-02 18:34:56 +02:00 |
|