circuitpython/nrf5/hal
Glenn Ruben Bakke 5cc4890119 nrf5/hal: Fixing compile issues in quad SPI driver. 2017-01-23 00:33:27 +01:00
..
hal_adc.c nrf5/hal: Aligning assignment in hal_adc.c 2017-01-23 00:10:04 +01:00
hal_adc.h nrf5/adc: Updating adc module and hal with a new interface. No need for keeping peripheral base address in structure when there is only one peripheral (nrf51). 2017-01-12 17:20:08 +01:00
hal_adce.c nrf5/hal: Removing stdio.h include in adce.c which were used for debugging. 2017-01-15 17:55:35 +01:00
hal_pwm.c nrf5/hal: Fixing some issues in PWM stop function. Doing a proper stop and disable the peripheral. 2016-12-31 17:20:54 +01:00
hal_pwm.h nrf5/hal: Exposing two new PWM hal functions start() and stop(). 2016-12-31 17:06:07 +01:00
hal_qspie.c nrf5/hal: Fixing compile issues in quad SPI driver. 2017-01-23 00:33:27 +01:00
hal_qspie.h nrf5/hal: Updating Quad SPI hal driver. 2017-01-23 00:11:50 +01:00
hal_rtc.c nrf5/hal: Adding empty init function in hal_rtc.c 2016-12-26 16:49:27 +01:00
hal_rtc.h nrf5/hal: Adding structures and init function prototype to hal_rtc.h. 2016-12-26 16:48:56 +01:00
hal_spi.c nrf5/spi: Adding posibility to configure SPI firstbit mode to LSB or MSB. Default is MSB. Updating python module and hal driver. 2017-01-19 20:04:49 +01:00
hal_spi.h nrf5/spi: Adding posibility to configure SPI firstbit mode to LSB or MSB. Default is MSB. Updating python module and hal driver. 2017-01-19 20:04:49 +01:00
hal_spie.c nrf5/pin: Merging input and output pin configuration to one comon function. Adding implementation in Pin class to be able to configure mode and pull. Updating drivers which uses gpio pin configuration to use new function parameters. 2016-12-27 15:40:20 +01:00
hal_time.c 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
hal_time.h nrf5: Adding sleep_us to modutime.c and exposing mp_hal_delay_us in hal/hal_time.h 2017-01-03 21:15:53 +01:00
hal_timer.c nrf5/hal: Adding empty init function in hal_timer.c 2016-12-26 16:08:59 +01:00
hal_timer.h nrf5/hal: Adding structures and init function prototype to hal_timer.h. 2016-12-26 16:08:22 +01:00
hal_twi.c nrf5/hal: Adding template files for TWI (i2c) hal. 2017-01-11 16:46:43 +01:00
hal_twi.h nrf5/hal: Adding template files for TWI (i2c) hal. 2017-01-11 16:46:43 +01:00
hal_twie.c nrf5/hal: Adding template files for TWI (i2c) hal. 2017-01-11 16:46:43 +01:00
hal_uart.c nrf5: Updating pin, spi and uart to use port configuration for gpio pins. Update pin generation script, macros for PIN generation. Updating macros for setting pin values adding new port parameter to select the correct GPIO peripheral port. 2017-01-08 16:40:18 +01:00
hal_uart.h nrf5/devices: Renaming system.c files for nrf51 and nrf52 to be more explicit on which version of chip they are referring to. 2017-01-08 13:32:13 +01:00
hal_uarte.c nrf5/hal: Changing import of nrf52 includes in hal_uarte.c to not be explicit. Now only nrf.h is included. 2017-01-08 16:41:11 +01:00
nrf51_hal.h nrf5/hal: Making nrf51/2_hal.h go trough nrf.h to find bitfields and other mcu headers instead of explicit include. 2017-01-08 16:20:01 +01:00
nrf52_hal.h nrf5/hal: Making nrf51/2_hal.h go trough nrf.h to find bitfields and other mcu headers instead of explicit include. 2017-01-08 16:20:01 +01:00