Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

MK16kawai

MK16kawai opened a pull request on sipeed/LicheeRV-Nano-Build
Added uEnv.txt to specify uboot wait time.
Specify -2 to boot the kernel directly to avoid RX data interrupting the uboot boot process.
MK16kawai pushed 1 commit to main MK16kawai/LicheeRV-Nano-Build
  • Added uEnv.txt to specify uboot wait time. 9733fec

View on GitHub

MK16kawai pushed 2 commits to main MK16kawai/LicheeRV-Nano-Build
  • Merge pull request #71 from MK16kawai/main [i2c@gpio5] Support for changing sda and scl at insmod time. b8e6161
  • * optimize make_logo.sh 80cd8fe

View on GitHub

MK16kawai opened a pull request on sipeed/MaixCDK
add ToF camera app, support opns3031
MK16kawai pushed 1 commit to dev MK16kawai/MaixCDK
  • add ToF camera app, support opns3031 97b5ccc

View on GitHub

MK16kawai pushed 10 commits to dev MK16kawai/MaixCDK
  • feat: app_uvc_camera 1280x720 90eaad9
  • fix: header file include fcntl.h will broke maixpy_wrapper.cpp:`.value("SEEK_SET", fs::SEEK::SEEK_SET)` 9eb4293
  • fix: add a blank implement for the linux platform b6ff7e9
  • Merge pull request #74 from taorye/dev feat: app_uvc_camera and a little fix 068ccac
  • Merge pull request #73 from MK16kawai/dev add thermal camera app, support mlx90640 3998597
  • fix pybind11 errors and speech crash 9d203a3
  • Merge pull request #76 from 916BGAI/dev fix pybind11 errors and speech crash 3175975
  • fix bug of two maix.sys.device_id 80695c9
  • fix some API map error & add MaixPy API dumplicate check 8d9f4d5
  • * optimize audio b81bfc8

View on GitHub

MK16kawai pushed 9 commits to master MK16kawai/MaixCDK
  • fix some compile warning 668cc68
  • feat: app_uvc_camera 1280x720 90eaad9
  • add thermal camera app, support mlx90640 931defd
  • fix: header file include fcntl.h will broke maixpy_wrapper.cpp:`.value("SEEK_SET", fs::SEEK::SEEK_SET)` 9eb4293
  • fix: add a blank implement for the linux platform b6ff7e9
  • Merge pull request #74 from taorye/dev feat: app_uvc_camera and a little fix 068ccac
  • Merge pull request #73 from MK16kawai/dev add thermal camera app, support mlx90640 3998597
  • fix bug of two maix.sys.device_id dd2fbd2
  • Merge pull request #75 from taiji1985/main fix bug of two maix.sys.device_id 04fa210

View on GitHub

MK16kawai opened a pull request on sipeed/LicheeRV-Nano-Build
[i2c@gpio5] Support for changing sda and scl at insmod time.
```bash insmod i2c-gpio.ko delay_us=0 sda=509 scl=508 ``` In MaixCAM means: Freq: max ~ 750KHz SDA: A29 SCL: A28
MK16kawai pushed 1 commit to main MK16kawai/LicheeRV-Nano-Build
  • [i2c@gpio5] Support for changing sda and scl at insmod time. 370d332

View on GitHub

MK16kawai pushed 15 commits to main MK16kawai/LicheeRV-Nano-Build
  • Merge pull request #68 from MK16kawai/main [panel] support st7701_d310t9362v1 c917987
  • feat: add support for uvc-gadget and provide a server default 05cc1b4
  • fix: increase rootfs.sd's size from 1100M to 1536M c3b98df
  • fix: high CPU usage for select unneeded dfds while !udev->is_streaming 71bcc30
  • Merge branch 'feat_uvc_gadget' 1. feat: add uvc_tool.sh for uvc_gadget configfs mount and unmount. 2. feat: use uvc-g... 2506969
  • fix: ensure mjpg and yuyv both exist e0857d8
  • feat: add support for streaming mjpg with 0x80 masked d687d7c
  • feat: add support for auto config formats and set resolution limit 3e15254
  • Merge branch 'feat_uvc_gadget' 1. fix: ensure mjpg and yuyv formats both exist. 2. feat: add support for mjpeg stream... 5394d82
  • chore: backup source code for the future 71366bb
  • fix: uvc_tool.sh cant provide empty line at first 32fedad
  • Merge branch 'fix-uvc-gadget-cant-parse-config-file-with-first-empty-line' 1. provide source file of uvc-gadget-serve... 3ce208e
  • feat: up to 2560x1440 and all resulotions will be enabled default 6773bbd
  • fix: implement stop_server and restrict the server to run only in standalone mode. b2af9af
  • Merge branch 'feat_uvc_server_standalone_mode' 1. feat: UvcServer run in standalone mode without uvc-gadget-server.el... 1fcc2fd

View on GitHub

MK16kawai opened a pull request on sipeed/MaixCDK
add thermal camera app, support mlx90640
MK16kawai pushed 1 commit to dev MK16kawai/MaixCDK
  • add thermal camera app, support mlx90640 931defd

View on GitHub

MK16kawai pushed 41 commits to dev MK16kawai/MaixCDK
  • Merge pull request #64 from MK16kawai/dev Dev 8ec9107
  • * fix rtsp memory leak 7953f4c
  • * optimize rtsp demo c8f8e26
  • optimize nn MUD file labels parse, strip all space 65effcd
  • feat: add uvc yuyv/mjpg stream API 7ec7dd3
  • * update some examples f0f0dfb
  • * app_camera support timelapse record edb5310
  • * optimize audio 2cfabee
  • * optimize camera 4cd00a0
  • commprotol support disable a92f791
  • change NN dual_buff arg default to false, fix #68 ccafbe2
  • Merge pull request #67 from MK16kawai/dev add mlx90640&opns303x 8b4f0b8
  • Merge pull request #70 from taorye/main feat: add uvc yuyv/mjpg stream API 30dc27b
  • feat: uvc_demo without shm 7d582c1
  • feat: implement UvcServer to run uvc in standalone mode and trim UvcStreamer and implement helper_fill_mjpg_image f... 47aa383
  • * pinmap support P24 70fa3aa
  • * video decoder support output grayscale format 618d1df
  • * to_format() support nv21 to grayscale 22dba04
  • Merge pull request #72 from taorye/main feat: implement uvc in standalone mode and a little trim 681279d
  • * update image method example 999d5a8
  • and 21 more ...

View on GitHub

MK16kawai pushed 40 commits to master MK16kawai/MaixCDK
  • * fix rtsp memory leak 7953f4c
  • * optimize rtsp demo c8f8e26
  • optimize nn MUD file labels parse, strip all space 65effcd
  • feat: add uvc yuyv/mjpg stream API 7ec7dd3
  • * update some examples f0f0dfb
  • add tof_opns303x support c3f2239
  • * app_camera support timelapse record edb5310
  • * optimize audio 2cfabee
  • * optimize camera 4cd00a0
  • commprotol support disable a92f791
  • change NN dual_buff arg default to false, fix #68 ccafbe2
  • Merge pull request #67 from MK16kawai/dev add mlx90640&opns303x 8b4f0b8
  • Merge pull request #70 from taorye/main feat: add uvc yuyv/mjpg stream API 30dc27b
  • feat: uvc_demo without shm 7d582c1
  • feat: implement UvcServer to run uvc in standalone mode and trim UvcStreamer and implement helper_fill_mjpg_image f... 47aa383
  • * pinmap support P24 70fa3aa
  • * video decoder support output grayscale format 618d1df
  • * to_format() support nv21 to grayscale 22dba04
  • Merge pull request #72 from taorye/main feat: implement uvc in standalone mode and a little trim 681279d
  • * update image method example 999d5a8
  • and 20 more ...

View on GitHub

MK16kawai opened a pull request on sipeed/MaixCDK
add mlx90640&opns303x
MK16kawai opened a pull request on sipeed/MaixPy
add mlx90640&tof_opns303x example&docs
MK16kawai pushed 1 commit to dev MK16kawai/MaixCDK

View on GitHub

MK16kawai pushed 2 commits to dev MK16kawai/MaixPy
  • * update faq d5cd634
  • optimize nn MUD parse labels strip space b155703

View on GitHub

MK16kawai opened a pull request on sipeed/LicheeRV-Nano-Build
[panel] support st7701_d310t9362v1
MK16kawai pushed 4 commits to master MK16kawai/MaixCDK
  • * add new api to find the path of line 585f4a6
  • sync_time add <rtc sync only> bad3448
  • add mlx90640 support 5f4e85e
  • Merge pull request #64 from MK16kawai/dev Dev 8ec9107

View on GitHub

MK16kawai pushed 1 commit to main MK16kawai/LicheeRV-Nano-Build
  • [panel] support st7701_d310t9362v1 5613f01

View on GitHub

MK16kawai pushed 1 commit to main MK16kawai/LicheeRV-Nano-Build
  • Merge pull request #67 from MK16kawai/main [i2c5@gpio] supports dynamic rate modification ae8d34b

View on GitHub

MK16kawai pushed 1 commit to main MK16kawai/LicheeRV-Nano-Build
  • fix customize build RNDIS and no /device_key file bug fae0437

View on GitHub

MK16kawai opened a pull request on sipeed/MaixCDK
Dev
MK16kawai pushed 2 commits to dev MK16kawai/MaixCDK

View on GitHub

MK16kawai pushed 19 commits to dev MK16kawai/MaixCDK
  • fix pelling error to "auto_delete" ce0b8d4
  • Merge pull request #59 from taiji1985/main fix pelling error to "auto_delete" 63735ac
  • * optimize photos 83bdc83
  • * update photos version to 1.0.1 7f07b32
  • * update photos's readme ecc068e
  • fix spelling error from "and components denpend on this component" to "Add components that depend on this component" aeebb81
  • Merge pull request #60 from taiji1985/main fix spelling error from "and components denpend on this component" to "Ad... d50c97a
  • Update faq.md 3d45ebe
  • fix face recognize bug when multiple face, add image.perspective API e74cab3
  • Update faq.md ,add openssl error in wsl 55317df
  • Merge pull request #61 from taiji1985/main Add FAQ of "Build OpenSSL Error when using WSL" a5b6aa8
  • Update README.md add apt install of " autoconf automake libtool" c756f28
  • Update README.md add apt install of " autoconf automake libtool" 75479c8
  • Merge pull request #62 from taiji1985/main Add apt install of " autoconf automake libtool" 4260664
  • * camera application support add timestamp ddab5d6
  • change default modbus port to 502 from 5020 a7e1233
  • * fix photos bug 4038e5d
  • Merge branch 'main' into dev 4f602b6
  • * add new api to find the path of line 585f4a6

View on GitHub

MK16kawai pushed 20 commits to master MK16kawai/MaixCDK
  • * add fp5510 driver c878741
  • fix nn remove_face by label bug ac8fcbf
  • * fix zbar can't decode chinese 873f5be
  • * update camera display example 9787c7d
  • * optimize photos 83bdc83
  • * update photos version to 1.0.1 7f07b32
  • * update photos's readme ecc068e
  • fix spelling error from "and components denpend on this component" to "Add components that depend on this component" aeebb81
  • Merge pull request #60 from taiji1985/main fix spelling error from "and components denpend on this component" to "Ad... d50c97a
  • Update faq.md 3d45ebe
  • fix face recognize bug when multiple face, add image.perspective API e74cab3
  • Update faq.md ,add openssl error in wsl 55317df
  • Merge pull request #61 from taiji1985/main Add FAQ of "Build OpenSSL Error when using WSL" a5b6aa8
  • Update README.md add apt install of " autoconf automake libtool" c756f28
  • Update README.md add apt install of " autoconf automake libtool" 75479c8
  • Merge pull request #62 from taiji1985/main Add apt install of " autoconf automake libtool" 4260664
  • * camera application support add timestamp ddab5d6
  • change default modbus port to 502 from 5020 a7e1233
  • * fix photos bug 4038e5d
  • Merge branch 'main' into dev 4f602b6

View on GitHub

MK16kawai pushed 15 commits to dev MK16kawai/MaixPy
  • apps add Chinese name 7e32d62
  • fix app name error and update version to 4.8.0 4e0e85c
  • update faq 5eb302f
  • Merge pull request #82 from MK16kawai/dev Update the display documentation for LT9611. a4e2bc7
  • * add fp5510 driver 04bc7f2
  • * add uvc app c1ab4a3
  • add spi st7789 lcd document and example 44e72a3
  • fix maix_module dl_lib copy error 27e52f8
  • change default modbus port to 502 from 5020 c3f20d3
  • Merge pull request #84 from 916BGAI/dev add spi st7789 lcd document and example and fix maix_module dl_lib copy error e146bf0
  • * timelapse app default set to 1440p 97bd5b0
  • optimize app filebrower for large file preview ab451fc
  • update vision docs 5113399
  • bump version to 4.8.1 65c8065
  • bump version to 4.8.2 f8c3e44

View on GitHub

Load more