cjacker

Results 10 issues of cjacker

Consider below basic code: ``` ' test.bas 10 read x 20 read y 30 data 2, 3 40 print x, y ``` Build with: ``` ack -O test.bas -o test...

As mentioned in https://github.com/emersion/slurp/pull/126, I bind a script to 'Print' key and intend to use 'ESC' to cancel and 'click' to take a whole screenshot. Currently, both ESC and click...

luatools is close source and only for windows, it even can not run with wine on Linux. **Update:** I have write a tool [luatos-utils](https://github.com/cjacker/luatos-utils) to convert lua script and generate...

Hi, I had pored kio_afc to KF5 but not sure it can be merged or not. Please refer to https://github.com/cjacker/kio_afc.

Take below codes as example: ``` mov R0, #0x20h mov A, #0xffh mov @R0, #0x11h xchd A, @R0 ``` After `xchd`, Accumlator should be 0xf1 and RAM 0x20h should be...

Long time no update to README.md. The build instruction is outdated, due to the changes of project dir structure, and missing of Makefile. I really can not bare it... :-D

whole image can be programmed by 'bflb-iot-tool' by: ``` bflb-iot-tool --chipname bl808 --interface uart --port /dev/ttyUSB1 --baudrate 2000000 --firmware [email protected] --addr 0xD2000 --single ``` **Update :** To program low_load firmwares,...

This pull request includes: - add a old config for 'make menuconfig' when building kernel, otherwise it will use host kernel config as template to generate .config and cause kernel...

These changs include: * add pic16(l)f1823 to device database and verified. * add a help msg * add some check to ensure user set up args correctly (at least, '-c'...

# Combine m0/d0 lowload and bl808-firmware.bin together: 1. create a empty image with size 0x800000, fill it with "0xFF". 0x800000 is the start addr of "bl808-firmware.bin", it will be appended...

enhancement