Damien
|
df4b4f31ef
|
Make grammar rules const so the go in .text section.
|
2013-10-19 18:28:01 +01:00 |
|
Damien
|
4d7adce9c5
|
Remove obsolete emitthumb.c (now use emitnative.c).
|
2013-10-19 18:17:12 +01:00 |
|
Damien
|
afe12bca23
|
Fix IRQ priority issue to give working USB; and some cleanup.
|
2013-10-19 18:13:48 +01:00 |
|
Damien
|
fb42ec17bc
|
Try to re-add USB support...
|
2013-10-19 15:37:09 +01:00 |
|
Damien
|
d7a7a30a4f
|
Make pfenv's const so they go in .text section.
|
2013-10-19 15:36:20 +01:00 |
|
Damien
|
1595f3257e
|
Make rt_fun_table const, so it goes in .text section.
|
2013-10-19 15:09:32 +01:00 |
|
Damien
|
00ff04fc49
|
Working SysTick, code factoring, some boot-up code.
|
2013-10-19 14:40:54 +01:00 |
|
Damien
|
995b8aabb1
|
Partially implement proper flash storage.
|
2013-10-18 23:44:05 +01:00 |
|
Damien
|
5ac1b2efbd
|
Implement REPL.
|
2013-10-18 19:58:12 +01:00 |
|
Damien
|
7bbd110691
|
Remove line in emitbc.c to print code size.
|
2013-10-18 19:57:17 +01:00 |
|
Damien
|
3997be444c
|
Add single_input rule to grammar, for REPL.
|
2013-10-18 19:56:48 +01:00 |
|
Damien
|
9f770c658f
|
Fix up insertion of newline at end of lexer stream.
|
2013-10-18 19:54:31 +01:00 |
|
Damien
|
4a175e1f11
|
Fix up linker script; improve startup code; printf to USB.
|
2013-10-17 22:50:21 +01:00 |
|
Damien
|
d2755ec538
|
Add iterators and comprehension to emitnative.
|
2013-10-16 23:58:48 +01:00 |
|
Damien
|
c12aa468a1
|
Add SET_ADD opcode to VM.
|
2013-10-16 20:57:49 +01:00 |
|
Damien
|
5fd09668b7
|
Add MAP_ADD opcode to VM.
|
2013-10-16 20:54:01 +01:00 |
|
Damien
|
bd25445a82
|
Implement BC & runtime support for generator/yielding.
|
2013-10-16 20:39:12 +01:00 |
|
Damien
|
c226dca1f7
|
Support tuples and list comprehension, albeit crude.
|
2013-10-16 16:12:52 +01:00 |
|
Damien
|
152568bcb6
|
NLR and Python exceptions work on the board.
|
2013-10-16 00:46:39 +01:00 |
|
Damien
|
c9f91976e1
|
Crude try-except working.
|
2013-10-15 23:46:01 +01:00 |
|
Damien
|
ce89a21ea4
|
Implement basic exception framework, and simple for loop.
|
2013-10-15 22:25:17 +01:00 |
|
Damien
|
5dd455d06d
|
Change VID/PID info so USB works on Windows.
|
2013-10-14 00:03:29 +01:00 |
|
Damien
|
fee89d520f
|
Implement crude but functional CDC + MSC USB device.
|
2013-10-13 19:02:15 +01:00 |
|
Damien
|
ed65605edc
|
Inital commit of stm32f4xx framework.
|
2013-10-13 00:42:20 +01:00 |
|
Damien
|
3ef4abb446
|
Change ifdef/if defined to simple if's.
|
2013-10-12 16:53:13 +01:00 |
|