Commit Graph

  • 1fc647ab88
    Merge 0d75e76899 into 5783d8d85e #44 valentin7121 2020-11-25 20:29:57 +0300
  • 0d75e76899 Fix endianness #44 Valentin Perminov 2020-11-25 20:26:27 +0300
  • 4f2dbe3c5f
    Fix typo #40 Pascal Cotret 2020-02-21 17:45:47 +0100
  • 9598e3970b
    Merge f4290c1528 into 5783d8d85e #39 MrYounashi 2019-11-22 23:52:48 -0500
  • f4290c1528 Use newline as EOL in miniterm #39 Ben Steffen 2019-11-22 23:32:21 -0500
  • 426eb61b12
    Merge c36690614a into 5783d8d85e #38 fefr 2019-11-20 15:08:49 +0800
  • c36690614a fix bug in -S argument #38 fefr 2019-11-20 15:07:11 +0800
  • 5783d8d85e kflash.py: make -B option help text always up to date master minux 2019-09-21 21:18:13 -0400
  • 601aad359e Fixed printcallback problem and clean code v0.9.1 Huang Rui 2019-07-04 12:00:30 +0800
  • 48d05a4f54 Merge branch 'master' of https://github.com/sipeed/kflash.py into sipeed-master Huang Rui 2019-07-04 11:38:29 +0800
  • 5c1bffaed7 Refactor the code to support python2 v0.9.0 Huang Rui 2019-07-04 10:48:58 +0800
  • ccbdc5540f optimize raise, close serial port before raise #32 Neucrack 2019-07-03 17:40:00 +0800
  • 72ee3812ec merge from kendyte/kflash.py Neucrack 2019-07-03 15:30:07 +0800
  • 65209ec468 support python2 Neucrack 2019-07-03 15:15:27 +0800
  • fedd6945eb close serial after fail Neucrack 2019-07-03 14:30:47 +0800
  • 19b9e1d75f add slow mode option Neucrack 2019-06-28 15:03:56 +0800
  • 70589b5a7a optimize for module usage Neucrack 2019-06-27 20:09:53 +0800
  • 4352cb756e add board bit_mic Neucrack 2019-05-28 18:43:09 +0800
  • 60b9cb6fbe add maixduino board Neucrack 2019-05-28 17:41:11 +0800
  • e58a6a4d64 Fix setup.py and README.rst format Huang Rui 2019-05-16 01:02:37 +0800
  • 249830dfc7 Add --version parameter and show version string Huang Rui 2019-05-16 00:39:30 +0800
  • 04357f587c
    Merge pull request #28 from sipeed/master Rui Huang 2019-05-14 20:29:37 +0800
  • 6931fc4e3a update ignore files #28 Neucrack 2019-05-10 18:05:12 +0800
  • 5b984926ad optimize for kflash_gui Neucrack 2019-05-10 17:30:56 +0800
  • 5f90df71d1 merge from kendryte/kflash.py Neucrack 2019-05-10 17:25:32 +0800
  • 9305ac7306 add external call API( for kflash_gui repo) Neucrack 2019-05-10 17:14:24 +0800
  • 75757bb97e
    Merge pull request #27 from laanwj/2019_05_elf_loading Rui Huang 2019-05-05 15:52:19 +0800
  • 52602eb48c elf: Load only PT_LOAD program headers #27 Wladimir J. van der Laan 2019-05-04 18:06:59 +0200
  • 8705777490 Release 0.8.2 and fix download bugs on OSX v0.8.2 Huang Rui 2019-05-03 20:51:10 +0800
  • ea0ab4c018 Fix download error due to bad timeout Huang Rui 2019-05-03 20:46:29 +0800
  • 5bf2a934be Release v0.8.1 and fixed some bugs v0.8.1 Huang Rui 2019-05-03 18:34:41 +0800
  • 72981658a4 Release python Pypi package 0.8.0 v0.8.0 Huang Rui 2019-04-30 00:05:36 +0800
  • e947092374 Rename timeout to ISP_RECEIVE_TIMEOUT v0.7.0 Huang Rui 2019-04-29 23:07:06 +0800
  • 6d7906fdca Fix file format detection bug in python2 Huang Rui 2019-04-29 21:07:06 +0800
  • 27e3a44e35 Fix baudrate logic when using SRAM mode Huang Rui 2019-04-29 20:21:14 +0800
  • 7a1669540c Update example for run code in SRAM Huang Rui 2019-04-29 20:11:42 +0800
  • 30a6f4a81a Add example for run code in SRAM Huang Rui 2019-04-29 20:05:15 +0800
  • 3c3bde2704 When using SRAM bootmode, do not greeting flash Huang Rui 2019-04-29 19:57:02 +0800
  • 999fab6780 Changed README.md to README.rst to support pypi Huang Rui 2019-04-29 18:43:28 +0800
  • 2d16e0de62 Translate all non-ASCII characters Huang Rui 2019-04-29 17:47:28 +0800
  • 7d91f1db2a Remove absolute_import, unicode_literals import Huang Rui 2019-04-29 17:32:27 +0800
  • 22b0b88044 Fix README.md format problem Huang Rui 2019-04-29 17:21:04 +0800
  • c3077ad8d2 Update README.md to show python2 support Huang Rui 2019-04-29 17:05:24 +0800
  • 2c245c7475 Support both python2 and python3 Huang Rui 2019-04-29 17:02:44 +0800
  • 030de69064 Add contributor @rgwan Huang Rui 2019-04-27 01:18:46 +0800
  • a0beb01d62 Add fast programming options and guide Huang Rui 2019-04-27 01:13:24 +0800
  • 79c60a167e Support more openec super baudrate Huang Rui 2019-04-26 12:05:35 +0800
  • 2bfce208ed
    Merge pull request #26 from btx000/patch-2 Rui Huang 2019-04-25 21:40:14 +0800
  • c75d62d7ce Use UART1 to support fractional baudrate Huang Rui 2019-04-25 20:23:12 +0800
  • 4e29655024
    Create package.json #26 Bits 2019-04-25 16:09:17 +0800
  • 925dc62c27 Power up programming speed!!! v0.6.0 Huang Rui 2019-04-25 14:11:06 +0800
  • e8c6c7f896 Fix reset bugs and add friendly message v0.5.0 Huang Rui 2019-04-25 12:33:28 +0800
  • 3ca69fd3ac
    Merge pull request #25 from btx000/master Rui Huang 2019-04-24 21:19:57 +0800
  • 927ae408ab Fix os.get_terminal_size() error. #25 Bigbits 2019-04-24 18:52:41 +0800
  • 82ad60b7d7
    Merge pull request #24 from z4yx/wip-add-elf-support Rui Huang 2019-04-11 20:15:48 +0800
  • bfdca0d28e rework the open_terminal(), set reset signal correctly #24 z4yx 2019-04-11 16:56:06 +0800
  • 039668df74 Revert "add open_terminal() to replace duplicated code" z4yx 2019-04-11 16:04:17 +0800
  • 3c840566d6 support of loading ELF z4yx 2019-04-11 15:02:21 +0800
  • 6e313e9a2a add open_terminal() to replace duplicated code z4yx 2019-04-11 15:01:49 +0800
  • 1f0db55f19 better way to handle file format z4yx 2019-04-11 14:59:51 +0800
  • 65a08e4806 Fix handshake timeout bug by stop core1 Huang Rui 2019-04-10 19:44:01 +0800
  • b98736c5c1 Update board select document of trainer Huang Rui 2019-04-10 17:29:30 +0800
  • 4ec29536d9 Add trainer board Huang Rui 2019-04-10 17:28:25 +0800
  • 19579629f4 Update automatic board detect function Huang Rui 2019-04-10 17:00:51 +0800
  • 6178bb9f74 Use setDTR and setRTS to replace deprecated API Huang Rui 2019-04-10 16:29:58 +0800
  • 1106245cd7 Add k210 trainer v0.01b note Huang Rui 2019-04-10 16:20:20 +0800
  • 763c506ba1
    Merge pull request #23 from sipeed/master Rui Huang 2019-04-10 14:44:55 +0800
  • 3e8e276681 1.remove some argument 2.add sipeed board support #23 xel 2019-04-10 10:51:36 +0800
  • 615c178872 merge kendryte/master xel 2019-04-10 10:36:10 +0800
  • 319a302ccc Remove old ISP code Huang Rui 2019-04-05 04:36:52 +0800
  • b7a3451b1c Fix timeout and index error, fix flash initialize bug Huang Rui 2019-04-05 04:29:54 +0800
  • 268d79a388
    Merge pull request #22 from MarsTechHAN/patch-1 Rui Huang 2019-04-04 16:04:54 +0800
  • 1fae8a0bc0
    Merge pull request #2 from mwilkinsonjr/master xel 2019-04-04 15:53:16 +0800
  • d4d9363069
    Fix "Response timeout" due to #14 #22 Martin Han 2019-04-03 16:36:52 -0400
  • 24531d315d Fill character '\u2588' causes issues in some envs like mingw-w64; perhaps we can use something less exotic like equals ('=') instead? Exact error message was: UnicodeEncodeError: 'charmap' codec can't encode character '\u2588' in position 19: character maps to <undefined> mwilkinsonjr 2019-03-20 13:38:54 +0000
  • 245f126295 force pass Board type xel 2019-03-15 19:55:17 +0800
  • cb9b5fb282 Typo fix: "Requirments" -> "Requirements" follower 2019-03-07 18:36:05 +1300
  • 11b374abd3
    Typo fix: "Requirments" -> "Requirements" #18 follower 2019-03-07 18:36:05 +1300
  • f1224d0cd0 Do not allow users to directly burn ELF files Huang Rui 2019-03-01 22:02:50 +0800
  • 3965b6c32f Fix ansi-color issue #14 Huang Rui 2019-02-26 19:29:11 +0800
  • 41cc034181 Fix markdown lint problem Huang Rui 2019-02-26 19:28:39 +0800
  • 8fbe0e2f38
    Merge pull request #17 from Yangff/patch-1 Rui Huang 2019-02-26 18:56:49 +0800
  • 8810aa9a19 fix auto selece com port bug xel 2019-02-21 15:22:28 +0800
  • 31764cf445 fix bug xel 2019-02-21 15:03:20 +0800
  • eb829364af fix bug xel 2019-02-21 14:52:46 +0800
  • 5d8bdfdd9f maix go with openec firmware, auto select sencond com port xel 2019-02-21 14:42:58 +0800
  • 163193c04a add maixgo openec and cmsis-dap support xel 2019-02-21 14:02:38 +0800
  • 983b9cb0da add maixgo open-ec support xel 2019-02-21 12:16:11 +0800
  • 0470568b02
    add boot to SRAM #17 Yangff 2019-02-16 05:59:38 +0800
  • 0b06a7efe0
    Merge pull request #16 from z4yx/master latyas 2019-02-12 02:21:05 +0800
  • e5cd119cac fix terminal escape sequence #16 zyx 2019-02-10 17:39:56 +0800
  • 6829f6665e correct help message "SPI Flash type, 1 for in-chip, 0 for on-board" zyx 2019-02-10 11:20:18 +0800
  • 062f3f45b6
    Merge pull request #15 from rgwan/master Rui Huang 2019-01-17 19:58:35 +0800
  • 15b2dc5c36 Keep older pyserial compatiblity #15 Zhiyuan Wan 2019-01-15 17:35:53 +0800
  • d595d9a41c 添加 -i 参数,可选择ISP_PORG,测试发现ISP_PROG在某些系统或虚拟机中有bug xel 2019-01-09 11:33:30 +0800
  • da119bbf35
    Delete .kflash.py.kate-swp Neucrack 2018-12-24 22:33:48 +0800
  • ec2e284d8d
    Merge pull request #1 from loboris/master Neucrack 2018-12-24 22:32:26 +0800
  • 0a960dfd68 Added alternate ISB binary taken from Kendrite 'kflash' for Windows it may work on some systems on which the previous version was not working Added option to disable ANSI colors it may be useful on Windows when using standard Command prompt not supporting colors If terminal is used, it is started with 'filters' set to 'direct' it enables using control characters, for example in MaixPy Boris Lovosevic 2018-12-22 15:00:16 +0100
  • b8950b6902 fix terminal color error Neucrack 2018-12-20 15:36:52 +0800
  • 1111b2a87d remove suffix of progressbar Neucrack 2018-12-20 15:21:03 +0800