summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_mm5837.cpp
Commit message (Expand)AuthorAgeFilesLines
* netlist: Relicensing of the GPL code to BSD-3 with the blessing of the Olivier Galibert2021-03-091-1/+1
* -unidasm: Allow input piped from stdin by specifying a bare hyphen as the fil... Vas Crabb2020-11-181-6/+3
* netlist: move to generated header and link support files files. couriersud2020-09-121-1/+0
* netlist: Fix various issues around include directories. couriersud2020-08-251-2/+2
* netlist: References to subdevices should be symbolic. couriersud2020-08-231-3/+3
* netlist: macro dip definition for 8277,am2847,mm5837. couriersud2020-08-231-7/+7
* netlist: Move documentation from header to cpp file. Batch 3. couriersud2020-08-021-1/+12
* netlist: Potential regression trigger. couriersud2020-07-171-5/+0
* netlist: and the next batch of non-virtual handlers. couriersud2020-07-121-57/+58
* netlist: More clang-tidy fixes. (nw) couriersud2020-04-281-2/+2
* netlist: unify solver calls. (nw) couriersud2020-04-251-10/+4
* netlist: improve readability. (nw) couriersud2020-04-251-1/+1
* netlist: improve performance up to 65% on audio netlists. [Couriersud] couriersud2020-04-131-1/+1
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-1/+1
* netlist: Document Congo Bongo progress and fix devices. couriersud2020-01-311-10/+6
* netlist: code maintenance. (nw) couriersud2019-11-101-6/+7
* netlist: improve readability. (nw) couriersud2019-11-021-7/+7
* netlist: add RELTOL/VNTOL solver parameters. Type safety. [Couriersud] couriersud2019-11-021-4/+6
* netlist: Support for float, double and long double solvers. [Couriersud] couriersud2019-11-021-2/+2
* netlist: maintenance and simplifcation. (nw) couriersud2019-10-311-5/+5
* netlist: scalable error messages. couriersud2019-04-181-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-8/+8
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-8/+8
* netlist: analog readability refactoring. (nw) couriersud2019-02-251-2/+2
* netlist: Fix relative include paths and a conflict. (nw) couriersud2019-02-231-2/+2
* netlist: constants are now constexpr functions. (nw) couriersud2019-02-091-2/+2
* netlist: Refactoring after adding clang-tidy support to netlist makefile couriersud2019-02-071-3/+3
* netlist: align solver calls. (nw) couriersud2019-02-041-2/+2
* netlist: All devices now specify parameters in factory constructor. (nw) couriersud2019-02-011-1/+1
* netlist: remove trampoline code. (nw) couriersud2019-02-011-1/+1
* Move information where it belongs ... into the drivers. (nw) couriersud2019-01-101-1/+1
* Netlist code refactoring: couriersud2017-04-091-2/+2
* Fix netlist stats collection. Code refactoring: couriersud2017-02-241-1/+1
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-221-1/+1
* Make sure netlist includes are not found directly on include path. couriersud2017-02-101-2/+2
* Separate include file usage for netlist. couriersud2017-01-291-1/+1
* More netlist refactoring: couriersud2017-01-251-1/+1
* Converted warnings and fatal log messages to constants. couriersud2017-01-201-2/+2
* Move analog devices into "netlist::analog" namespace. Added couriersud2017-01-151-1/+1
* Core refactoring couriersud2017-01-141-2/+2
* Fix some pedantic clang warnings. (nw) couriersud2017-01-051-2/+2
* Add FREQ parameter to MM5837 noise generator. Specs in datasheet range couriersud2017-01-041-10/+19
* Fix MM5837. (nw) couriersud2017-01-041-1/+1
* Netlist updates: couriersud2016-07-211-2/+2
* Srcclean on netlist files. Avoid the merge massacre. (nw) couriersud2016-06-251-1/+0
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-9/+6
* - More code cleanup. couriersud2016-06-071-1/+2
* - Added constructors to prepare to move terminal setup into constructor. couriersud2016-06-071-9/+9
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-36/+92
* Moved all parameter definitions in constructors. (nw) couriersud2016-05-251-2/+2