From ab9f42eb6b88c49baaa33b7370a2fd6f72b41a3f Mon Sep 17 00:00:00 2001 From: IFX-Anusha Date: Fri, 8 Mar 2024 14:06:59 +0530 Subject: [PATCH] docs/psoc6: Bitstream Documentation. Signed-off-by: IFX-Anusha --- docs/psoc6/feature_list.rst | 4 ++-- docs/psoc6/quickref.rst | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/psoc6/feature_list.rst b/docs/psoc6/feature_list.rst index 51cfbbc166f27..4263633f303d3 100644 --- a/docs/psoc6/feature_list.rst +++ b/docs/psoc6/feature_list.rst @@ -102,7 +102,7 @@ Table :ref:`configuration details ` below lists specifi | | | | | Constants not yet implemented : *WLAN_WAKE*, *PIN_WAKE*, *RTC_WAKE*, *IDLE*, *SLEEP*, *DEEPSLEEP*. | | | | -| | Submodules/classes not yet implemented: *bitstream*, *mem*, *Signal*, *SD*, *SDCard*, *SoftSPI*, *SPI*, | +| | Submodules/classes not yet implemented: *mem*, *Signal*, *SD*, *SDCard*, *SoftSPI*, *SPI*, | | | *Timer*, *UART*, *WDT*. | +-----------------+----------------------------------------------------------------------------------------------------------------------+ | machine.Pin | Functions not yet implemented: *drive()*, *mode()*, *pull()*. | @@ -148,4 +148,4 @@ Table :ref:`configuration details ` below lists specifi | | | | | Functions not yet implemented: *config*. | | | | -+-----------------+----------------------------------------------------------------------------------------------------------------------+ ++-----------------+----------------------------------------------------------------------------------------------------------------------+ \ No newline at end of file diff --git a/docs/psoc6/quickref.rst b/docs/psoc6/quickref.rst index 9d11caf351abc..a7175dba415fe 100644 --- a/docs/psoc6/quickref.rst +++ b/docs/psoc6/quickref.rst @@ -57,8 +57,6 @@ The :mod:`machine` module:: All timings greater than 1500 ns works and the accuracy of the timing is +/- 400ns. Supported timing_ns ranges below 1500 ns is [500, 1125, 800, 750] - - .. TODO: add more machine module examples when implemented. machine.freq(240000000) # set the CPU frequency to 240 MHz @@ -685,3 +683,4 @@ Supported sample rates are 8KHz, 16KHz, 32KHz, 48KHz, 22.05KHz, 44.1KHz. PSoC6 supports only STEREO Mode. .. note:: I2S Blocking mode is only supported + \ No newline at end of file