Ecosyste.ms: Timeline

Browse the timeline of over 8.1 Billion events for every public repo on GitHub, all the way back to 2015. Data updated hourly from GH Archive.

sasataku/scobca1-fpga-test

fmorishima pushed 2 commits to main sasataku/scobca1-fpga-test
  • pdi: Indicate SRAM addr to be tested directly in the code SRAM address to test was not indicated directly, so Zephyr... de6b791
  • pdi: Access max 100 different SRAM addr to check ECC error connection - Access maximum 100 differenct address to inc... f73a792

View on GitHub

sasataku created a tag on sasataku/scobca1-fpga-test

pdi_20221202 - Tests for SC-OBC-A1 FPGA on Zephyr RTOS

sasataku pushed 1 commit to main sasataku/scobca1-fpga-test
  • pdi: Fix PDI scripts This commit fixes some PDI scripts as below. - Add fpga_pwron.sh for send the CAN packet aft... 50a53b4

View on GitHub

yashi deleted a branch sasataku/scobca1-fpga-test

morishi_part

sasataku pushed 1 commit to main sasataku/scobca1-fpga-test
  • pdi: Add User IO only test This commit adds User IO only test for PDI. Signed-off-by: Takuya Sasaki <takuya.sasaki@... 47066e2

View on GitHub

sasataku pushed 3 commits to main sasataku/scobca1-fpga-test
  • trch_test: Add getting TRCH self test result This commit adds getting the TRSH self test result before doing the FPG... 6324db5
  • can: Decrease timeout value This commit decrease timeout value for wait the replay from TRCH. 1 seconds is very larg... 3e35dac
  • pdi: Add all test contentus and update scripts This commit adds all remaining test for PDI, and update the scripts. ... f1df17a

View on GitHub

yashi pushed 27 commits to main sasataku/scobca1-fpga-test
  • Moidfy comments, variable name, replace function name. Only comment and name matter. No funcational changes at all. f9f5d93
  • Moidfy the method of testing for SRAM address and data. To make test method simple and leave comment for them to und... 53e7fa1
  • Remove i2c_ext_crack_test function from menu i2c_ext_crack_test function will move to an other module. f081e35
  • Save default GPIO mode and restore it after this testing Store target pin's default GPIO mode at first, and restore ... 1053f12
  • Switch gpio IN and OUT mode between USER IO1 and 2 Default GPIO mode of UIO1 is OUTPUT and UIO2 is INPUT, so using d... dc05121
  • Remove i2c_ext_crack_test.c from the complie target list d17fd80
  • Enable to check ECC error connection of SRAM1 and SRAM2 each. Change SRAM access from 32bit to 16bit to detect ECC e... 5f2cf81
  • Update data struct and init gpio mode to test loopback pins * Prepare the data structure for paird loopback pins and... 38a80a8
  • Adding user IO bridge test and removing previous bridge test module. d3caf87
  • Use SRAM err monitor instead of err counter to test SRAM1/2 err each Adding SRAM err monitor register definition and... dd29946
  • Adding QSPI bridge test function d997e33
  • for better code, Use ARRAY_SIZE macro instead of sizeof calclations 986981f
  • Expand QSPI bridge test to all memory related bridge test - Add SRAM related pins and their registers to control and... c4ee340
  • Wrote test procedure in comment to tell what this module does 5253dca
  • Remove file no longer used e4a4651
  • Add SRAM IO and ERR monitor registers to check bridge 718cdc7
  • Adding 8 and 16 bit read / write access functions c5302e0
  • BUG FIX: Reverse evaluation value of USB clock e599e51
  • Use 8 and 16 bit read / write common functions 720d494
  • Change type from mem_addr_t to user32_t due to merge easiler 2c51a2b
  • and 7 more ...

View on GitHub

fmorishima pushed 36 commits to morishi_part sasataku/scobca1-fpga-test
  • pdi: update PDI script and add test menu This commit add PDI script according to latest FPGA spec. Signed-off-by: T... 48ec260
  • hardware_options: Add UIO4_09 to I2C_FPGA_EXT_SDA This commit adds UIO4_09 to I2C_FPGA_EXT_SDA loop test. But only s... 36f2e4c
  • hardware_options: Add UIO4_06 to UIT04_10 This commit adds UIO4_06 to UIT04_10 loopback test. Signed-off-by: Takuya... fba3b90
  • hardware_options_test: Remove I2C_EXT loop test Connection of between I2C_EXT SCL/SDA and the FPGA may destroy the F... 7979e7c
  • hardware_options: Add UIO4_07 to WDOG_OUT test This commit adds UIO4_07 to WDOG_OUT loop test. Signed-off-by: Takuy... 6893dd4
  • usart: Disable USART by default Disable serial logging console by default. We don't always have USART available on ... 9e0bdd1
  • test: Disable UIO3_02 and TRCH_UART_TX while reading ports I2C_EXT_SCL is connected to either UIO4_08 or UIO3_02. I... 2930d50
  • main: Move tests under POWER_OFF state We must wait FPGA to be shutdown before starting the tests. Move them under ... b4fa09a
  • Merge commit 'b4fa09a6e250d244b6c99539d305249da96adad1' 0d9d77e
  • Moidfy comments, variable name, replace function name. Only comment and name matter. No funcational changes at all. f9f5d93
  • Moidfy the method of testing for SRAM address and data. To make test method simple and leave comment for them to und... 53e7fa1
  • Remove i2c_ext_crack_test function from menu i2c_ext_crack_test function will move to an other module. f081e35
  • Save default GPIO mode and restore it after this testing Store target pin's default GPIO mode at first, and restore ... 1053f12
  • Switch gpio IN and OUT mode between USER IO1 and 2 Default GPIO mode of UIO1 is OUTPUT and UIO2 is INPUT, so using d... dc05121
  • Remove i2c_ext_crack_test.c from the complie target list d17fd80
  • Enable to check ECC error connection of SRAM1 and SRAM2 each. Change SRAM access from 32bit to 16bit to detect ECC e... 5f2cf81
  • Update data struct and init gpio mode to test loopback pins * Prepare the data structure for paird loopback pins and... 38a80a8
  • Adding user IO bridge test and removing previous bridge test module. d3caf87
  • Use SRAM err monitor instead of err counter to test SRAM1/2 err each Adding SRAM err monitor register definition and... dd29946
  • Adding QSPI bridge test function d997e33
  • and 16 more ...

View on GitHub

yashi pushed 4 commits to main sasataku/scobca1-fpga-test
  • usart: Disable USART by default Disable serial logging console by default. We don't always have USART available on ... 9e0bdd1
  • test: Disable UIO3_02 and TRCH_UART_TX while reading ports I2C_EXT_SCL is connected to either UIO4_08 or UIO3_02. I... 2930d50
  • main: Move tests under POWER_OFF state We must wait FPGA to be shutdown before starting the tests. Move them under ... b4fa09a
  • Merge commit 'b4fa09a6e250d244b6c99539d305249da96adad1' 0d9d77e

View on GitHub

sasataku pushed 3 commits to main sasataku/scobca1-fpga-test
  • hardware_options: Add UIO4_06 to UIT04_10 This commit adds UIO4_06 to UIT04_10 loopback test. Signed-off-by: Takuya... fba3b90
  • hardware_options_test: Remove I2C_EXT loop test Connection of between I2C_EXT SCL/SDA and the FPGA may destroy the F... 7979e7c
  • hardware_options: Add UIO4_07 to WDOG_OUT test This commit adds UIO4_07 to WDOG_OUT loop test. Signed-off-by: Takuy... 6893dd4

View on GitHub

sasataku pushed 2 commits to main sasataku/scobca1-fpga-test
  • pdi: update PDI script and add test menu This commit add PDI script according to latest FPGA spec. Signed-off-by: T... 48ec260
  • hardware_options: Add UIO4_09 to I2C_FPGA_EXT_SDA This commit adds UIO4_09 to I2C_FPGA_EXT_SDA loop test. But only s... 36f2e4c

View on GitHub

fmorishima pushed 106 commits to morishi_part sasataku/scobca1-fpga-test
  • mcp2517fd.h: Add missing header file The commit 11f03178f4b includes mcp2517fd.h but it was not commited. Signed-of... 0fce0b1
  • Merge commit '0fce0b1f75b4b892b94f870641befe926d0f5dad' 82bc630
  • main: enable setters Enable PORT and TRIS setters. Signed-off-by: Yasushi SHOJI <[email protected]> f3d4c6e
  • Merge commit 'f3d4c6eff5d51b609fcca9e34c7b78359f13970a' 67d22b6
  • trch_test: Add open and short circuit test template There are some pins we can't test without TRCH. This commit imp... 0b8d6dd
  • can: Add CAN crack test This commit adds CAN crack test as belwow. - CAN Loopback test (send and read) - CAN PH... 51d2d37
  • i2c: Add Internal IC2 Alert test This commit adds crack test for internal I2c alert signal. Signed-off-by: Takuya S... 11a6798
  • qspi: Delete duplicate print result This commit deletes duplicate output message for test results. Signed-off-by: T... 8d161bf
  • bhm: Add bhm_disable() This commit adds bhm_disable() and call in bhm_test(). Signed-off-by: Takuya Sasaki <takuya.... 135f1a3
  • qspi: Aort when can not select config mem This commit changes to abort when can not select the config memory. Signe... 1029e77
  • can: Fix CAN crack test routine Fixes some bugs for CAN crack test. Signed-off-by: Takuya Sasaki <takuya.sasaki@spa... 1e66acd
  • tests: Rename CAN related functions Rename functions for CAN. Signed-off-by: Yasushi SHOJI <[email protected]> 67a1463
  • Merge commit '67a1463666ea2474f00efe4379514d1eb03522e3' dfde03d
  • prj.conf: Enable Logging It's good to have some logging. Use default setting for now. Signed-off-by: Yasushi SHOJI... 4b3d9ea
  • qspi: Increase retry count for wait CFMEMSEL Memory selection for config memory is controlled by TRCH, but TRCH on P... d522ed7
  • test_register: Rename control registers for TRCH These registers are TRCH related. Name it accordingly. There is n... 52f6c0e
  • test_register: Add FPGA_BOOT signals Add bit definitions for FPGA_BOOT0 and FPGA_BOOT1. Signed-off-by: Yasushi SHOJ... a8557aa
  • Makefile: Add an alias, flash, to "program" target It's quite common to use the word "flash" to program MCU. In fac... 3259da1
  • test: Remove unused comment Signed-off-by: Yasushi SHOJI <[email protected]> 5f1d153
  • Makefile: Add "reset" target Add reset target so that when we want to reset the MCU, we can: make reset Signed... 1a2c44d
  • and 86 more ...

View on GitHub

fmorishima pushed 1 commit to morishi_part sasataku/scobca1-fpga-test
  • Change SRAM area to test address pin cracked 32d14f8

View on GitHub

fmorishima pushed 0 commits to morishi_part sasataku/scobca1-fpga-test

View on GitHub

fmorishima pushed 77 commits to morishi_part sasataku/scobca1-fpga-test
  • mcp2517fd.h: Add missing header file The commit 11f03178f4b includes mcp2517fd.h but it was not commited. Signed-of... 6902221
  • main: enable setters Enable PORT and TRIS setters. Signed-off-by: Yasushi SHOJI <[email protected]> 7b97e53
  • trch_test: Add open and short circuit test template There are some pins we can't test without TRCH. This commit imp... 0c377e7
  • can: Add CAN crack test This commit adds CAN crack test as belwow. - CAN Loopback test (send and read) - CAN PH... d3939a4
  • i2c: Add Internal IC2 Alert test This commit adds crack test for internal I2c alert signal. Signed-off-by: Takuya S... a3c3b1e
  • qspi: Delete duplicate print result This commit deletes duplicate output message for test results. Signed-off-by: T... 9ea3f84
  • bhm: Add bhm_disable() This commit adds bhm_disable() and call in bhm_test(). Signed-off-by: Takuya Sasaki <takuya.... d8a5ad4
  • qspi: Aort when can not select config mem This commit changes to abort when can not select the config memory. Signe... eb18da0
  • can: Fix CAN crack test routine Fixes some bugs for CAN crack test. Signed-off-by: Takuya Sasaki <takuya.sasaki@spa... b3558e2
  • tests: Rename CAN related functions Rename functions for CAN. Signed-off-by: Yasushi SHOJI <[email protected]> 5491ae3
  • prj.conf: Enable Logging It's good to have some logging. Use default setting for now. Signed-off-by: Yasushi SHOJI... a045fc0
  • qspi: Increase retry count for wait CFMEMSEL Memory selection for config memory is controlled by TRCH, but TRCH on P... b4e86ef
  • test_register: Rename control registers for TRCH These registers are TRCH related. Name it accordingly. There is n... eb44063
  • test_register: Add FPGA_BOOT signals Add bit definitions for FPGA_BOOT0 and FPGA_BOOT1. Signed-off-by: Yasushi SHOJ... 2ac00a3
  • trch_test: Verify recv_id We only accept CAN ID of 0x46 ('F'), which the only node, TRCH, on the bus will send to us... 93ab862
  • trch_test: Print ID in char format We use ascii chars 'F' and 'T' for CAN ID for FPGA and TRCH, respectively. Havin... 71e699d
  • trch_test: Add bit set helpers TRCH has weird port direction control, 0 for OUT and 1 for IN. They say 0 looks like... d63a5c2
  • trch_test: Add test register helpers We have so called test registers for this system. Add accessors for them. Sig... 984f2d6
  • trch_test: Fix port level verification It used to check the pin level from TRCH side. But TRCH can't read the actua... 1dfc73b
  • trch_test: Handle two bytes response New TRCH returns two bytes responses. Handle them. Signed-off-by: Yasushi SHOJ... 50edf41
  • and 57 more ...

View on GitHub

fmorishima pushed 1 commit to morishi_part sasataku/scobca1-fpga-test
  • BUG Fix: Log out the value instaed of its address. b8295b6

View on GitHub

yashi pushed 1 commit to main sasataku/scobca1-fpga-test
  • test_register: Move set_pin* and get_pin functions to test_register.h set_pin* and get_pin function is wrapper funct... ba7816a

View on GitHub

fmorishima pushed 1 commit to morishi_part sasataku/scobca1-fpga-test
  • Change SRAM addr crack test logic due to using different DRAM addr b498dbd

View on GitHub

yashi pushed 1 commit to main sasataku/scobca1-fpga-test
  • hardware_options: Add empty functions for hardware option signals This is empty functions for hardware option signal... f51ecaf

View on GitHub

yashi pushed 1 commit to main sasataku/scobca1-fpga-test
  • trch: Move common trch code to trch.h These functions can be used outside of trch_test. Make it static inline and p... 4135e47

View on GitHub

fmorishima pushed 1 commit to morishi_part sasataku/scobca1-fpga-test
  • BUG fix: parameter order of sys_ function was wrong. ee0fdb1

View on GitHub

yashi pushed 1 commit to main sasataku/scobca1-fpga-test
  • trch: Move common trch code to trch.h These functions can be used outside of trch_test. Make it static inline and p... b546ca5

View on GitHub

yashi pushed 2 commits to main sasataku/scobca1-fpga-test
  • trch_test: Rename send_cmd_to_trch to can_send_cmd_to_trch I'd like to move send_cmd_to_trch() to can.c. To do so I... 1cfbad4
  • can: move can_send_cmd_to_trch to can We want to use the function can_send_cmd_to_trch() from other tests. Move it f... 5f26779

View on GitHub

fmorishima pushed 2 commits to morishi_part sasataku/scobca1-fpga-test
  • BUG fix: chenged to right logic to test 3105ece
  • BUG fix: correct wrong address of SRAM control register f104034

View on GitHub

fmorishima pushed 1 commit to morishi_part sasataku/scobca1-fpga-test
  • Bug fix: Reverse judement logic 0bc9c4e

View on GitHub

fmorishima pushed 5 commits to morishi_part sasataku/scobca1-fpga-test
  • Use 8 and 16 bit read / write common functions b9ee4b4
  • Change type from mem_addr_t to user32_t due to merge easiler e20c953
  • Modify sram IO register address (swith with sram err) fad609c
  • Add log output when test fails and use some common funcs to do it. ce9bd53
  • Merge branch 'morishi_part' of https://github.com/sasataku/scobca1-fpga-test into morishi_part fb740ac

View on GitHub

sasataku pushed 1 commit to main sasataku/scobca1-fpga-test
  • qspi: Fix memory selection for TRCH_CFG_MEM_MONI Currently no switch to Config memory 1 when TRCH_CFG_MEM_MONI testi... c3e9811

View on GitHub

fmorishima pushed 1 commit to morishi_part sasataku/scobca1-fpga-test
  • use 8 and 16 bit access common functions to output some log 51f49bc

View on GitHub

Load more