Commit Graph

83 Commits

Author SHA1 Message Date
Lephenixnoir 160742d57d
scsi: fix incorrect return value of read when reading from cookie 2024-01-13 00:06:22 +01:00
Lailouezzz 5b65055714
TODO : use the size parameter for use disp in read mode. 2020-01-06 17:57:32 +01:00
Lailouezzz a706dcd431
FIX : Display setup 2020-01-06 17:50:23 +01:00
Lailouezzz 552c6c0e10
Adding setup of display callback 2020-01-06 17:47:51 +01:00
Lailouezzz 0056ab3296
Adding casio_seven_set_disp to be able to change/setup display callback and cookie 2020-01-06 17:45:04 +01:00
Lailouezzz 1264ebdf76
Use args.local instead of open a new stream 2020-01-06 17:22:59 +01:00
Lailouezzz 5e80fec3fe
Implement p7os erase flash 2020-01-05 18:23:09 +01:00
Lailouezzz 737e63a312
Delete unused code 2020-01-05 17:38:04 +01:00
Lailouezzz f2d1a212f5
Always more checks x) 2020-01-05 17:31:13 +01:00
Lailouezzz 84fc38dc35
More checks 2020-01-05 17:29:53 +01:00
Lailouezzz 88b6bfd1a2
FIX : dir randomly created fix 2020-01-05 17:22:46 +01:00
Lailouezzz fa3108c6c6
Implement getfreemem in sevenfs 2020-01-05 17:04:44 +01:00
Lailouezzz fee76e5431
dir file and dev can be const 2020-01-05 16:53:05 +01:00
Lailouezzz 6a91e8f16e
Implement send command in p7 2020-01-05 16:50:39 +01:00
Lailouezzz e639fb24fa
Update list.c header 2020-01-05 16:37:41 +01:00
Lailouezzz f39ee1b820
Implement getfreemem for seven_fs + add to the callbacks 2020-01-05 16:36:58 +01:00
Lailouezzz 7e2a2668fb
Changing getfreemem description 2020-01-05 16:29:37 +01:00
Lailouezzz 166610e7cf
FIX : getfreemem callbacks to NULL 2020-01-05 16:28:33 +01:00
Lailouezzz 3d2a4b143a
Implement the getfreemem primitive 2020-01-05 16:27:36 +01:00
Lailouezzz 25939e015c
Change file path in list.c 2020-01-05 16:24:28 +01:00
Lailouezzz 0211a28a2c
Adding casio_getfreemem in fs callbacks 2020-01-05 16:23:50 +01:00
Lailouezzz 079ea5c4c4
Adding CASIO_OPENMODE_OW (overwrite) 2020-01-05 16:19:52 +01:00
Lailouezzz cdf86924d9
Merge the stream related function in other file 2020-01-05 16:15:32 +01:00
Lailouezzz 3c7bb7a564
Adding add-ins to gitignore 2020-01-05 16:03:51 +01:00
Lailouezzz c4ec2e1790
Patch error handling in dataflow.c 2020-01-05 00:03:14 +01:00
Lailouezzz e616c09c73
Rename size to ssize for ssize_t 2020-01-05 00:03:14 +01:00
Lailouezzz c70e3a0bef
Starting changing error convention for casio_write (untested) 2020-01-05 00:03:02 +01:00
Lailouezzz 7210d28a16
FIX : freeing path nodes and some stuff 2020-01-04 20:45:33 +01:00
Lailouezzz 906176b653
FIX NULL parameter create_path 2020-01-04 15:27:27 +01:00
Lailouezzz 5be67e7ae5
implement -d for get file 2020-01-03 18:58:18 +01:00
Lailouezzz 9ed9f4ec2c
RERECHANGING the error convention for casio_read (later for casio_write) 2020-01-03 17:48:41 +01:00
Lailouezzz adc0714bce
Changing output importlib 2020-01-03 17:48:41 +01:00
Lailouezzz 5c8b8f2616
Small fixies for windows compilation 2020-01-03 17:48:40 +01:00
Lailouezzz 9b7261aae0
small vars fix 2020-01-03 17:48:40 +01:00
Lailouezzz a867dfc296
FIX : STATIC compilation work 2020-01-03 17:48:39 +01:00
Lailouezzz 26c31947e1
TODO : get file into a dir 2020-01-03 17:48:39 +01:00
Lailouezzz c2498de5a1
FIX : p7 list heap corruption + 0o display when dir 2020-01-03 17:48:34 +01:00
Lailouezzz b1fa67b8ab Merge branch 'dev' of Lailouezzz/libcasio into master 2020-01-02 00:02:46 +01:00
Lailouezzz 13d05e6b74
If read size = 0 errno is 0 2020-01-01 23:59:36 +01:00
Lailouezzz d77f24cdda
Delete unused error 2020-01-01 23:56:30 +01:00
Lailouezzz 7c3ba247b9 Merge branch 'master' of Lailouezzz/libcasio into dev
add readme.md
2020-01-01 23:43:28 +01:00
Lailouezzz 842122643b
Small fixies in p7os and changing error convention for stream read (write tomorow) 2020-01-01 23:39:56 +01:00
Lailouezzz 54ec2ce352
Adding osrecover.sh4 (simlo) tools for update the casiowin os 2020-01-01 21:33:15 +01:00
Lailouezzz 9af4f1bd44
No 100% working but get is implemented, casio_read modified (size_t to size_t *) 2020-01-01 21:25:48 +01:00
Lailouezzz 675b66928b Merge branch 'markdown-readme' of Lailouezzz/libcasio into master
Juste add a markdown readme
2019-12-31 12:25:58 +01:00
Lailouezzz d8e10d9a50 More information 2019-12-31 12:25:04 +01:00
Lailouezzz 13f69e55ac h2 for Configuring 2019-12-31 12:22:18 +01:00
Lailouezzz 30ebf96c5e Ajouter 'README.md' 2019-12-31 12:21:32 +01:00
Lailouezzz acda498903
Patch : dynamic alloc bug and implement p7 list for human read 2019-12-31 00:43:01 +01:00
Lailouezzz 06057a578b
Implement list function 2019-12-30 23:33:37 +01:00