circuitpython/nrf5/modules/machine
Glenn Ruben Bakke 5cfd6d166c nrf5/modules/machine: Update rtc init to set default IRQ priority before initializing RTC instance. 2017-06-02 18:35:04 +02:00
..
adc.c nrf5: Syncing code with upstream master and converting all module and method tables to use MP_ROM macros. Also adding explicit casting of local dicts to (mp_obj_dict_t*). 2017-05-09 22:54:58 +02:00
adc.h nrf5/adc: Moving adc module into modules/machine. 2017-02-05 16:17:12 +01:00
i2c.c nrf5/modules: Updating readfrom function in machine i2c module to use the new hal function which has been implemented. 2017-03-04 21:44:23 +01:00
i2c.h nrf5/i2c: Moving i2c module into modules/machine. 2017-02-05 00:05:20 +01:00
led.c nrf5: Syncing code with upstream master and converting all module and method tables to use MP_ROM macros. Also adding explicit casting of local dicts to (mp_obj_dict_t*). 2017-05-09 22:54:58 +02:00
led.h nrf5/led: Moving led module into modules/machine. 2017-02-05 20:06:06 +01:00
modmachine.c nrf5/modules/machine: bugfix after changing to MP_ROM_PTR in machine module local dict. 2017-05-11 00:08:44 +02:00
modmachine.h nrf5/machine: Moving modmachine into modules/machine folder. Updating Makefile. 2017-02-04 23:56:42 +01:00
pin.c nrf5/modules/pin: Adding on() and off() methods to Pin object to be forward compatible with upstream master. Legacy high() and low() methods are kept. 2017-05-28 21:11:03 +02:00
pin.h nrf5/pin: Moving pin module into modules/machine. 2017-02-05 19:56:24 +01:00
pwm.c nrf5: Syncing code with upstream master and converting all module and method tables to use MP_ROM macros. Also adding explicit casting of local dicts to (mp_obj_dict_t*). 2017-05-09 22:54:58 +02:00
pwm.h nrf5/pwm: Moving pwm module into modules/machine. 2017-02-05 20:03:52 +01:00
rtc.c nrf5/modules/machine: Update rtc init to set default IRQ priority before initializing RTC instance. 2017-06-02 18:35:04 +02:00
rtc.h nrf5/rtc: Moving rtc module into modules/machine. 2017-02-05 20:01:15 +01:00
spi.c nrf5/modules/spi: Remove pyb abstraction from SPI module, as there was a bug in transfer of bytes due to casting errors. The update removes the pyb_spi_obj_t wrapper going directly on the machine_hard_spi_obj_t as base for machine SPI objects. SDCard mounting is also tested. 2017-05-28 19:35:07 +02:00
spi.h nrf5/modules/spi: Remove pyb abstraction from SPI module, as there was a bug in transfer of bytes due to casting errors. The update removes the pyb_spi_obj_t wrapper going directly on the machine_hard_spi_obj_t as base for machine SPI objects. SDCard mounting is also tested. 2017-05-28 19:35:07 +02:00
temp.c nrf5: Syncing code with upstream master and converting all module and method tables to use MP_ROM macros. Also adding explicit casting of local dicts to (mp_obj_dict_t*). 2017-05-09 22:54:58 +02:00
temp.h did required modification to merge the temperature sensore module 2017-02-26 11:14:17 +03:00
timer.c nrf5/modules/machine/timer: If timer is used in combination with SOFT_PWM (implicitly use of ticker.c) guard the Timer1 instance from being instantiated trough python timer module. Also disable implementation of the HAL IRQ handler which is for now explicitly implemented in ticker.c for Timer1. 2017-05-25 00:25:14 +02:00
timer.h nrf5/timer: Moving timer module into modules/machine. 2017-02-05 19:59:34 +01:00
uart.c nrf5: Syncing code with upstream master and converting all module and method tables to use MP_ROM macros. Also adding explicit casting of local dicts to (mp_obj_dict_t*). 2017-05-09 22:54:58 +02:00
uart.h nrf5/uart: Refactoring UART module and HAL driver 2017-03-10 22:21:19 +01:00