Mario Hüttel mhu
mhu commented on issue mhu/gds-render#27 2019-09-13 22:32:45 +02:00
Benchmark and Improve GDS Database Loading
mhu commented on issue mhu/gds-render#27 2019-09-13 22:30:34 +02:00
Benchmark and Improve GDS Database Loading

According to several callgrind runs, reading very small chunks from file is not an issue (see callgrind-stripped -> fread -> 1.08% execution time). malloc() itself needs only 2% directly. Therefore, this is also not a big speed factor.

mhu opened issue mhu/gds-render#27 2019-09-13 18:01:22 +02:00
Benchmark and Improve GDS Database Loading
mhu pushed to master at mhu/bme680-air-meter-sw 2019-08-31 20:40:34 +02:00
c7653e0242 Add -Os to compiler options due to limited space available on the controller
mhu pushed to master at mhu/bme680-air-meter-sw 2019-08-31 20:23:32 +02:00
245046c975 Excule project files from git
mhu pushed to master at mhu/bme680-air-meter-sw 2019-08-31 20:18:02 +02:00
a70cc3a1f0 Add new forked driver as submodule
8bfbe0c978 Remove original BME680 driver
Compare 2 commits »
mhu pushed to master at mhu/bme680-driver-fork 2019-08-31 20:15:28 +02:00
617908cbd4 Add gitignore to ignore derived objects
63bb5336db - Compensation equation in "calc_pressure" API updated
e6b9bbade9 Updated limits for the gas sensor self test.
b619094dfe Reformatted the README and fixed bug in documentation for reading out sensor data
313a58a9c5 - Compensation equation in "calc_pressure" API updated
mhu deleted tag master from mhu/bme680-driver-fork 2019-08-31 20:15:28 +02:00
mhu created repository mhu/bme680-driver-fork 2019-08-31 20:12:08 +02:00
mhu pushed to master at mhu/bme680-air-meter-sw 2019-08-31 20:08:22 +02:00
2c611ccc5a Add driver to Makefile and include in main
mhu pushed to master at mhu/bme680-air-meter-sw 2019-08-31 20:03:33 +02:00
cf9a94f1f5 Add BME680 driver from github as submodule
mhu pushed to master at mhu/bme680-air-meter-sw 2019-08-31 20:01:19 +02:00
49b757e80b Add pcb submodule
mhu deleted tag master from mhu/bme680-air-meter-sw 2019-08-31 19:59:03 +02:00
mhu pushed to master at mhu/bme680-air-meter-sw 2019-08-31 19:59:03 +02:00
ea0824ab6e Add example project. BAD air LED should blink
mhu renamed repository from bme680-air-meter-aw to mhu/bme680-air-meter-sw 2019-08-31 19:58:38 +02:00
mhu created repository mhu/bme680-air-meter-sw 2019-08-31 19:58:21 +02:00
mhu pushed to master at mhu/gds-render 2019-08-29 18:33:05 +02:00
8be5bd230b Fix #26: Implement callback function for auto naming button
3a72796b2f Fix docu for layer_selector_auto_color_layers
9f7e1e1696 Issue #26: Add layer_selector_auto_name_layers() function
27f5a5e3d2 Issue #26: Setup callback for auto naming button
ec72fb2aa1 Issue #26: Add auto naming button to gui
Compare 6 commits »
mhu pushed to dev at mhu/gds-render 2019-08-29 18:31:56 +02:00
8be5bd230b Fix #26: Implement callback function for auto naming button
mhu closed issue mhu/gds-render#26 2019-08-29 18:31:56 +02:00
Auto-naming of layer with layer number
mhu pushed to dev at mhu/gds-render 2019-08-29 18:20:24 +02:00
3a72796b2f Fix docu for layer_selector_auto_color_layers
9f7e1e1696 Issue #26: Add layer_selector_auto_name_layers() function
Compare 2 commits »