Skip to content

Commit

Permalink
docs/psoc6: Adding back timer docs.
Browse files Browse the repository at this point in the history
Signed-off-by: NikhitaR-IFX <[email protected]>
  • Loading branch information
NikhitaR-IFX committed Aug 1, 2023
1 parent 07bd83c commit 169ea15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/psoc6/feature_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ Table :ref:`configuration details <table_mpy_configuration>` below lists specifi
| | option ``MICROPY_PY_MACHINE_PWM_DUTY`` is not enabled. |
+-----------------+----------------------------------------------------------------------------------------------------------------------+
| machine.SoftSPI | Option ``MICROPY_PY_MACHINE_SOFTSPI`` enabled. |
+-----------------+----------------------------------------------------------------------------------------------------------------------+
| machine.ADC | ADC.init() not implemented. |
+-----------------+----------------------------------------------------------------------------------------------------------------------+
| machine.ADCBlock| All functions implemented. |
+-----------------+----------------------------------------------------------------------------------------------------------------------+
| machine.Timer | mode = Timer.PERIODIC is not supported |
+-----------------+----------------------------------------------------------------------------------------------------------------------+
| machine.SPI | Option ``MICROPY_PY_MACHINE_SPI``, ``MICROPY_PY_MACHINE_SPI_MSB`` , ``MICROPY_PY_MACHINE_SPI_MSB`` enabled. |
+-----------------+----------------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 169ea15

Please sign in to comment.