|  Ondřej Hruška | 1f2d346e23 | tsc ini structure + debug msgs | 8 years ago | 
				
					
						|  Ondřej Hruška | a60b736834 | massive utils refactoring, renames, avr libc utils cleaning | 8 years ago | 
				
					
						|  Ondřej Hruška | 8dcdaf9236 | provisions for representing pins via resources in settings | 8 years ago | 
				
					
						|  Ondřej Hruška | 6d8aa4d31d | fixed broken new unit callsign assign algo | 8 years ago | 
				
					
						|  Ondřej Hruška | 003ae692e6 | sipo finished | 8 years ago | 
				
					
						|  Ondřej Hruška | dcddca9dd8 | Added some protections against creash due to high frequency, but its not ideal ... | 8 years ago | 
				
					
						|  Ondřej Hruška | a4e04dc04e | triggering works, also autotrig | 8 years ago | 
				
					
						|  Ondřej Hruška | 260fcc3e65 | experimental ADC front-end with dummy reports | 8 years ago | 
				
					
						|  Ondřej Hruška | 3ebc19fc2d | fixes and start of ADC. Not really working yet | 8 years ago | 
				
					
						|  Ondřej Hruška | 04e32860f7 | implemented precision timestamps in report messages | 8 years ago | 
				
					
						|  Ondřej Hruška | ceb658e246 | more doc comments | 8 years ago | 
				
					
						|  Ondřej Hruška | b2ead539bf | added more comments | 8 years ago | 
				
					
						|  Ondřej Hruška | 334a89f055 | fixed weirdness | 8 years ago | 
				
					
						|  Ondřej Hruška | 63a7852554 | bleh | 8 years ago | 
				
					
						|  Ondřej Hruška | 8e9c653090 | Doc comments and explanations | 8 years ago | 
				
					
						|  Ondřej Hruška | 052fa4ce08 | Added exti resources to the enum and name generator | 8 years ago | 
				
					
						|  Ondřej Hruška | 8272a36aee | Implemented unit timed tick and uart rx timeout | 8 years ago | 
				
					
						|  Ondřej Hruška | 2881c2ff2a | almost finished DMA reception | 8 years ago | 
				
					
						|  Ondřej Hruška | e2e4d91cf3 | Added func for simple periph clock toggling without the horrible if jungle | 8 years ago | 
				
					
						|  Ondřej Hruška | 137619d942 | added a safeguard | 8 years ago | 
				
					
						|  Ondřej Hruška | c4cc3bb9ce | fixed bug with settings fucking up units that were already loaded | 8 years ago | 
				
					
						|  Ondřej Hruška | 7df577f9b1 | toggle to disable logging resources stuff | 8 years ago | 
				
					
						|  Ondřej Hruška | ace2bd6357 | switch to freeRtos malloc + improve malloc_safe utils, fixed memleak | 8 years ago | 
				
					
						|  Ondřej Hruška | 69443613fc | some more stack shrinking | 8 years ago | 
				
					
						|  Ondřej Hruška | 7280338f8b | take some steps towards reducing memory footprint in stack buffers | 8 years ago | 
				
					
						|  Ondřej Hruška | d49081b190 | basic work on uart | 8 years ago | 
				
					
						|  Ondřej Hruška | 15ebb6ab10 | removed some excessive logging | 8 years ago | 
				
					
						|  Ondřej Hruška | 26934a0984 | Implemented PINOUT.TXT file | 8 years ago | 
				
					
						|  Ondřej Hruška | b5d9d146f9 | fixed the bug with botched deinig, caused by use of malloc instead of calloc | 8 years ago | 
				
					
						|  Ondřej Hruška | 6406475f48 | some drying things up (GPIO init in particular) | 8 years ago | 
				
					
						|  Ondřej Hruška | 6756b79ef4 | added automatic GPIO teardown, remap support to i2c, force error comments in ini if disabled | 8 years ago | 
				
					
						|  Ondřej Hruška | 05a568a27c | ram savings by using new bitfield-based rsc alloc | 8 years ago | 
				
					
						|  Ondřej Hruška | e82306c36f | added more informative error message to unit failed due to rsc not avail | 8 years ago | 
				
					
						|  Ondřej Hruška | 931f6cea59 | added missing mutex for shared scratch buffer | 8 years ago | 
				
					
						|  Ondřej Hruška | 645619e9c5 | fixed the bug | 8 years ago | 
				
					
						|  Ondřej Hruška | 71f5918e54 | fixed hardfault handler to better work on cm0 | 8 years ago | 
				
					
						|  Ondřej Hruška | 1e41d4c3cb | added unit type checks to UU_ functions | 8 years ago | 
				
					
						|  Ondřej Hruška | ab2dfe3a76 | Rewrite all units and other logic to better use return values and added TRY() helper | 8 years ago | 
				
					
						|  Ondřej Hruška | f917427be4 | i2c write works | 8 years ago | 
				
					
						|  Ondřej Hruška | 9e7ae008b6 | added unit and basic config | 8 years ago | 
				
					
						|  Ondřej Hruška | c19b185b06 | implemented lock button option | 8 years ago | 
				
					
						|  Ondřej Hruška | 9873d18298 | Fixed bug in ini parsing | 8 years ago | 
				
					
						|  Ondřej Hruška | a54726bd5c | added logging of driver loading | 8 years ago | 
				
					
						|  Ondřej Hruška | 85dd77311b | made some stuff static | 8 years ago | 
				
					
						|  Ondřej Hruška | 8768dc31ab | added DI unit | 8 years ago | 
				
					
						|  Ondřej Hruška | 37f712f054 | Split system settings to separate config file | 8 years ago | 
				
					
						|  Ondřej Hruška | 0af90eccbf | added version markers to settings, option to disable INI comments | 8 years ago | 
				
					
						|  Ondřej Hruška | bef9b83826 | Moved size defines to plat_compat | 8 years ago | 
				
					
						|  Ondřej Hruška | 8ded459c68 | make it possible to disable VFS and MSC via makefile | 8 years ago | 
				
					
						|  Ondřej Hruška | a681fa17fe | removed some confusing comments | 8 years ago |