zhivko

Results 16 comments of zhivko

Is there workaround using polygons? I also get: graphics device: \Display0 pixel format 8:8:8 24-bit depth WARNING: ignoring offset OFA0.0B0.0 WARNING: ignoring image polarity IPPOS WARNING: ignoring layer polarity LPD...

Today I tried compiling Basic_rBoot sample and I also get this error: ``` ~/git/SmingRtosOff/samples/Basic_rBoot$ make rebuild OC out/build/libmain2.a make -C /home/klemen/git/SmingRtosOff/sming/rboot make[1]: Entering directory '/home/klemen/git/SmingRtosOff/sming/rboot' CC rboot-stage2a.c LD /home/klemen/git/SmingRtosOff/samples/Basic_rBoot/out/build/rboot-stage2a.elf E2...

For me I needed to change main.cpp to this: ``` #include "espressif/esp_common.h" #include "sming/include/sming_config.h" //#include "sming/include/SmingCore.h" extern void init(); extern "C" void __attribute__((weak)) user_init(void) { printf("Sming RTOS Proof of Concept...

@hreintke ok will do that, but how Basic_rBoot sample works for you with upper error - sorry maybe missing a point here.

@hreintke it will be hard for me to create pull request since my SmingRTOS includes some additional features. But here is diff. [user_rf_cal_sector_set.txt](https://github.com/SmingHub/SmingRTOS/files/454526/user_rf_cal_sector_set.txt)

I am using esp32 arduino (esp32 itself having 32bit floating point unit ) and I can call it via rtos task that is causing fairly precise timing.

Tried that, but still getting: ``` --------------------------------------------------------------------------- KeyError Traceback (most recent call last) c:\python35\lib\site-packages\pandas\core\indexes\base.py in get_loc(self, key, method, tolerance) 2441 try: -> 2442 return self._engine.get_loc(key) 2443 except KeyError: pandas\_libs\index.pyx in...

OK fixed that (See my cloned repo) - it seem it has been caused with 'None' value in merged_data.csv. But now I get this error: ``` Plotting different lookups In...