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
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
611b829138
nrf5/uart: Refactoring UART module and HAL driver
...
Facilitating for adding second HW uart. Moving pyb_uart into
machine_uart. Adding return error codes from hal_uart functions,
if the hardware detects an error.
2017-03-10 22:21:19 +01:00
Glenn Ruben Bakke
9d2a2d227c
nrf5: Updated after merge with master. Updating nlr_jump_fail to call __fatal_error in order to provide a non-returning function call.
2017-03-07 17:53:10 +01:00
Glenn Ruben Bakke
49b1607bed
nrf5: Updating main.c to initialize the rtc module if enabled.
2017-03-06 00:57:33 +01:00
Glenn Ruben Bakke
c300e3f196
nrf5: Initialize repl_display_debugging_info in pyexec.c for cortex-m0 targets.
2017-03-03 00:40:44 +01:00
Glenn Ruben Bakke
65f3e16775
nrf5: Setting stack top in main.c. Thanks dhylands for pointing this out.
2017-02-26 01:29:13 +01:00
Glenn Ruben Bakke
09fd2b86d1
nrf5: Updating main to initialize bluetooth le uart module right before bluetooth REPL is started.
2017-02-21 23:38:35 +01:00
Glenn Ruben Bakke
0f609cd799
nrf5: Aligning code after upmerge with master. Mostly FAT FS related updates. Not tested after merge.
2017-02-07 23:30:54 +01:00
Glenn Ruben Bakke
e9e98e777d
nrf5: Updating main.c to use MICROPY_PY_BLE_NUS as switch for regular uart initialization or bluetooth le uart initialization.
2017-02-04 16:08:42 +01:00
Glenn Ruben Bakke
4cbdbc9a4b
nrf5: Renaming configuration define in board configs using i2c from MICROPY_PY_MACHINE_HW_I2C to MICROPY_PY_MACHINE_I2C as the config is overlapping with the latter.
2017-02-02 18:41:44 +01:00
Glenn Ruben Bakke
bfc67dd99c
nrf5: Updating main.c to initialize the i2c machine module if selected.
2017-01-29 16:38:48 +01:00
Glenn Ruben Bakke
f94836ef74
nrf5: Updating main.c to enable SPI if MICROPY_PY_MACHINE_HW_SPI is set. This diverge from regular MICROPY_PY_MACHINE_SPI config. Fixing missing init of SPI after renaming port SPI enable define.
2017-01-26 21:29:24 +01:00
Glenn Ruben Bakke
b75cefd383
nrf5: Exclude import of pwm.h in main.c if MICROPY_PY_MACHINE_PWM is not set, as nrf51 does not yet have this module yet.
2017-01-08 16:25:10 +01:00
Glenn Ruben Bakke
342ffadc59
nrf5: Adding handling of CTRL+D to reset chip in main.c. Call to NVIC System Reset is issued.
2016-12-29 16:11:59 +01:00
Glenn Ruben Bakke
e4365fcac4
nrf5: Adding initialization of timer module if enabled by MICROPY_PY_MACHINE_TIMER.
2016-12-26 16:15:26 +01:00
Glenn Ruben Bakke
db1faf85f7
nrf5/pwm: Initializing pwm instances in main.c if enabled by MICROPY_PY_MACHINE_PWM.
2016-12-19 17:10:48 +01:00
Glenn Ruben Bakke
d7dc0b789d
nrf5: Updating port with new content. SPI, SDcard (trough sdcard.py), Pin, and machine module. Also adding some basic modules depending on SDK and bluetooth stack from nordic semiconductor. NUS is module copied from original port by tralamazza, and new basic module for 6lowpan over BLE which can be used by modnetwork and modusocket. Basic BLE module to enable bluetooth stack and start a eddystone advertisment is kept, and still works without SDK, even if in the SDK folder (its placed there as it needs bluetooth stack from an SDK).
2016-12-13 20:27:26 +01:00
Glenn Ruben Bakke
70956ea969
Base support for nrf51 and nrf52 base without depending on SDK. SoftDevice usage optional.
2016-11-16 21:38:25 +01:00