Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename custom __packed__ attribute to __o3000_packed__macOS | Nao Pross | 2022-03-24 | 2 | -3/+7 |
| | | | | | | | | | | | | Note: It is generally a bad idea to create identifier that start with an underscore [1]. In macOS the identifier __packed__ is already defined, because the packed attribute is written as __attribute__ ((__packed__)), which causes the code to fail to compile. To solve the problem this commit replaces __packed__ with __o3000_packed__. [1]: https://en.cppreference.com/w/c/language/identifier#Reserved_identifiers | ||||
* | Merge branch 'firmware_upgrade' into 'master'HEADmaster | Patrick Roth | 2021-07-09 | 10 | -4/+1047 |
|\ | | | | | | | | | Firmware upgrade See merge request o-3000/driver!1 | ||||
| * | update --> upgrade , more checks added | Patrick Roth | 2020-10-09 | 4 | -23/+42 |
| | | | | | | | | | | Use firmware upgrade instead of update. The firmware update function does more sanity checks. | ||||
| * | Deleted comment lines. | sophia.papagiannaki | 2020-07-29 | 1 | -8/+3 |
| | | |||||
| * | Modified log messages in o3000_upgrade.c | sophia.papagiannaki | 2020-07-29 | 1 | -11/+11 |
| | | |||||
| * | Working copy for testing on Windows. | sophia.papagiannaki | 2020-07-28 | 2 | -16/+19 |
| | | |||||
| * | Modified some debug/error messages. | Sophia Papagiannaki | 2020-06-15 | 2 | -20/+20 |
| | | |||||
| * | Version 2.1.0 | Sophia Papagiannaki | 2020-05-19 | 10 | -11/+1009 |
| | | | | | | | | Implemented firmware update. | ||||
| * | added firmware upgrade function | Sophia Papagiannaki | 2020-05-12 | 2 | -0/+28 |
| | | |||||
* | | Refine comments regarding the relation of o3000_connect(), ↵ | jonas | 2020-10-06 | 1 | -2/+2 |
| | | | | | | | | o3000_disconnect() and o3000_exit(). | ||||
* | | "Dogxygen style" function commenting. | jonas | 2020-10-06 | 1 | -21/+21 |
|/ | |||||
* | distinguish between 32 or 64 bit compiler version | patrick.roth | 2019-11-28 | 1 | -5/+12 |
| | |||||
* | Update README.md | Sophia Papagiannaki | 2019-10-23 | 1 | -2/+2 |
| | |||||
* | Update README.md | Patrick Roth | 2019-10-23 | 1 | -2/+2 |
| | |||||
* | target release_minGW64 headers dir changed | patrick.roth | 2019-10-22 | 1 | -4/+4 |
| | | | | For MinGW64 release, put header files in o3000 sub directory. | ||||
* | typos | Patrick Roth | 2019-10-22 | 2 | -3/+3 |
| | |||||
* | MinGW64 releasign target added | patrick.roth | 2019-10-22 | 2 | -7/+26 |
| | | | | | | Cmake will create the target "release_minGW64". Use MSYS and run "make release_minGW64) to create a Windows release. The output is a ZIP file containing header files and windows DLL library. | ||||
* | library version definition move to CMakeLists.txt | Patrick Roth | 2019-10-22 | 4 | -17/+25 |
| | |||||
* | video cache wrap-around check added | Sophia Giannikakis | 2019-10-21 | 5 | -9/+24 |
| | |||||
* | windows instructions added | patrick.roth | 2019-10-18 | 1 | -5/+10 |
| | |||||
* | Building instructions for Windows added | Patrick Roth | 2019-10-18 | 1 | -4/+70 |
| | |||||
* | wrong include paths for o-3000 header files | Patrick Roth | 2019-10-18 | 7 | -9/+28 |
| | |||||
* | project name added | Patrick Roth | 2019-10-18 | 1 | -0/+1 |
| | |||||
* | fix error when installing headers | Patrick Roth | 2019-10-04 | 1 | -1/+1 |
| | |||||
* | Compile instructions added | Patrick Roth | 2019-10-04 | 2 | -0/+46 |
| | |||||
* | Initial commit | Patrick Roth | 2019-10-04 | 12 | -0/+2688 |
import from github |