Commit graph

  • e4d6884bca Cause the gaudio/gadc driver (currently broken) to include the GADC framework if it is included in the make. inmarket 2014-03-20 23:31:10 +10:00
  • ad1d70d295 Merge branch 'master' into gwin inmarket 2014-03-14 07:39:38 +10:00
  • 58cf2d2b35 Add SemWaitI() to FreeRTOS inmarket 2014-03-14 07:39:02 +10:00
  • 6f54bde79c Merge branch 'master' into freertos inmarket 2014-03-14 07:38:02 +10:00
  • ea5a1b849d Combine GAUDIN and GAUDOUT into a single GAUDIO module. Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api. inmarket 2014-03-11 17:13:31 +10:00
  • 944c33cbff Add support for gfxQueueGSyncGetI() inmarket 2014-03-11 17:11:02 +10:00
  • a29501c7bd Add support for gfxSemWaitI() GOS api. inmarket 2014-03-11 17:10:11 +10:00
  • c70d98ef59 Add bit format testing to sample formats. inmarket 2014-03-11 17:09:00 +10:00
  • 6d5a748f1c First GAUDOUT working demo. inmarket 2014-03-06 20:02:16 +10:00
  • 47cfa8d152 Fix incorrect additon of GFX flag on audio in oscilloscope demo inmarket 2014-03-06 20:01:03 +10:00
  • 2fb6697f2a Move gaudin oscilloscope demo to a new directory inmarket 2014-03-06 19:58:13 +10:00
  • 5d758df8da Merge remote-tracking branch 'origin/master' inmarket 2014-03-05 13:53:44 +10:00
  • e762e91bd5 Updates to GAUDOUT. Add Events to the GAUDOUT api. inmarket 2014-03-05 13:45:37 +10:00
  • 68a0be8110 Fix to ensure correct clearing of consoles when being redrawn. inmarket 2014-03-05 13:43:39 +10:00
  • ccf05de456 Update console demo to test more console features. inmarket 2014-03-05 13:42:41 +10:00
  • 2b4508467a whitespaces Joel Bodenmann 2014-03-04 12:37:26 +01:00
  • 19ced71d04 whitespaces Joel Bodenmann 2014-03-04 11:50:04 +01:00
  • c110548507 Add support for ANSI like escape sequences to control display color and attributes in a GWIN console. Updated the console demo to demonstrate this. inmarket 2014-03-04 14:14:15 +10:00
  • 43527de2c0 Updates to GAUDOUT to allow specification of the sample format. Fix threading issues. inmarket 2014-03-03 07:39:46 +10:00
  • 17f1f9d799 Add I class rouitines to GQUEUE inmarket 2014-03-03 07:38:57 +10:00
  • 4b167f5624 Update linux binary for file2c to match source change inmarket 2014-02-27 08:20:49 +10:00
  • a56e4ac7dc First GAUDOUT work. Still incomplete but compiling. Also moved drivers/gaudin to drivers/audio as most audio codecs support input and output in a single device. inmarket 2014-02-27 08:04:54 +10:00
  • f9495a75e1 file2c did not save the -d flag in the output header comment properly. inmarket 2014-02-27 07:54:51 +10:00
  • 11c9033ff0 Compiler warning fix inmarket 2014-02-19 12:30:07 +10:00
  • c3dcfc5764 A couple of include paths need fixing inmarket 2014-02-19 12:25:51 +10:00
  • 14fa749f36 Fix doom demo to prevent ARM compilers throwing away part of the WAD file. inmarket 2014-02-19 08:07:21 +10:00
  • b82448c3e2 Merge branch 'master' into gwin inmarket 2014-02-19 08:00:52 +10:00
  • 6d372f1352 Merge branch 'master' into freertos inmarket 2014-02-19 07:45:47 +10:00
  • 37966ff16d Integrate the include files with each module. Simplifies structure of code. inmarket 2014-02-19 00:36:52 +10:00
  • 1e131851d6 Spelling mistake compile error inmarket 2014-02-19 00:32:23 +10:00
  • 961b15cafe Remove superfluous driver file inmarket 2014-02-19 00:26:15 +10:00
  • fe6708c7a2 Demo updates to fix compile issues. inmarket 2014-02-19 00:23:07 +10:00
  • 5f8ca40ef0 Remove replaced doom demo makefile inmarket 2014-02-19 00:20:30 +10:00
  • 6dd606fc2f Add demo makefiles and update example master makefiles to match. inmarket 2014-02-19 00:19:38 +10:00
  • d4c2656e60 Allow touch calibration to occur in any screen orientation (through the use of the GDISP_DEFAULT_ORIENTATION define). inmarket 2014-02-17 14:17:15 +10:00
  • 200f7ecf6d Updates to demo to work on ChibiOS and to test orientation. inmarket 2014-02-16 17:22:24 +10:00
  • 23bb9e659a Driver fix inmarket 2014-02-16 17:20:31 +10:00
  • dcedf41413 Merge branch 'master' into gwin inmarket 2014-02-15 22:31:33 +10:00
  • 03914d2d2b Merge branch 'master' into freertos inmarket 2014-02-15 22:29:28 +10:00
  • 5edf7c956e On ARM gcc compiler it appears that non-referenced character arrays are "optimised" out (but not on x86). This conflicts with the -b parameter in the file2c tool and leads to corrupted images on ARM platforms. For now just remove the parameter when generating ROMFS files for an ARM platform. inmarket 2014-02-15 22:28:07 +10:00
  • bb1cd44824 Fix naming of a parameter inmarket 2014-02-15 22:23:32 +10:00
  • 3ad23244f1 doc Joel Bodenmann 2014-02-09 20:24:24 +01:00
  • 9e66363817 fixed macros Joel Bodenmann 2014-02-09 20:21:08 +01:00
  • f68f4fcd21 Merge branch 'gfile' Joel Bodenmann 2014-02-09 02:19:38 +01:00
  • c5f87f9952 Update linux file2c binary. inmarket 2014-02-07 18:50:56 +10:00
  • 4d3a08f5cf Update image demo's to use GFILE ROMFS. inmarket 2014-02-07 18:44:32 +10:00
  • f7d6b9b58e Bug fixes to GFILE. inmarket 2014-02-07 18:43:39 +10:00
  • f0873bde35 Merge branch 'master' into freertos inmarket 2014-02-07 14:12:05 +10:00
  • 84fc1ac166 Merge branch 'master' into gwin inmarket 2014-02-07 14:11:13 +10:00
  • 3c6df9a4a1 Typo in Win32 GOS inmarket 2014-02-07 13:59:52 +10:00
  • 61c765c2fc Removing compiler warnings from new list code inmarket 2014-02-07 13:59:02 +10:00
  • da122c6d48 Merge branch 'master' into gfile inmarket 2014-02-07 14:09:21 +10:00
  • 010e0f0d62 Update demo's with images in them inmarket 2014-02-07 14:08:39 +10:00
  • bd48279227 Update gwin Images to properly use new GFILE based images inmarket 2014-02-07 14:07:29 +10:00
  • 695bcbee5b Update GDISP image code to fully use new GFILE's inmarket 2014-02-07 14:06:08 +10:00
  • a86bab4a77 Updates to GFILE code inmarket 2014-02-07 14:04:43 +10:00
  • 1d904dccaf Typo in Win32 GOS inmarket 2014-02-07 13:59:52 +10:00
  • b74686bdf0 Removing compiler warnings from new list code inmarket 2014-02-07 13:59:02 +10:00
  • 71aeb15d58 Start changing GDISP images to use a simpler API based on GFILE's. inmarket 2014-02-07 01:36:31 +10:00
  • d667fab325 Integrate gfile build files inmarket 2014-02-07 01:35:31 +10:00
  • e72e270538 Add support for GFILEs based on BaseFileStreams and Memory Pointers inmarket 2014-02-07 01:34:38 +10:00
  • 9ef10b9ec6 Add linux binary for the updated file2c tool. inmarket 2014-02-05 09:32:22 +10:00
  • 888a5d0656 Update file2c tool to enable creation of directory entries for the ROM file system. inmarket 2014-02-05 08:45:28 +10:00
  • b0eb3095c0 whitespaces take 3 Joel Bodenmann 2014-02-03 19:43:30 +01:00
  • 7f960a3c36 whitespaces Joel Bodenmann 2014-02-03 19:41:10 +01:00
  • f1508cba2c whitespaces Joel Bodenmann 2014-02-03 19:34:01 +01:00
  • f26581dc7e Merge branch 'master' into freertos inmarket 2014-02-03 18:23:53 +10:00
  • 79d913f16d More gFile stuff inmarket 2014-02-03 18:16:22 +10:00
  • d0b363bb12 Merge branch 'master' into gfile inmarket 2014-02-03 18:02:23 +10:00
  • 479660a23d Merge branch 'master' into gwin inmarket 2014-02-03 18:02:05 +10:00
  • d869d9b3b8 Fix gtimerDeinit() function and add a TODO to _gtimerDeinit() inmarket 2014-02-03 18:01:44 +10:00
  • 0805033a66 Ensure double initialisation/de-initialisation of GFX can't occur inmarket 2014-02-03 18:00:46 +10:00
  • de7aafe785 Fix font clipping properly. Previous fix did not bound the font display in the x direction. inmarket 2014-02-03 17:58:43 +10:00
  • 71818b2942 Listbox demo: Change default font to UI2, fix the gfxconf defines, remove surpurflous defines inmarket 2014-02-03 17:57:38 +10:00
  • 18417cb458 doc Joel Bodenmann 2014-02-02 20:04:36 +01:00
  • a6c22fc364 added _gfileDeinit() dummy Joel Bodenmann 2014-02-02 20:01:54 +01:00
  • d299756aba Merge branch 'master' into gfile Joel Bodenmann 2014-02-02 20:00:34 +01:00
  • 9774c86d0e Merge branch 'master' into gwin Joel Bodenmann 2014-02-02 19:56:05 +01:00
  • d2de6c3517 implemented gtimerDeinit() Joel Bodenmann 2014-02-02 19:55:20 +01:00
  • 7825434591 implemented some deinit() Joel Bodenmann 2014-02-02 19:52:46 +01:00
  • b6daaabf32 fixed file inclusion Joel Bodenmann 2014-02-02 19:31:33 +01:00
  • a11f7da536 added deinit() routines for all modules (not implemented so far) Joel Bodenmann 2014-02-02 19:24:43 +01:00
  • fababafc9a whitespaces Joel Bodenmann 2014-02-02 16:55:04 +01:00
  • d646a43b6e fix Joel Bodenmann 2014-02-02 16:15:08 +01:00
  • 5b8cebb797 doc Joel Bodenmann 2014-02-02 14:02:31 +01:00
  • e178b08549 Merge branch 'master' into gwin Joel Bodenmann 2014-02-02 13:00:25 +01:00
  • e50b495c48 Merge branch 'master' into gfile Joel Bodenmann 2014-02-02 13:00:05 +01:00
  • 6515373b2a removing casts of gfxAlloc() return value as that is the whole idea behind having a void pointer Joel Bodenmann 2014-02-02 12:59:36 +01:00
  • 69fb0ea6cc Merge branch 'master' into gfile Joel Bodenmann 2014-02-02 12:48:47 +01:00
  • 3c99e6e67d Merge branch 'master' into gwin Joel Bodenmann 2014-02-02 12:48:38 +01:00
  • bf8ceb278f improving performance of gwinListAddItem() by Marc Pignat Joel Bodenmann 2014-02-02 12:38:47 +01:00
  • 6ff66cd401 Merge branch 'master' into gwin Joel Bodenmann 2014-02-02 01:58:24 +01:00
  • 417c7dbebd temp doc fix Joel Bodenmann 2014-02-02 01:58:21 +01:00
  • 7ef4d1e0d4 Revert "initial work on GGroup" Joel Bodenmann 2014-02-01 22:42:44 +01:00
  • 84367d080f Revert "ggroup compilable" Joel Bodenmann 2014-02-01 22:42:30 +01:00
  • fca893ab83 whitespaces Joel Bodenmann 2014-02-01 17:40:30 +01:00
  • 124c8da3ff update Joel Bodenmann 2014-02-01 17:39:11 +01:00
  • 42f96a10c5 some cleanup Joel Bodenmann 2014-02-01 17:30:02 +01:00
  • 6e893c7efd doc Joel Bodenmann 2014-02-01 17:08:14 +01:00
  • 0bb6473f88 initial public release of FreeRTOS port (does still need some cleanup) Joel Bodenmann 2014-02-01 17:06:20 +01:00