Ecosyste.ms: Timeline

Browse the timeline of over 8.19 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 morishi_part sasataku/scobca1-fpga-test
  • Adding 8 and 16 bit read / write access functions 3e98729
  • BUG FIX: Reverse evaluation value of USB clock f4fe30c

View on GitHub

yashi pushed 1 commit to main sasataku/scobca1-fpga-test

View on GitHub

yashi pushed 2 commits to main sasataku/scobca1-fpga-test
  • main: Add error counter query handler When FPGA send us ENQ command, we reply the total error number with 'x' as the... 27e356c
  • Merge commit '27e356c7696f1f0df1e172c4937c18789d20c194' d9ab69f

View on GitHub

yashi pushed 5 commits to main sasataku/scobca1-fpga-test
  • test: Gather error counters from each tests Gather number of errors from each tests into "the_error_counter". This v... 7f1ac89
  • test: Move ASCII char defines to the header Signed-off-by: Yasushi SHOJI <[email protected]> 7c2e104
  • test: Make local functions static Signed-off-by: Yasushi SHOJI <[email protected]> 37ab2da
  • main: Add error counter query handler When FPGA send us ENQ command, we reply the total error number with 'x' as the... 70199e3
  • Merge commit '70199e3efc830cdff4bfd6f0bc6091f9bef49e95' abf759a

View on GitHub

yashi pushed 1 commit to main sasataku/scobca1-fpga-test
  • scripts/wireshark/stpc.lua: Add Dissector for TRCH-FPGA CANbus protocol Add a dissector plugin for wireshark, SC-OBC... 632a4ac

View on GitHub

yashi pushed 12 commits to main sasataku/scobca1-fpga-test
  • fpga: Fix comment about FPGA_PROGRAM_B We do use FPGA_PROGRAM_B when we transition from the error state to the ready... ad52774
  • main: Do not shutdown when FPGA_PWR_CYCLE_REQ We don't use FPGA_PWR_CYCLE_REQ in the test system. In fact we need t... bb4323e
  • main: Add hold_fpgapwr_en We hold FPGAPWR_EN for 3 second so that the signal is actually working or not by looking a... 1a65aba
  • usart: Remove unused code Signed-off-by: Yasushi SHOJI <[email protected]> 4e65266
  • spi: Disable spi_write16 spi_write16 is not used. Remove it from compilation to reduce warnings. Signed-off-by: Ya... 0177536
  • main: Add delay before the first printf() Withtout any delay we don't get the output. Add 100 ms delay to see the b... e73f41a
  • main: Print PORT registers We test pins in ACTIVE state. Print them for debugging. Signed-off-by: Yasushi SHOJI <y... 7e63c1f
  • test: Inline do_tests() We don't have enough hardware stack anymore. Reduce a stack depth by hand-inlining do_tests... 6d1e9ad
  • test: Introduce test_can In test_can() we send a frame to CAN analyzer and expect to send us back a frame. When we ... 09ddbe1
  • main: Add 100 ms delay to POWER_OFF state Add 100 ms delay to POWER_OFF state. The intention is to reduce logging m... 8b28b20
  • test: Add a quote about TXREQ from the reference manual The reference manual DS20005678E says in the chapter 4.5 "Re... c925aec
  • Merge commit 'c925aec7bd8a96dc15b34fc03edb1136239e147a' 5b102e0

View on GitHub

sasataku pushed 10 commits to main sasataku/scobca1-fpga-test
  • qspi: qspi: Remove duplicate message This commit removes duplicate message for start message. Signed-off-by: Takuya... b86cc87
  • can: Fix return value for loopback test If we have a issue on CAN loopback test, we recevied the true instead of fal... 5c9c12c
  • pdi: initial commit for Pre Delivery Inspection This commit adds Pre Delivery Inspection frame work, but only add fu... 592b7d7
  • can: Fix CAN ID This commit fixes CAN ID as below. - FPGA : 'F' (0x46) - TRCH : 'T' (0x54) -... 59a9890
  • qspi,trch: Add TRCH_CFG_MEM_MONI test TRCH_CFG_MEM_MONI is moniterd the CFG_MEM1_CS_B/CFG_MEM2_CS_B, so add the test... 69de3ed
  • scripts: Add CAN loopback test tool This commit adds new test tool for CAN loopback test. This tools returns the CAN... e1aa83b
  • irq: Disable log output for CAN ISR In the case of CAN abnormality test, if we enable DEBUG log, a large amount of I... 7b35bc7
  • pdi: Add PDI script This commit adds PDI auto script, but it's uncompleted. will update it. Signed-off-by: Takuya S... 672a3a1
  • Kconfig: Add DEBUG_PRINT config This commit adds DEBUG_PRINT config for outputs detail information. Signed-off-by: ... 8905848
  • pdi: Update test contents This commit updtes PDI test contents Signed-off-by: Takuya Sasaki <takuya.sasaki@spacecub... 9728d75

View on GitHub

yashi pushed 1 commit to main sasataku/scobca1-fpga-test
  • trch_test: Remove unused comment This comment was miscommitted. Remove it. Signed-off-by: Yasushi SHOJI <yashi@spa... 5f9819a

View on GitHub

yashi pushed 3 commits to main sasataku/scobca1-fpga-test
  • trch_test: Add test_fpga_reserve Add a open circuit test for FPGA_RESERVE. This signal is not assigned any function... 84b6f52
  • README: Convert README from Markdown to Org-Mode Signed-off-by: Yasushi SHOJI <[email protected]> 70a4d0e
  • README: Add simple build instruction and some remarks Signed-off-by: Yasushi SHOJI <[email protected]> 9924f26

View on GitHub

yashi pushed 4 commits to main sasataku/scobca1-fpga-test
  • trch_test: Add test_fpga_watchdog Add a open circuit test for FPGA_WATCHDOG. FPGA sends live pulse to TRCH on this ... cdd341a
  • README: Convert README from Markdown to Org-Mode Signed-off-by: Yasushi SHOJI <[email protected]> f2a7791
  • README: Add simple build instruction and some remarks Signed-off-by: Yasushi SHOJI <[email protected]> 2b36316
  • trch_test: Add test_fpga_reserve Add a open circuit test for FPGA_RESERVE. This signal is not assigned any function... 6bd1d37

View on GitHub

yashi pushed 3 commits to main sasataku/scobca1-fpga-test
  • trch_test: Add test_fpga_watchdog Add a open circuit test for FPGA_WATCHDOG. FPGA sends live pulse to TRCH on this ... bd399ff
  • README: Convert README from Markdown to Org-Mode Signed-off-by: Yasushi SHOJI <[email protected]> 4006282
  • README: Add simple build instruction and some remarks Signed-off-by: Yasushi SHOJI <[email protected]> 63ed64e

View on GitHub

yashi pushed 3 commits to main sasataku/scobca1-fpga-test
  • trch_test: Add test_fpga_watchdog Add a open circuit test for FPGA_WATCHDOG. FPGA sends live pulse to TRCH on this ... 756f30b
  • README: Convert README from Markdown to Org-Mode Signed-off-by: Yasushi SHOJI <[email protected]> 0c2a726
  • README: Add simple build instruction and some remarks Signed-off-by: Yasushi SHOJI <[email protected]> 6b51a0b

View on GitHub

yashi pushed 2 commits to main sasataku/scobca1-fpga-test
  • trch_test: Add test_fpga_pwr_cycle_req Add a open circuit test for FPGA_PWR_CYCLE_REQ. This signal is usually used ... 1f6e28a
  • trch_test: Remove pins not tested here These pins are assigned to TRCH test but moved to NOR flash memory function t... 0905ab9

View on GitHub

yashi pushed 2 commits to main sasataku/scobca1-fpga-test
  • trch_test: Add test_fpga_pwr_cycle_req Add a open circuit test for FPGA_PWR_CYCLE_REQ. This signal is usually used ... 03fc1d3
  • trch_test: Remove pins not tested here These pins are assigned to TRCH test but moved to NOR flash memory function t... faefe19

View on GitHub

yashi pushed 7 commits to main sasataku/scobca1-fpga-test
  • trch_test: tweek log messages - remove printk - indent debug logs - add test result Signed-off-by: Yasushi SHOJI... d388937
  • trch_test: Add test_fpga_boot0 Add a open circuit test for FPGA_BOOT0. Signed-off-by: Yasushi SHOJI <yashi@spacecub... c2f853d
  • trch_test: Skip testing FPGA_PROGRAM_B Driving FPGA_PROGRAM_B LOW causes the FPGA configuration to be cleared and a ... 5ce7041
  • trch_test: Skip testing INIT_B We can't test INIT_B. It's a dedicated pin that FPGA logic can't control. Signed-off... dc90ef3
  • trch_test: Rename TRCH remote control functions get_porta() or set_trisa() is a bit confusing. Name them with the p... 9abe09d
  • trch_test: Add start messages Just for logging. No functionality has been changed. Signed-off-by: Yasushi SHOJI <y... 2e97371
  • trch_test: Add test_fpga_pwr_cycle_req Add a open circuit test for FPGA_PWR_CYCLE_REQ. This signal is usually used ... ceffc68

View on GitHub

yashi pushed 14 commits to main sasataku/scobca1-fpga-test
  • 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
  • Makefile: Add "halt" target "halt" target will reset the device and hold it in reset. Signed-off-by: Yasushi SHOJI ... ac18d77
  • can: Return current port state when set The response to the setter command was just an ack with value of 1. This com... 858f5bc
  • can: Return two bytes response With the previous commit, we now can't distinguish "false", which is 0, from a port s... 6fa3584
  • main: Remove decimal values commands and args is basically hex. No need to print in dec. Signed-off-by: Yasushi SH... 17a366c
  • 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... efc1426
  • trch_test: Print ID in char format We use ascii chars 'F' and 'T' for CAN ID for FPGA and TRCH, respectively. Havin... 1bc82cf
  • trch_test: Add bit set helpers TRCH has weird port direction control, 0 for OUT and 1 for IN. They say 0 looks like... ef48258
  • trch_test: Add test register helpers We have so called test registers for this system. Add accessors for them. Sig... 8f0a264
  • trch_test: Fix port level verification It used to check the pin level from TRCH side. But TRCH can't read the actua... 2d9f708
  • trch_test: Handle two bytes response New TRCH returns two bytes responses. Handle them. Signed-off-by: Yasushi SHOJ... e898575
  • Merge commit '17a366c038d339cdbd17467fd08ef2bdacf60b1d' d340c96

View on GitHub

fmorishima pushed 1 commit to morishi_part sasataku/scobca1-fpga-test
  • Add SRAM IO and ERR monitor registers to check bridge 4589ba9

View on GitHub

fmorishima pushed 2 commits to morishi_part sasataku/scobca1-fpga-test
  • Wrote test procedure in comment to tell what this module does f5b2995
  • Remove file no longer used d2738b7

View on GitHub

yashi pushed 1 commit to main sasataku/scobca1-fpga-test
  • test_register: Add FPGA_BOOT signals Add bit definitions for FPGA_BOOT0 and FPGA_BOOT1. Signed-off-by: Yasushi SHOJ... a8557aa

View on GitHub

yashi pushed 1 commit to main sasataku/scobca1-fpga-test
  • test_register: Add FPGA_BOOT signals Add bit definitions for FPGA_BOOT0 and FPGA_BOOT1. Signed-off-by: Yasushi SHOJ... fb829cc

View on GitHub

yashi pushed 1 commit to main sasataku/scobca1-fpga-test
  • test_register: Rename control registers for TRCH These registers are TRCH related. Name it accordingly. There is n... 52f6c0e

View on GitHub

yashi pushed 1 commit to main sasataku/scobca1-fpga-test
  • test_register: Rename control registers for TRCH These registers are TRCH related. Name it accordingly. There is n... a033730

View on GitHub

fmorishima pushed 2 commits to morishi_part sasataku/scobca1-fpga-test
  • for better code, Use ARRAY_SIZE macro instead of sizeof calclations ee61214
  • Expand QSPI bridge test to all memory related bridge test - Add SRAM related pins and their registers to control and... 99ceaf1

View on GitHub

fmorishima pushed 1 commit to morishi_part sasataku/scobca1-fpga-test
  • Adding QSPI bridge test function 29a4047

View on GitHub

sasataku pushed 1 commit to main sasataku/scobca1-fpga-test
  • qspi: Increase retry count for wait CFMEMSEL Memory selection for config memory is controlled by TRCH, but TRCH on P... d522ed7

View on GitHub

yashi pushed 3 commits to main sasataku/scobca1-fpga-test
  • 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

View on GitHub

fmorishima pushed 1 commit to morishi_part sasataku/scobca1-fpga-test
  • Use SRAM err monitor instead of err counter to test SRAM1/2 err each Adding SRAM err monitor register definition and... 728f06b

View on GitHub

fmorishima pushed 2 commits to morishi_part sasataku/scobca1-fpga-test
  • Update data struct and init gpio mode to test loopback pins * Prepare the data structure for paird loopback pins and... b297363
  • Adding user IO bridge test and removing previous bridge test module. 5c84740

View on GitHub

fmorishima pushed 5 commits to morishi_part sasataku/scobca1-fpga-test
  • Remove i2c_ext_crack_test function from menu i2c_ext_crack_test function will move to an other module. fd1b548
  • Save default GPIO mode and restore it after this testing Store target pin's default GPIO mode at first, and restore ... 5b90160
  • 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... bcd596f
  • Remove i2c_ext_crack_test.c from the complie target list 27d26ec
  • Enable to check ECC error connection of SRAM1 and SRAM2 each. Change SRAM access from 32bit to 16bit to detect ECC e... 59fe191

View on GitHub

sasataku pushed 1 commit to main sasataku/scobca1-fpga-test
  • can: Fix CAN crack test routine Fixes some bugs for CAN crack test. Signed-off-by: Takuya Sasaki <takuya.sasaki@spa... 1e66acd

View on GitHub

Load more