[sqlite] Porting Sqlite to Embedded Platform

2016-03-03 Thread Nitin Bhosale
Hi We were attempting to use test_onefile.c based approach (http://www.sqlite.org/src/doc/trunk/src/test_onefile.c). This is for embedded where filesystem is not available. This code works and we can create, insert, select on the database created using this test_onefile.c. However we want

[sqlite] SQLITE Porting on FreeRTOS with STM32

2016-03-03 Thread Nitin Bhosale
Hi All I am trying to port sqlite3 VFS implementation on freertos(FATFS on stm32 ARM CortexM4). I have created an amalgamation with sqlite3 version 3.12 base code. When I run the below code it runs to create a database and a query "create a table cars". But when query "insert" is run then