Benutzer:Alex: Unterschied zwischen den Versionen

Aus Wiki CCC Göttingen
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 22: Zeile 22:
*[[CP210x | usb2serial]]
*[[CP210x | usb2serial]]


*[[Alex/ss]]
*[[Alex/WA831 | Waschmaschine WA831]]
*[[Alex/WA831 | Waschmaschine WA831]]


Zeile 70: Zeile 69:
== Besuch im [http://shackspace.de/ Shackspace] ==
== Besuch im [http://shackspace.de/ Shackspace] ==
<gallery widths=300px heights=200px perrow=3 >
<gallery widths=300px heights=200px perrow=3 >
Datei:AlexN900 02 20130220 006.jpg
Datei:AlexN900 02 20130220 006.jpg
Datei:AlexN900 02 20130220 012.jpg
Datei:AlexN900 02 20130220 012.jpg

Version vom 18. März 2013, 14:31 Uhr

xmmp: alex@artbanause.de

Alex's Projekte (die noch welche werden wollen)

* Provide for a minimum stack and heap size
* - _min_stack_size - represents the minimum space that must be made
*                     available for the stack.  Can be overridden from
*                     the command line using the linker's --defsym option.
* - _min_heap_size  - represents the minimum space that must be made
*                     available for the heap.  Can be overridden from
*                     the command line using the linker's --defsym option.
*/
EXTERN (_min_stack_size _min_heap_size)
PROVIDE(_min_stack_size = 0x400) ;
PROVIDE(_min_heap_size = 0) ;
also als Linker-Parameter dann "--defsym _min_head_size=0x1000" oder so.
äh, typo, heap statt head.
bzw. für GCC dann "-Wl,--defsym,_min_heap_size=0x1000"

Besuch im Shackspace

Wurfsterne

213