Age | Commit message (Expand) | Author |
2018-05-29 | counter: use symbolic names for input pins, wait conditions, annotation rows | Gerhard Sittig |
2018-05-29 | counter: explicit option text to .wait() edge mapping | Gerhard Sittig |
2018-05-26 | atsha204a: Add the reset() method. | Uwe Hermann |
2018-05-26 | atsha204a: Rename a few methods for consistency. | Uwe Hermann |
2018-05-26 | atsha204a: Shorten a few more code chunks, add helpers. | Uwe Hermann |
2018-05-26 | atsha204a: Shorten self.opcode to op in a few places. | Uwe Hermann |
2018-05-26 | atsha204a: Use the Python 'in' keyword to improve readability. | Uwe Hermann |
2018-05-26 | atsha204a: Shorten output_tx_bytes()/output_rx_bytes() a bit. | Uwe Hermann |
2018-05-26 | Add decoder for Microchip ATSHA204A crypto module | Michalis Pappas |
2018-05-21 | Add ON Semi CAT24C256, CAT24M01. | whitequark |
2018-05-19 | Decoder_put(): Avoid a g_malloc()/g_free() pair per binary out. | Uwe Hermann |
2018-05-19 | Decoder_put(): Avoid a g_malloc()/g_free() pair per annotation. | Uwe Hermann |
2018-05-18 | srd_inst_find_by_obj(): Minor performance improvement. | Uwe Hermann |
2018-05-18 | srd_*inst_find_by_obj(): Suggest inlining for performance reasons. | Uwe Hermann |
2018-05-18 | srd_*inst_find_by_obj(): Move functions, make them static. | Uwe Hermann |
2018-05-18 | sample_matches(): Force inlining for performance reasons. | Uwe Hermann |
2018-05-18 | Simplify code by dropping session_is_valid(). | Uwe Hermann |
2018-05-18 | convert_meta(): Use g_variant_type_equal(). | Uwe Hermann |
2018-05-18 | Doxyfile: Exclude the build/ directory. | Uwe Hermann |
2018-05-18 | Add srd_searchpaths_get() API docs. | Uwe Hermann |
2018-05-18 | Doxyfile: Update to a more recent Doxygen version. | Uwe Hermann |
2018-05-18 | Random whitespace/cosmetic/consistency fixes. | Uwe Hermann |
2018-05-17 | type_decoder.c: Fix a compiler warning (-Wswitch-default). | Uwe Hermann |
2018-05-17 | configure.ac: Add some more compiler warning options. | Uwe Hermann |
2018-05-16 | srd_decoder_load_all_zip_path(): Fix a compiler warning (-Wshadow). | Uwe Hermann |
2018-05-16 | srd_inst_channel_set_all(): Fix a compiler warning (-Wshadow). | Uwe Hermann |
2018-05-16 | type_decoder.c: Drop unneeded g_free() NULL check. | Uwe Hermann |
2018-05-16 | instance.c: Fix a scan-build warning. | Uwe Hermann |
2018-05-16 | decoder.c: Fix a scan-build warning. | Uwe Hermann |
2018-05-16 | type_decoder.c: Fix a scan-build warning. | Uwe Hermann |
2018-05-16 | instance.c: Fix a memory leak reported by scan-build. | Uwe Hermann |
2018-05-16 | type_decoder.c: Fix a memory leak reported by scan-build. | Uwe Hermann |
2018-05-16 | type_decoder.c: Fix a memory leak reported by scan-build. | Uwe Hermann |
2018-05-15 | Convert some g_malloc0() to g_malloc(). | Uwe Hermann |
2018-05-15 | get_current_pinvalues(): Slightly simplify a code chunk. | Uwe Hermann |
2018-05-15 | util.c: Add two missing PyGILState_Release() calls. | Uwe Hermann |
2018-05-13 | st7735: Merge reset_state() into reset(). | Uwe Hermann |
2018-05-13 | Simple decoder for ST7735 TFT controller | Aleksander Alekseev |
2018-05-12 | mcs48: add reset method, make A12 optional, unassorted adjustment | Gerhard Sittig |
2018-05-12 | Add new decoder: Intel MCS-48 | fenugrec |
2018-05-09 | type_decoder.c: Drop incorrect Py_DECREF() calls. | Uwe Hermann |
2018-05-09 | type_decoder: Fixup memory leak in Decoder.put() (meta, python) | Uwe Hermann |
2018-05-09 | type_decoder: fixup memory leak in Decoder.put() (annotation, binary) | Gerhard Sittig |
2018-05-06 | Doxyfile: Set CREATE_SUBDIRS to NO. | Uwe Hermann |
2018-05-03 | jtag_stm32: Always switch state on new instruction | George Hopkins |
2018-05-03 | jtag_stm32: Fix handling of boundary scan TAP | George Hopkins |
2018-05-03 | jtag: Fix shifting of registers | George Hopkins |
2018-05-03 | spiflash: Add Adesto AT45DB161E metadata. | Uwe Hermann |
2018-05-03 | spiflash: Add basic Adesto AT45DBxx support (WRITE1/2, STATUS). | Aleksander Alekseev |
2018-04-24 | dcf77: annotate unexpected bit numbers and values, do not abort execution | Gerhard Sittig |