RASCSI/src/raspberrypi
Cédric Alexander Tremblay e1f2c600d1
Fixed type error when compiling for arm (#1122)
* Fixed type error when compiling

* Replaced 'atoi(fb) == -1' to 'fb == (char*)-1'
2023-03-08 21:35:08 -06:00
..
.vscode Initialize the framebuffer to blue and implement a couple more commands 2022-01-15 05:13:06 +00:00
controllers Initialize the framebuffer to blue and implement a couple more commands 2022-01-15 05:13:06 +00:00
devices Fixed type error when compiling for arm (#1122) 2023-03-08 21:35:08 -06:00
monitor Output higher-level report from scsimon (#596) 2022-01-07 12:17:44 -06:00
os_integration Updates for running on Bullseye (#469) 2021-11-14 19:34:24 +01:00
.gitignore Output higher-level report from scsimon (#596) 2022-01-07 12:17:44 -06:00
Makefile Output higher-level report from scsimon (#596) 2022-01-07 12:17:44 -06:00
command_context.h Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
exceptions.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
fileio.cpp Move to protobuf for the webapp, major overhaul to easyinstall.sh, code comment translations (#229) 2021-09-14 21:51:12 -05:00
fileio.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
filepath.cpp Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
filepath.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
foo.hda Reimplement ParseArgs() with getopt() 2020-08-09 07:52:58 +01:00
gpiobus.cpp Additional powerview processing implemented 2022-01-08 22:04:34 +00:00
gpiobus.h Adjust bus settle delay to match SCSI standard (#544) 2021-12-20 19:50:14 +01:00
launch_sudo.sh Merged latest develop branch with the daynaport functionality 2021-02-07 13:00:48 -06:00
localizer.cpp N4al/spanish localisation (#594) 2022-01-04 16:04:54 +01:00
localizer.h Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
log.h Refactoring, device handling extensions, additional settings, improved error handling, 64 bit OS support, fixed issues (#184) 2021-08-21 16:45:30 -05:00
os.h Output higher-level report from scsimon (#596) 2022-01-07 12:17:44 -06:00
protobuf_util.cpp Add error message if invalid header is received 2022-01-04 21:26:06 +00:00
protobuf_util.h Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
rascsi.cpp Do not log token (#570) 2021-12-27 15:20:26 -06:00
rascsi.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
rascsi_image.cpp Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
rascsi_image.h Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
rascsi_interface.proto Initial framework for PowerView emulation 2021-12-27 23:32:41 +00:00
rascsi_response.cpp add powerview as scsi device 2022-01-04 21:24:57 +00:00
rascsi_response.h Support for folder filter and nested image files (#551) 2021-12-22 09:25:05 +01:00
rascsi_version.cpp Update version for next development version 2022-01-01 20:49:50 +00:00
rascsi_version.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
rasctl.cpp enable powerview in rasctl 2021-12-27 23:41:32 +00:00
rasctl_commands.cpp Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
rasctl_commands.h Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
rasctl_display.cpp Support for folder filter and nested image files (#551) 2021-12-22 09:25:05 +01:00
rasctl_display.h Added support for operation meta data, code cleanup (#534) 2021-12-21 08:43:21 +01:00
rasdump.cpp Code cleanup (#442) 2021-11-13 19:36:35 -06:00
rasutil.cpp add powerview as scsi device 2022-01-04 21:24:57 +00:00
rasutil.h Added SHUT_DOWN command, split rascsi.cpp (#334) 2021-10-17 08:51:14 +02:00
rebuild.sh Color is working with hard-coded color palette 2022-01-20 03:37:01 +00:00
sasidump.cpp Code cleanup (#442) 2021-11-13 19:36:35 -06:00
scsi.cpp Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
scsi.h Output higher-level report from scsimon (#596) 2022-01-07 12:17:44 -06:00
scsimon.cpp Output higher-level report from scsimon (#596) 2022-01-07 12:17:44 -06:00