Skip to content

Commit

Permalink
docs/psoc6: Bitstream documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: IFX-Anusha <Anusha.TR@infineon.com>

ports/psoc6 : Deletion of files.

Signed-off-by: IFX-Anusha <Anusha.TR@infineon.com>

ports/psoc6: Ruff format fix.

Signed-off-by: IFX-Anusha <Anusha.TR@infineon.com>

docs/psoc6: Bitstream Documentation.

Signed-off-by: IFX-Anusha <Anusha.TR@infineon.com>

docs/psoc6: Bitstream Documentation.

Signed-off-by: IFX-Anusha <Anusha.TR@infineon.com>

docs/psoc6: Bitstream Documentation.

Signed-off-by: IFX-Anusha <Anusha.TR@infineon.com>
  • Loading branch information
IFX-Anusha committed Mar 9, 2024
1 parent 0a5ac3e commit a763acd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 89 deletions.
4 changes: 2 additions & 2 deletions docs/psoc6/feature_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Table :ref:`configuration details <table_mpy_configuration>` 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()*. |
Expand Down Expand Up @@ -148,4 +148,4 @@ Table :ref:`configuration details <table_mpy_configuration>` below lists specifi
| | |
| | Functions not yet implemented: *config*. |
| | |
+-----------------+----------------------------------------------------------------------------------------------------------------------+
+-----------------+----------------------------------------------------------------------------------------------------------------------+
5 changes: 3 additions & 2 deletions docs/psoc6/quickref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ The :mod:`machine` module::
buf = bytearray([0xAB]) #buffer data
bitstream('P13_6', 0, timing, buf) # bitstrem buffer data with timing through pin P13_6

Here the accuracy of the timing is +/- 400ns. So this bitstream works better from the timing range greater than 1000ns.

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
Expand Down
2 changes: 1 addition & 1 deletion ports/psoc6/boards/CY8CPROTO-062-4343W/manifest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
freeze("$(PORT_DIR)/freeze")
include("$(MPY_DIR)/extmod/asyncio")
require("mip")
require("neopixel")
require("neopixel")
54 changes: 0 additions & 54 deletions tests/psoc6/multi/bitstream.py

This file was deleted.

30 changes: 0 additions & 30 deletions tests/psoc6/test_inputs/bitstream_listen.py

This file was deleted.

0 comments on commit a763acd

Please sign in to comment.