index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
rp2
Age
Commit message (
Expand
)
Author
2021-04-17
rp2/rp2_pio: Add fifo_join support for PIO.
Tim Radvan
2021-04-12
rp2: Add support for building different board configurations.
jahr
2021-04-12
rp2/machine_uart: Add buffered transfer of data with rxbuf/txbuf kwargs.
robert-hh
2021-04-11
rp2/rp2_pio: Add StateMachine restart,rx_fifo,tx_fifo helper functions.
robert-hh
2021-04-09
rp2/moduos: Implement uos.urandom().
robert-hh
2021-04-09
rp2/rp2_pio: Validate state machine frequency in constructor.
Damien George
2021-04-09
py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.
Damien George
2021-04-09
py/py.cmake: Move qstr helper code to micropy_gather_target_properties.
Damien George
2021-04-07
rp2: Import uarray instead of array in rp2 module.
Tim Radvan
2021-04-06
rp2/CMakeLists.txt: Enable USB enumeration fix.
Damien George
2021-03-31
rp2: Don't advertise remote wakeup for USB serial.
Liam Fraser
2021-03-31
rp2: Add support for USER_C_MODULES to CMake build system.
Phil Howard
2021-03-31
rp2/mpthreadport.h: Cast core_state to _mp_state_thread_t.
Phil Howard
2021-03-14
rp2: Use core-provided cmake fragments instead of custom ones.
Damien George
2021-03-14
rp2/modmachine: Enable machine.Signal class.
Damien George
2021-03-14
rp2: Enabled more core Python features.
Damien George
2021-03-13
rp2: Enable uerrno module.
Kevin Köck
2021-03-12
rp2/rp2_flash: Prevent MICROPY_HW_FLASH_STORAGE_BASE being set negative.
Andrew Scheller
2021-03-12
rp2/modmachine: Re-init UART for REPL on frequency change.
robert-hh
2021-03-12
rp2/modmachine: Allow changing CPU clock frequency.
robert-hh
2021-03-12
rp2/rp2_pio: Fix sm.get(buf) to not wait after getting last item.
robert-hh
2021-03-12
rp2/rp2_pio: Allow more than 8 consecutive pins for PIO out/set/sideset.
robert-hh
2021-03-11
rp2/machine_uart: Add support for inverted TX and RX lines.
robert-hh
2021-03-11
rp2/machine_uart: Add timeout/timeout_char to read and write.
robert-hh
2021-03-11
rp2: Enable VfsFat class for FAT filesystem support.
StereoRocker
2021-02-23
rp2,stm32: Enable MICROPY_PY_UBINASCII_CRC32 to get ubinascii.crc32().
Damien George
2021-02-12
rp2: Use local tinyusb instead of the one in pico-sdk.
Damien George
2021-02-05
rp2/micropy_rules.cmake: Fix makemoduledefs vpath to work with abs path.
Damien George
2021-02-04
rp2/machine_adc: Only initialise the ADC periph if not already enabled.
Damien George
2021-02-02
rp2/modmachine: Implement additional functions incl unique_id and idle.
Damien George
2021-02-02
rp2/rp2_pio: Add JMP PIN support for PIO.
Tim Radvan
2021-02-02
rp2/memmap_mp.ld: Update for latest SDK.
graham sanderson
2021-02-02
rp2/machine_pin: Change N_GPIOS to NUM_BANK0_GPIOS for pico-sdk compat.
Andrew Scheller
2021-01-30
rp2: Add new port to Raspberry Pi RP2 microcontroller.
Damien George