packet arrives. Had issue with return data on STM32 not being properly aligned when the rv array was only 8bit. So defining it as a 16bit array and then pointing a 8bit pointer to it seems to be an easy fix for now. Ready to start working on pinport dictionary. Need to get lua code working on a lower level handling the dictionary calls. Need it do do things like fill out the wLength and everything for me so one doesn't have to remember every detail about an opcode/dictionary before calling it. Realizing code was heavily segmented based on how big/many operands there were and how big the return data was. This is hard to maintain, need lua to resolve this issue, and make everything easier to script. Thinking opcode/dictionary calls need to be more like a function call. Passing in necessary args only, and returning data instead of succeed/fail. |
||
|---|---|---|
| .. | ||
| shared_dict_buffer.h | ||
| shared_dict_io.h | ||
| shared_dict_nes.h | ||
| shared_dict_operation.h | ||
| shared_dict_pinport.h | ||
| shared_dict_snes.h | ||
| shared_dict_usb.h | ||
| shared_dictionaries.h | ||
| shared_enums.h | ||
| shared_errors.h | ||
| shared_usb.h | ||