You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Damien George
e8f5cfe0e1
nrf: Rename MICROPY_PY_MACHINE_TIMER to MICROPY_PY_MACHINE_TIMER_NRF.
So that it doesn't clash with the extmod version.
Also make the default for this enabled, so that most boards do not need to
configure it.
Signed-off-by: Damien George <damien@micropython.org>
2 years ago
..
adc.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
adc.h
nrf/adc: Allow for external use of new and value read function.
6 years ago
i2c.c
nrf: Rename machine I2C, PWM, SPI, UART types consistently across ports.
2 years ago
i2c.h
nrf: Rename machine I2C, PWM, SPI, UART types consistently across ports.
2 years ago
modmachine.c
nrf: Rename MICROPY_PY_MACHINE_TIMER to MICROPY_PY_MACHINE_TIMER_NRF.
2 years ago
modmachine.h
nrf/modmachine: Add machine.bootloader() and make it customisable.
2 years ago
pin.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
pin.h
nrf: Remove port member from Pin object
6 years ago
pwm.c
nrf: Rename machine I2C, PWM, SPI, UART types consistently across ports.
2 years ago
pwm.h
nrf: Rename machine I2C, PWM, SPI, UART types consistently across ports.
2 years ago
rtcounter.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
rtcounter.h
nrf: Replace custom-HAL with nrfx-HAL
6 years ago
spi.c
nrf: Rename machine I2C, PWM, SPI, UART types consistently across ports.
2 years ago
spi.h
nrf: Rename machine I2C, PWM, SPI, UART types consistently across ports.
2 years ago
temp.c
py/obj: Convert make_new into a mp_obj_type_t slot.
2 years ago
temp.h
nrf: Add new port to Nordic nRF5x MCUs.
6 years ago
timer.c
nrf: Rename MICROPY_PY_MACHINE_TIMER to MICROPY_PY_MACHINE_TIMER_NRF.
2 years ago
timer.h
nrf: Replace custom-HAL with nrfx-HAL
6 years ago
uart.c
nrf: Rename machine I2C, PWM, SPI, UART types consistently across ports.
2 years ago
uart.h
nrf: Rename machine I2C, PWM, SPI, UART types consistently across ports.
2 years ago