-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
96 lines (65 loc) · 2.35 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
jaluino-next:
-----------
Released YYYY-MM-DD
IDE:
- Windows installer
mainboard:
- Jaluino Medium v2.0: improved designed, batch order #2, more details at
http://www.jaluino.org/shop/batch/2
documentation:
-
shields:
- Crumboard v2.1: more LEDs and push-buttond, batch order #3, more details at
http://www.jaluino.org/shop/batch/3
libraries:
- jaluino_medium.jal: includes onboard LED definition
bootloaders:
- PDFUSB: new bootloader version which takes advantages of Jaluino Medium v2.0
onboard LED to give feedback about its status
samples
- serial hardware, USB serial
jaluino-0.2:
-----------
Released 2010-06-11
IDE:
- added JaluinoIDE, an IDE for Jaluino, based on Editra,
with syntax highlighting, code browser, autocompletion,
pre-defined commands for compiler and bootloaders, code
validation, backup, and much more :)
mainboard:
- added pin numbers, updated labels
- 1st batch order: Jaluino v1.3a was produced by a professional
PCB manufacturer
documentation:
- updated to include pin numbers
- created SVG file showing mapping between 18F4550 pins and shield
connectors
- created Fritzing component for Jaluino mainboard and Crumboard shield
shields:
- stepper shield: drive a stepper motor
libraries:
- jaluino_medium_pinmap.jal: mapping between PIC pins and numbers
- firmata.jal: first implementation of Firmata protocol for Jaluino
bootloaders:
- updated tinybd2
- added PDFUSB bootloader support
samples
- more crumboard samples (dynamic ADC configuration, pintools, ...)
jaluino-0.1:
-----------
Released 2009-12-29
Initial release
mainboard:
- initial release of Jaluino Medium board, based on 18F4550, version v1.3
documentation:
- first draft of "Jaluino Medium User Guide"
shields:
- Styx shield: intermediate layer between Jaluino board and Arduino shields
- Crumboard: development shield, integrating a small breadboard, LEDs and push-buttons
libraries: /!\ careful, API subject to changes, unstable !
- jaluino_medium.jal: abstracting library build on top on 18f4550 device files with
several configuration done
- crumboard_shield.jal: crumboard library
samples
- simple blink-a-LED sample (no shield required) and crumboard blink-a-LED (using
crumboard shield)